The patchset adds blake2b reference implementation and test vectors. V7: Contents of include/crypto/blake2b.h moved to blake2b_generic.c, as the exported constants or structures are not needed by anything as for now. V1: https://lore.kernel.org/linux-crypto/cover.1569849051.git.dsterba@xxxxxxxx/ V2: https://lore.kernel.org/linux-crypto/e31c2030fcfa7f409b2c81adf8f179a8a55a584a.1570184333.git.dsterba@xxxxxxxx/ V3: https://lore.kernel.org/linux-crypto/e7f46def436c2c705c0b2cac3324f817efa4717d.1570715842.git.dsterba@xxxxxxxx/ V4: https://lore.kernel.org/linux-crypto/cover.1570812094.git.dsterba@xxxxxxxx/ V5: https://lore.kernel.org/linux-crypto/cover.1571043883.git.dsterba@xxxxxxxx/ V6: https://lore.kernel.org/linux-crypto/cover.1571788861.git.dsterba@xxxxxxxx/ David Sterba (2): crypto: add blake2b generic implementation crypto: add test vectors for blake2b crypto/Kconfig | 17 ++ crypto/Makefile | 1 + crypto/blake2b_generic.c | 435 +++++++++++++++++++++++++++++++++++++++ crypto/testmgr.c | 28 +++ crypto/testmgr.h | 307 +++++++++++++++++++++++++++ 5 files changed, 788 insertions(+) create mode 100644 crypto/blake2b_generic.c -- 2.23.0