summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-02-25 18:51:17 +0100
committerJakob Unterwurzacher2017-02-25 18:51:17 +0100
commit57612a278bdd26de611b543be311748ca4dc42ca (patch)
tree12795fd8f552d9227d4c1b2043a7d68b06bd0e61
parenta65965783a03645eb427e1958e5b9f9663b18951 (diff)
configfile: rename "kdf.go" -> "scrypt.go"
This really only handles scrypt and no other key-derivation functions. Renaming the files prevents confusion once we introduce HKDF. renamed: internal/configfile/kdf.go -> internal/configfile/scrypt.go renamed: internal/configfile/kdf_test.go -> internal/configfile/scrypt_test.go
-rw-r--r--internal/configfile/scrypt.go (renamed from internal/configfile/kdf.go)0
-rw-r--r--internal/configfile/scrypt_test.go (renamed from internal/configfile/kdf_test.go)0
2 files changed, 0 insertions, 0 deletions
diff --git a/internal/configfile/kdf.go b/internal/configfile/scrypt.go
index 31bcbe4..31bcbe4 100644
--- a/internal/configfile/kdf.go
+++ b/internal/configfile/scrypt.go
diff --git a/internal/configfile/kdf_test.go b/internal/configfile/scrypt_test.go
index c1a656a..c1a656a 100644
--- a/internal/configfile/kdf_test.go
+++ b/internal/configfile/scrypt_test.go