libgocryptfs/cryptfs
Jakob Unterwurzacher 71bfa1f0fb tests: add scrypt benchmark
Times the impact of the parameter "N" to scrypt.

Results on a 2.7GHz Pentium G630:

gocryptfs/cryptfs$ go test -bench=.
PASS
BenchmarkScrypt10-2	     300	   6021435 ns/op ... 6ms
BenchmarkScrypt11-2	     100	  11861460 ns/op
BenchmarkScrypt12-2	     100	  23420822 ns/op
BenchmarkScrypt13-2	      30	  47666518 ns/op
BenchmarkScrypt14-2	      20	  92561590 ns/op ... 92ms
BenchmarkScrypt15-2	      10	 183971593 ns/op
BenchmarkScrypt16-2	       3	 368506365 ns/op
BenchmarkScrypt17-2	       2	 755502608 ns/op ... 755ms
ok  	github.com/rfjakob/gocryptfs/cryptfs	18.772s
2015-11-29 14:50:02 +01:00
..
config_test tests: add config file and feature flags tests 2015-11-03 21:09:58 +01:00
address_translation.go CipherSizeToPlainSize: Handle illegal states 2015-11-15 14:15:21 +01:00
config_file.go diriv: use "DirIV" flag to discern and support mounting old filesystems 2015-11-28 18:38:06 +01:00
config_test.go diriv: Define "DirIV" feature flag 2015-11-27 22:18:36 +01:00
content_test.go Run go fmt and go vet 2015-11-14 17:16:17 +01:00
cryptfs.go diriv: Create gocryptfs.diriv in every directory 2015-11-25 20:57:16 +01:00
cryptfs_content.go config: Introduce ext4-style feature flags 2015-11-03 21:05:47 +01:00
cryptfs_names.go diriv: Define "DirIV" feature flag 2015-11-27 22:18:36 +01:00
file_header.go Bump on-disk version to 2 2015-11-02 23:10:11 +01:00
filter.go Add "-extpass" cli option and associated tests 2015-11-15 13:42:04 +01:00
intrablock.go Refactor ciphertext <-> plaintext offset translation functions 2015-11-01 12:11:36 +01:00
kdf.go Run go fmt 2015-10-04 14:49:47 +02:00
kdf_test.go tests: add scrypt benchmark 2015-11-29 14:50:02 +01:00
log.go Run go fmt and go vet 2015-11-14 17:16:17 +01:00
names_diriv.go diriv: fix readdir 2015-11-28 18:39:45 +01:00
names_test.go diriv: Convert filename encryption users to diriv 2015-11-27 00:03:10 +01:00
nonce.go Run go fmt 2015-10-07 22:59:36 +02:00
openssl_aead.go Use block number as authentication data 2015-10-06 22:27:37 +02:00