aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/blake2s.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld1-7/+30
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-2/+2
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld1-37/+0
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld1-6/+0
2021-07-16crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap1-4/+4
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers1-40/+8
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu1-2/+0
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld1-0/+126