aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/blake2s.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld1-3/+3
2021-01-03crypto: blake2s - adjust include guard namingEric Biggers1-3/+3
2021-01-03crypto: blake2s - optimize blake2s initializationEric Biggers1-4/+1
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers1-5/+60
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers1-0/+41
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu1-0/+2
2019-11-17crypto: blake2s - implement generic shash driverArd Biesheuvel1-0/+5
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld1-0/+19