libgocryptfs/internal
Jakob Unterwurzacher 5ad9bda206 cryptocore: make AEADTypeEnum values explicit
We now print the number in a debug message, so define
the numeric values explicitely instead of using iota.

This way you don't have to understand how iota works
to find out what the number means. Lack of understanding
of how iota works is also the reason why the numbers
start at 3 (to keep the current behavoir).
2018-02-18 16:20:38 +01:00
..
configfile readpassword: convert from string to []byte 2018-02-18 14:26:54 +01:00
contentenc contentenc: reserve one additional block in CReqPool 2017-10-19 09:23:10 +02:00
cryptocore cryptocore: make AEADTypeEnum values explicit 2018-02-18 16:20:38 +01:00
ctlsock Fix spelling (#205) 2018-02-04 20:38:22 +01:00
exitcodes Add "-trace" flag (record execution trace) 2017-06-07 22:09:06 +02:00
fusefrontend fusefrontend[_reverse]: move crypto init up to caller 2018-02-18 11:21:58 +01:00
fusefrontend_reverse fusefrontend[_reverse]: move crypto init up to caller 2018-02-18 11:21:58 +01:00
nametransform gccgo: replace syscall.NAME_MAX with unix.NAME_MAX 2018-02-01 23:50:11 +01:00
openfiletable openfiletable: rename WriteLock to ContentLock 2017-05-01 21:57:18 +02:00
pathiv pathiv: fix test failure on Go 1.6 2017-05-31 08:21:36 +02:00
prefer_openssl prefer_openssl: default to Go GCM on OSX 2016-12-10 21:04:17 +01:00
readpassword main: changePassword: zero masterkey 2018-02-18 15:36:14 +01:00
serialize_reads fix golint complaints 2017-04-29 14:50:58 +02:00
siv_aead siv_aead: create private key copy and implement wiping 2018-02-18 16:01:46 +01:00
speed fix golint complaints 2017-04-29 14:50:58 +02:00
stupidgcm stupidgcm: create private copy of the key 2018-02-18 12:35:51 +01:00
syscallcompat gccgo: skip emulateGetdents on linux 2018-02-04 21:14:12 +01:00
tlog Drop Go 1.4 compatability code everywhere 2017-03-05 17:44:14 +01:00