]> git.ipfire.org Git - thirdparty/nettle.git/commit
Add HMAC functions for GOSTHASH94 and GOSTHASH94CP
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 11 Jul 2019 18:43:15 +0000 (21:43 +0300)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 15 Sep 2019 08:09:16 +0000 (10:09 +0200)
commit8a0a625358153724f9e3b8b9c73f4b2d1e8730c6
tree11fa8c8a3328c000b68a3f356da9301396e8b80a
parentee2c0aa8dcdf40901a727c6a44dfa02c8c0039b0
Add HMAC functions for GOSTHASH94 and GOSTHASH94CP

GOST hash functions can be used to generate MAC using HMAC algorithm.
Add functions implementing HMAC with GOSTHASH94/GOSTHASH94CP.

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