]> git.ipfire.org Git - thirdparty/nettle.git/commit
cmac: add CMAC-DES3 (CMAC-TDES) implementation
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Tue, 2 Jul 2019 12:38:57 +0000 (15:38 +0300)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 10 Jul 2019 20:53:47 +0000 (22:53 +0200)
commit8f88c38d261546e8651261d04c139b80cbff6e01
tree7786966980b1c3c6fc40b9829cee6e2ff154cf6d
parent8e5ac9aa8ced48b18d3b5cb90763b41efe66598b
cmac: add CMAC-DES3 (CMAC-TDES) implementation

Implement CMAC using TrippleDES as underlying cipher.

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