libgocryptfs/internal/configfile
Jakob Unterwurzacher a652be805e configfile: replace broken switch/case logic with if
Because switch only matches once, we could have missed invalid
cases.

Replace the switch statements with a straight if rake.
2021-10-21 14:55:30 +02:00
..
config_test tests: update config_test example files 2016-06-16 23:19:05 +02:00
config_file.go cli: drop -forcedecode flag 2021-09-10 12:14:19 +02:00
config_test.go -devrandom: make flag a no-op 2021-08-25 12:39:17 +02:00
feature_flags.go configfile: add Validate() function, support FlagXChaCha20Poly1305 2021-08-23 16:00:41 +02:00
scrypt.go configfile: add Validate() function, support FlagXChaCha20Poly1305 2021-08-23 16:00:41 +02:00
scrypt_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
validate.go configfile: replace broken switch/case logic with if 2021-10-21 14:55:30 +02:00