libgocryptfs/internal/stupidgcm
Jakob Unterwurzacher 85c2beccaf stupidgcm: normalize constructor naming
New() -> NewAES256GCM()

Also add missing NewChacha20poly1305
constructor in without_openssl.go.
2021-09-07 18:15:04 +02:00
..
.gitignore stupidgcm: batch C calls in chacha20poly1305_seal 2021-09-07 18:14:05 +02:00
Makefile stupidgcm: fix build with CGO_ENABLED=1 without_openssl 2021-09-07 18:15:04 +02:00
autherr.go forcedecode: tighten checks 2017-04-24 00:25:02 +02:00
benchmark.bash speed: add benchmark.bash helper 2017-02-24 09:38:50 +01:00
chacha.go stupidgcm: normalize constructor naming 2021-09-07 18:15:04 +02:00
chacha_test.go speed: add BenchmarkStupidChacha 2021-09-07 18:14:05 +02:00
common.go stupidgcm: fix build with CGO_ENABLED=1 without_openssl 2021-09-07 18:15:04 +02:00
common_test.go stupidgcm: unexport stupidGCM struct 2021-09-07 18:15:04 +02:00
doc.go stupidgcm: revamp package documentation 2021-09-07 18:15:04 +02:00
gcm.go stupidgcm: normalize constructor naming 2021-09-07 18:15:04 +02:00
gcm_test.go stupidgcm: normalize constructor naming 2021-09-07 18:15:04 +02:00
locking.go stupidgcm: fix openssl 1.1 build failure 2017-07-14 20:44:07 +02:00
openssl.go stupidgcm: allow zero-length input data 2021-09-07 18:15:04 +02:00
openssl_aead.c stupidgcm: fix build with CGO_ENABLED=1 without_openssl 2021-09-07 18:15:04 +02:00
openssl_aead.h stupidgcm: add BenchmarkCCall 2021-09-07 18:14:05 +02:00
prefer.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
without_openssl.go stupidgcm: normalize constructor naming 2021-09-07 18:15:04 +02:00
xchacha.go stupidgcm: normalize constructor naming 2021-09-07 18:15:04 +02:00
xchacha_test.go stupidgcm: introduce stupidAEADCommon and use for both chacha & gcm 2021-09-07 18:14:05 +02:00