Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: 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. |