libgocryptfs/internal/configfile
Jakob Unterwurzacher 57612a278b 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
2017-02-25 18:51:17 +01:00
..
config_test tests: update config_test example files 2016-06-16 23:19:05 +02:00
config_file.go main: make sure the ctlsock file is deleted on incorrect password 2017-01-26 21:32:08 +01:00
config_test.go tests: configfile: add missing newlines in verbose output 2017-02-16 19:45:20 +01:00
feature_flags.go Add support for unpadded base64 filenames, "-raw64" 2016-11-01 18:43:22 +01:00
scrypt_test.go configfile: rename "kdf.go" -> "scrypt.go" 2017-02-25 18:51:17 +01:00
scrypt.go configfile: rename "kdf.go" -> "scrypt.go" 2017-02-25 18:51:17 +01:00