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 39b1070506 stupidgcm: add testConcurrency
Verifies that we don't corrupt data when called concurrently.
2 years ago
..
.gitignore stupidgcm: batch C calls in chacha20poly1305_seal 2 years ago
Makefile stupidgcm: replace chacha20poly1305_seal with generic aead_seal 2 years ago
autherr.go forcedecode: tighten checks 6 years ago
benchmark.bash speed: add benchmark.bash helper 6 years ago
chacha.go stupidgcm: cache C.EVP_chacha20_poly1305() 2 years ago
chacha_test.go speed: add BenchmarkStupidChacha 2 years ago
common.go stupidgcm: introduce stupidAEADCommon and use for both chacha & gcm 2 years ago
common_test.go stupidgcm: add testConcurrency 2 years ago
gcm.go stupidgcm: introduce stupidAEADCommon and use for both chacha & gcm 2 years ago
gcm_test.go stupidgcm: introduce stupidAEADCommon and use for both chacha & gcm 2 years ago
locking.go stupidgcm: fix openssl 1.1 build failure 6 years ago
openssl.go stupidgcm: add BenchmarkCCall 2 years ago
openssl_aead.c stupidgcm: add BenchmarkCCall 2 years ago
openssl_aead.h stupidgcm: add BenchmarkCCall 2 years ago
prefer.go Unbreak hyperlinks broken by go mod v2 conversion 2 years ago
without_openssl.go stupidgcm: fix without_openssl build 2 years ago
xchacha.go speed: add BenchmarkStupidChacha 2 years ago
xchacha_test.go stupidgcm: introduce stupidAEADCommon and use for both chacha & gcm 2 years ago