Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-07 | stupidgcm: stupidChacha20poly1305.Open: batch C calls in aead_open | Jakob Unterwurzacher | |
Gets the decryption speed to the same level as the encryption speed. internal/speed$ benchstat old.txt new.txt name old time/op new time/op delta StupidXchacha-4 732MB/s ± 0% 740MB/s ± 0% ~ (p=1.000 n=1+1) StupidXchachaDecrypt-4 602MB/s ± 0% 741MB/s ± 0% ~ (p=1.000 n=1+1) | |||
2021-09-07 | stupidgcm: replace chacha20poly1305_seal with generic aead_seal | Jakob Unterwurzacher | |