aboutsummaryrefslogtreecommitdiff
path: root/internal/stupidgcm/stupidchacha_test.go
AgeCommit message (Collapse)Author
2021-09-02stupidgcm: deduplicate tests 1/2Jakob Unterwurzacher
Pull the code shared between chacha and gcm into generic functions.
2021-09-02stupidgcm: add chacha20poly1305 via opensslJakob Unterwurzacher
"stupidChacha20poly1305". XChaCha will build upon this.