libgocryptfs/internal/stupidgcm
Jakob Unterwurzacher 1e03e059fa Implement "gocryptfs -speed"
A crypto benchmark mode like "openssl speed".

Example run:

  $ ./gocryptfs -speed
  AES-GCM-256-OpenSSL 	 180.89 MB/s	(selected in auto mode)
  AES-GCM-256-Go      	  48.19 MB/s
  AES-SIV-512-Go      	  37.40 MB/s
2017-02-22 23:56:34 +01:00
..
benchmark.bash stupidgcm: add benchmark.bash wrapper 2016-05-22 15:49:09 +02:00
locking.go without_openssl: support compiling completely without openssl 2016-10-04 09:51:14 +02:00
stupidgcm.go Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
stupidgcm_test.go Implement "gocryptfs -speed" 2017-02-22 23:56:34 +01:00
without_openssl.go stupidgcm: Fix without_openssl build failure 2016-12-10 13:15:19 +01:00