You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jakob Unterwurzacher 1a58667293 stupidgcm: add PreferOpenSSL{AES256GCM,Xchacha20poly1305}
Add PreferOpenSSLXchacha20poly1305,
rename PreferOpenSSL -> PreferOpenSSLAES256GCM.
2 years ago
..
.gitignore stupidgcm: batch C calls in chacha20poly1305_seal 2 years ago
Makefile stupidgcm: fix build with CGO_ENABLED=1 without_openssl 2 years ago
autherr.go forcedecode: tighten checks 6 years ago
benchmark.bash speed: add benchmark.bash helper 6 years ago
chacha.go stupidgcm: normalize constructor naming 2 years ago
chacha_test.go speed: add BenchmarkStupidChacha 2 years ago
common.go stupidgcm: fix build with CGO_ENABLED=1 without_openssl 2 years ago
common_test.go stupidgcm: unexport stupidGCM struct 2 years ago
doc.go stupidgcm: revamp package documentation 2 years ago
gcm.go stupidgcm: normalize constructor naming 2 years ago
gcm_test.go stupidgcm: normalize constructor naming 2 years ago
locking.go stupidgcm: fix openssl 1.1 build failure 6 years ago
openssl.go stupidgcm: allow zero-length input data 2 years ago
openssl_aead.c stupidgcm: fix build with CGO_ENABLED=1 without_openssl 2 years ago
openssl_aead.h stupidgcm: add BenchmarkCCall 2 years ago
prefer.go stupidgcm: add PreferOpenSSL{AES256GCM,Xchacha20poly1305} 2 years ago
without_openssl.go stupidgcm: normalize constructor naming 2 years ago
xchacha.go stupidgcm: normalize constructor naming 2 years ago
xchacha_test.go stupidgcm: introduce stupidAEADCommon and use for both chacha & gcm 2 years ago