aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/include/zinc/blake2s.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* blake2s: remove outlen parameter from finalJason A. Donenfeld2019-03-271-2/+2
|
* blake2s: simplifySamuel Neves2019-03-271-2/+2
| | | | Signed-off-by: Samuel Neves <sneves@dei.uc.pt>
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
|
* global: change BUG_ON to WARN_ONJason A. Donenfeld2018-10-021-5/+4
| | | | Suggested-by: Andrew Lunn <andrew@lunn.ch>
* crypto: document what's used from <crypto/ beside #includeJason A. Donenfeld2018-10-021-1/+0
|
* crypto: make constant naming scheme consistentJason A. Donenfeld2018-09-251-5/+5
|
* 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>
* blake2s: simplify final functionJason A. Donenfeld2018-09-191-38/+1
| | | | Suggested-by: Eric Biggers <ebiggers@kernel.org>
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-181-6/+0
|
* crypto: make MITJason A. Donenfeld2018-09-161-1/+1
|
* global: prefer sizeof(*pointer) when possibleJason A. Donenfeld2018-09-041-1/+1
| | | | Suggested-by: Sultan Alsawaf <sultanxda@gmail.com>
* crypto: import zincJason A. Donenfeld2018-09-031-0/+101