-
- Downloads
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.
Showing
- ChangeLog 22 additions, 0 deletionsChangeLog
- Makefile.in 2 additions, 1 deletionMakefile.in
- nettle.texinfo 104 additions, 1 deletionnettle.texinfo
- siv-cmac-aes128.c 77 additions, 0 deletionssiv-cmac-aes128.c
- siv-cmac-aes256.c 77 additions, 0 deletionssiv-cmac-aes256.c
- siv-cmac.c 162 additions, 0 deletionssiv-cmac.c
- siv-cmac.h 129 additions, 0 deletionssiv-cmac.h
- testsuite/.gitignore 2 additions, 0 deletionstestsuite/.gitignore
- testsuite/.test-rules.make 3 additions, 0 deletionstestsuite/.test-rules.make
- testsuite/Makefile.in 1 addition, 1 deletiontestsuite/Makefile.in
- testsuite/siv-test.c 394 additions, 0 deletionstestsuite/siv-test.c
Loading
Please register or sign in to comment