]> git.ipfire.org Git - thirdparty/nettle.git/commit
SIV-CMAC mode, based on patch by Nikos Mavrogiannopoulos
authorNiels Möller <nisse@lysator.liu.se>
Mon, 6 May 2019 17:36:33 +0000 (19:36 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 6 May 2019 17:36:33 +0000 (19:36 +0200)
commitef82f2281f7c2459cd8fafa1e50598069c6a3732
tree48014cf542f58b7d0f2dd8067b88032c17e1683d
parent9adb998c95a50e6454a29bcc06b338d3880e6d33
SIV-CMAC mode, based on patch by Nikos Mavrogiannopoulos

This AEAD algorithm provides a way to make nonce-reuse a not critical
issue. That is particular useful to stateless servers that cannot
ensure that the nonce will not repeat. This cipher is used by
draft-ietf-ntp-using-nts-for-ntp-17.
ChangeLog
Makefile.in
nettle.texinfo
siv-cmac-aes128.c [new file with mode: 0644]
siv-cmac-aes256.c [new file with mode: 0644]
siv-cmac.c [new file with mode: 0644]
siv-cmac.h [new file with mode: 0644]
testsuite/.gitignore
testsuite/.test-rules.make
testsuite/Makefile.in
testsuite/siv-test.c [new file with mode: 0644]