Re-design of the original gocryptfs code to work as a library.
Go to file
Jakob Unterwurzacher baa837b788 Add openssl benchmark
Results:

  BenchmarkAESGCMSeal4K   	   20000	     98638 ns/op	  41.53 MB/s
  BenchmarkAESGCMOpen4K   	   20000	     98781 ns/op	  41.47 MB/s
  BenchmarkOpensslGCMenc4K	   50000	     27563 ns/op	 148.60 MB/s
  BenchmarkOpensslGCMdec4K	   50000	     27563 ns/op	 148.60 MB/s

openssl is 3x faster.
2015-09-05 23:19:38 +02:00
benchmark Add openssl benchmark 2015-09-05 23:19:38 +02:00
cryptfs Use Debug object instead of fmt 2015-09-05 20:36:26 +02:00
frontend Use Debug object instead of fmt 2015-09-05 20:36:26 +02:00
.gitignore Rebase to cluefs 2015-09-04 20:37:37 +02:00
main.go Wrap cluefs part I 2015-09-05 11:49:05 +02:00