summaryrefslogtreecommitdiffstats
path: root/crypto/blake2b_generic.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
* crypto: blake2b - update file commentEric Biggers2021-01-031-13/+10
* crypto: blake2b - sync with blake2s implementationEric Biggers2021-01-031-178/+48
* crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-231-1/+1
* crypto: blake2b - Fix clang optimization for ARMv7-MArnd Bergmann2020-05-151-1/+3
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: blake2b - rename tfm context and _setkey callbackDavid Sterba2019-11-221-18/+18
* crypto: blake2b - merge _update to api callbackDavid Sterba2019-11-221-36/+30
* crypto: blake2b - open code set last block helperDavid Sterba2019-11-221-6/+2
* crypto: blake2b - delete unused structs or membersDavid Sterba2019-11-221-30/+0
* crypto: blake2b - simplify key initDavid Sterba2019-11-221-8/+6
* crypto: blake2b - merge blake2 init to api callbackDavid Sterba2019-11-221-84/+19
* crypto: blake2b - merge _final implementation to callbackDavid Sterba2019-11-221-25/+17
* crypto: blake2b - add blake2b generic implementationDavid Sterba2019-11-011-0/+435