summaryrefslogtreecommitdiff
path: root/siv-cmac.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into siv-modesiv-modeNiels Möller2019-06-061-26/+27
| | | | | | The cmac changes on master breaks the previous version of the siv code. Now updated, and improved to use const context arguments for the _message functions.
* Require non-empty nonce for SIV mode.Niels Möller2019-05-151-0/+2
|
* SIV-CMAC mode, based on patch by Nikos MavrogiannopoulosNiels Möller2019-05-061-0/+162
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.