aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/poly1305/poly1305-donna32.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: clean up remaining .h->.cJason A. Donenfeld2018-10-071-205/+0
|
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
| | | | | The kernel has very specific rules correlating file type with comment type, and also SPDX identifiers can't be merged with other comments.
* crypto: explicitly dual licenseJason A. Donenfeld2018-09-201-1/+1
| | | | Suggested-by: Thomas Gleixner <tglx@linutronix.de>
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
|
* poly1305: precompute 5*r in init instead of blocksJason A. Donenfeld2018-09-121-4/+11
|
* poly1305: switch to donnaJason A. Donenfeld2018-09-101-0/+198