summaryrefslogtreecommitdiffstats
path: root/lib/crypto/blake2s.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-7/+30
* lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-2/+2
* lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-01-181-37/+0
* lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-01-071-6/+0
* crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap2021-07-161-4/+4
* crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2021-01-031-40/+8
* crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2020-12-041-2/+0
* crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2019-11-171-0/+126