aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/blake2s.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-13crypto: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2022-06-10crypto: blake2s - remove shash moduleGravatar Jason A. Donenfeld 1-7/+30
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIGravatar Jason A. Donenfeld 1-2/+2
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardGravatar Jason A. Donenfeld 1-37/+0
2022-01-07lib/crypto: blake2s: include as built-inGravatar Jason A. Donenfeld 1-6/+0
2021-07-16crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificGravatar Randy Dunlap 1-4/+4
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hGravatar Eric Biggers 1-40/+8
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileGravatar Herbert Xu 1-2/+0
2019-11-17crypto: blake2s - generic C library implementation and selftestGravatar Jason A. Donenfeld 1-0/+126