aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/poly1305.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: import zincJason A. Donenfeld2018-09-031-377/+0
|
* crypto: use unaligned helpersJason A. Donenfeld2018-08-281-17/+17
| | | | | | This is not useful for WireGuard, but for the general use case we probably want it this way, and the speed difference is mostly lost in the noise.
* crypto: move simd context to specific typeJason A. Donenfeld2018-08-061-17/+18
| | | | Suggested-by: Andy Lutomirski <luto@kernel.org>
* poly1305: add missing string.h headerJason A. Donenfeld2018-06-201-0/+1
| | | | Reported-by: Peter Korsgaard <peter@korsgaard.com>
* crypto: consistent constificationJason A. Donenfeld2018-05-311-9/+9
|
* chacha20poly1305: split up into separate filesJason A. Donenfeld2018-05-311-0/+375