libgocryptfs/internal/cryptocore
Jakob Unterwurzacher 874e4fb5e9 cryptocore: rename "BackendTypeEnum" -> "AEADTypeEnum"
There are two independent backends, one for name encryption,
the other one, AEAD, for file content.

"BackendTypeEnum" only applies to AEAD (file content), so make that
clear in the name.
2017-03-05 17:10:57 +01:00
..
cryptocore.go cryptocore: rename "BackendTypeEnum" -> "AEADTypeEnum" 2017-03-05 17:10:57 +01:00
cryptocore_go1.4_test.go cryptocore: add support for GCM-SIV 2016-09-25 16:43:17 +02:00
cryptocore_go1.5_test.go cryptocore: add support for GCM-SIV 2016-09-25 16:43:17 +02:00
cryptocore_test.go Fix misspellings 2016-10-24 19:18:13 +02:00
gcm_go1.4.go A few more lint fixes 2016-10-04 23:30:05 +02:00
gcm_go1.5.go A few more lint fixes 2016-10-04 23:30:05 +02:00
nonce.go Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00