aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/blake2s.c
AgeCommit message (Expand)Author
2023-04-13crypto: remove MODULE_LICENSE in non-modulesNick Alcock
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2021-07-16crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld