]> git.ipfire.org Git - thirdparty/nettle.git/commit
Add PBKDF2 support for gosthash94cp 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>
Sat, 14 Sep 2019 10:17:43 +0000 (12:17 +0200)
commit76c4586596c175ff6aff9ffdbde4a091133cea8f
tree12a10cecdae0ebf0c2429b122d92b7ad15a4b61c
parent233be7a0fd5297d18a0304fa7c72e20910914a01
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