aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/blake2b_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-03crypto: blake2b - update file commentEric Biggers1-13/+10
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers1-178/+48
2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-05-15crypto: blake2b - Fix clang optimization for ARMv7-MArnd Bergmann1-1/+3
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-3/+1
2019-11-22crypto: blake2b - rename tfm context and _setkey callbackDavid Sterba1-18/+18
2019-11-22crypto: blake2b - merge _update to api callbackDavid Sterba1-36/+30
2019-11-22crypto: blake2b - open code set last block helperDavid Sterba1-6/+2
2019-11-22crypto: blake2b - delete unused structs or membersDavid Sterba1-30/+0
2019-11-22crypto: blake2b - simplify key initDavid Sterba1-8/+6
2019-11-22crypto: blake2b - merge blake2 init to api callbackDavid Sterba1-84/+19
2019-11-22crypto: blake2b - merge _final implementation to callbackDavid Sterba1-25/+17
2019-11-01crypto: blake2b - add blake2b generic implementationDavid Sterba1-0/+435