Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-01-22 | crypto: lib/chacha20poly1305 - define empty module exit function | Jason A. Donenfeld | 1 | -0/+5 |
2020-09-25 | crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionally | Herbert Xu | 1 | -3/+1 |
2020-07-16 | crypto: lib/chacha20poly1305 - Add missing function declaration | Herbert Xu | 1 | -2/+0 |
2020-02-14 | crypto: chacha20poly1305 - prevent integer overflow on large input | Jason A. Donenfeld | 1 | -0/+3 |
2019-11-22 | crypto: lib/chacha20poly1305 - use chacha20_crypt() | Eric Biggers | 1 | -8/+8 |
2019-11-17 | crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine | Ard Biesheuvel | 1 | -0/+150 |
2019-11-17 | crypto: chacha20poly1305 - import construction and selftest from Zinc | Ard Biesheuvel | 1 | -0/+219 |