]> git.ipfire.org Git - thirdparty/nettle.git/commit
Add PBKDF2 support for gosthash94cp
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 11 Jul 2019 18:43:16 +0000 (21:43 +0300)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 15 Sep 2019 08:09:16 +0000 (10:09 +0200)
commite3d54eeb6b2e01674ddcb71eefe21b55b95945b8
tree7a627cfcdcf5b80961aad08c416885bb0f1237c2
parent8a0a625358153724f9e3b8b9c73f4b2d1e8730c6
Add PBKDF2 support for gosthash94cp

Russian technical comitee working on standartization of cryptography
algorithms has published the document describing usage of GOST R
34.11-94 hash function with PBKDF2 algorithm (MR 26.2.001-2012).
Add test vectors from that document and a special function implementing
Nettle interface for PBKDF2 using gosthash94cp.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Makefile.in
pbkdf2-hmac-gosthash94.c [new file with mode: 0644]
pbkdf2.h
testsuite/pbkdf2-test.c