]> git.ipfire.org Git - thirdparty/nettle.git/commit
hmac: add support for streebog256/512 hash function
authorDmitry Baryshkov <dbaryshkov@gmail.com>
Tue, 2 Jun 2020 10:45:36 +0000 (13:45 +0300)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 8 Jun 2020 05:42:20 +0000 (07:42 +0200)
commitc2445d863a7c672834c256eebbfc6358b968951e
tree9512c0a2b24c16bc09f107a8290f3646e2a2d013
parenta0af864f46a6c8c014dabc3b86f2081aeeeb3cc1
hmac: add support for streebog256/512 hash function

Add support for calculating HMAC using Streebog hash functions.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Makefile.in
hmac-streebog-meta.c [new file with mode: 0644]
hmac-streebog.c [new file with mode: 0644]
hmac.h
nettle-meta-macs.c
nettle-meta.h
testsuite/hmac-test.c
testsuite/meta-mac-test.c