Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-07 | stupidgcm: stupidChacha20poly1305: normalize panic messages | Jakob Unterwurzacher | |
2021-09-07 | stupidgcm: stupidChacha20poly1305: use byte array for key | Jakob Unterwurzacher | |
Follow what golang.org/x/crypto/chacha20poly1305 does for easier integration in the next commit. | |||
2021-09-02 | stupidgcm: add testWipe test | Jakob Unterwurzacher | |
After looking at the cover profile, this was the only untested code except panic cases. | |||
2021-09-02 | stupidgcm: add chacha20poly1305 via openssl | Jakob Unterwurzacher | |
"stupidChacha20poly1305". XChaCha will build upon this. |