Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-07 | stupidgcm: stupidChacha20poly1305: normalize panic messages | Jakob Unterwurzacher | |
2021-09-02 | stupidgcm: deduplicate tests 2/2 | Jakob Unterwurzacher | |
Deduplicate the cipher setup that was identical for all tests for each cipher. | |||
2021-09-02 | stupidgcm: deduplicate tests 1/2 | Jakob Unterwurzacher | |
Pull the code shared between chacha and gcm into generic functions. | |||
2021-09-02 | stupidgcm: add chacha20poly1305 via openssl | Jakob Unterwurzacher | |
"stupidChacha20poly1305". XChaCha will build upon this. |