]> git.ipfire.org Git - thirdparty/nettle.git/commit
Added support for CMAC
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 10 Jan 2018 08:29:17 +0000 (09:29 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 19 Feb 2018 20:31:51 +0000 (21:31 +0100)
commita254a7761fd1165f2a1ffd3bb2f4c38ee5723715
treedc27d093f71333780b69f91d4c07a50989ba1f38
parent36168d2942b82c351daf00cd3e2744ebb10add13
Added support for CMAC

That adds support for CMAC as a generic framework for
128-bit block and key ciphers, as well as API for AES-128-CMAC,
and AES-256-CMAC.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Makefile.in
cmac-aes128.c [new file with mode: 0644]
cmac-aes256.c [new file with mode: 0644]
cmac.c [new file with mode: 0644]
cmac.h [new file with mode: 0644]
examples/nettle-benchmark.c
nettle.texinfo
testsuite/.test-rules.make
testsuite/Makefile.in
testsuite/cmac-test.c [new file with mode: 0644]