aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/curve25519/curve25519-hacl64.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: clean up remaining .h->.cJason A. Donenfeld2018-10-071-784/+0
|
* curve25519-hacl64: reduce stack usage under KASANJason A. Donenfeld2018-09-251-2/+1
| | | | Suggested-by: Arnd Bergmann <arnd@arndb.de>
* crypto: make constant naming scheme consistentJason A. Donenfeld2018-09-251-3/+3
|
* global: reduce stack frame sizeJason A. Donenfeld2018-09-231-1/+1
| | | | This brings it under 1280 on 64-bit and under 1024 on 32-bit systems.
* 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
|
* crypto: import zincJason A. Donenfeld2018-09-031-0/+785