summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/blake2s.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: blake2s - adjust include guard namingEric Biggers2021-01-031-3/+3
* crypto: blake2s - optimize blake2s initializationEric Biggers2021-01-031-4/+1
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-031-5/+60
* crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2021-01-031-0/+41
* crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2020-12-041-0/+2
* crypto: blake2s - implement generic shash driverArd Biesheuvel2019-11-171-0/+5
* crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2019-11-171-0/+19