libgocryptfs/internal
Jakob Unterwurzacher 0e277ba19e stupidgcm: add GCM-SIV benchmark
On a CPU without AES-NI:

$ go test -bench .
Benchmark4kEncStupidGCM-2   	   50000	     24155 ns/op	 169.57 MB/s
Benchmark4kEncGoGCM-2       	   20000	     93965 ns/op	  43.59 MB/s
Benchmark4kEncGCMSIV-2      	     500	   2576193 ns/op	   1.59 MB/s
2016-09-25 20:04:55 +02:00
..
configfile Implement changes proposed by gosimple. 2016-09-25 19:48:21 +02:00
contentenc contentenc: rename constant "IVBitLen" to "DefaultIVBits" and clarify comment 2016-09-25 18:40:29 +02:00
cryptocore contentenc: add GCM-SIV support 2016-09-25 16:43:17 +02:00
fusefrontend Implement changes proposed by gosimple. 2016-09-25 19:48:21 +02:00
fusefrontend_reverse Implement changes proposed by gosimple. 2016-09-25 19:48:21 +02:00
nametransform nametransform: downgrade invalid length warning 2016-09-25 19:50:16 +02:00
prefer_openssl Implement changes proposed by gosimple. 2016-09-25 19:48:21 +02:00
readpassword Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00
stupidgcm stupidgcm: add GCM-SIV benchmark 2016-09-25 20:04:55 +02:00
syscallcompat Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00
tlog Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00