summaryrefslogtreecommitdiff
path: root/internal/stupidgcm/stupidchacha.go
AgeCommit message (Collapse)Author
2021-09-02stupidgcm: add testWipe testJakob Unterwurzacher
After looking at the cover profile, this was the only untested code except panic cases.
2021-09-02stupidgcm: add chacha20poly1305 via opensslJakob Unterwurzacher
"stupidChacha20poly1305". XChaCha will build upon this.