summaryrefslogtreecommitdiffstats
path: root/crypto/blake2b_generic.c
AgeCommit message (Expand)Author
2021-01-03crypto: blake2b - update file commentEric Biggers
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers
2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-05-15crypto: blake2b - Fix clang optimization for ARMv7-MArnd Bergmann
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-11-22crypto: blake2b - rename tfm context and _setkey callbackDavid Sterba
2019-11-22crypto: blake2b - merge _update to api callbackDavid Sterba
2019-11-22crypto: blake2b - open code set last block helperDavid Sterba
2019-11-22crypto: blake2b - delete unused structs or membersDavid Sterba
2019-11-22crypto: blake2b - simplify key initDavid Sterba
2019-11-22crypto: blake2b - merge blake2 init to api callbackDavid Sterba
2019-11-22crypto: blake2b - merge _final implementation to callbackDavid Sterba
2019-11-01crypto: blake2b - add blake2b generic implementationDavid Sterba