libgocryptfs/internal
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
..
configfile tests: configfile: add missing newlines in verbose output 2017-02-16 19:45:20 +01:00
contentenc Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
cryptocore Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
ctlsock ctlsock: handle non-canonical empty paths 2017-02-05 18:17:30 +01:00
fusefrontend ctlsock: better error message for forward mode path decryption 2017-01-29 18:55:52 +01:00
fusefrontend_reverse tests: reverse: check Access() call 2017-02-16 21:20:29 +01:00
nametransform Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
prefer_openssl prefer_openssl: default to Go GCM on OSX 2016-12-10 21:04:17 +01:00
readpassword readpassword: limit password length to 1000 bytes 2017-02-13 09:13:22 +01:00
siv_aead Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00
speed Implement "gocryptfs -speed" 2017-02-22 23:56:34 +01:00
stupidgcm Implement "gocryptfs -speed" 2017-02-22 23:56:34 +01:00
syscallcompat syscallcompat: OSX compat: fix variable warnings 2017-02-16 19:23:17 +01:00
tlog tlog: better comment for the terminal colors 2017-01-26 20:01:45 +01:00