summaryrefslogtreecommitdiff
path: root/cryptfs/config_test.go
AgeCommit message (Collapse)Author
2015-11-29Add "-scryptn" option that sets the cost parameter for scryptv0.5-rc1Jakob Unterwurzacher
Use that option to speed up the automated tests by 7 seconds. Before: ok github.com/rfjakob/gocryptfs/integration_tests 26.667s After: ok github.com/rfjakob/gocryptfs/integration_tests 19.534s
2015-11-27diriv: Define "DirIV" feature flagJakob Unterwurzacher
(unused so far)
2015-11-14Run go fmt and go vetJakob Unterwurzacher
2015-11-03tests: add config file and feature flags testsJakob Unterwurzacher