Skip to content

Commit

Permalink
README: mention issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Apr 16, 2016
1 parent 82d77cd commit 57d9921
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ Cifra requires `memcpy`, `memset`, and `abort`.
lengths. Specifically, messages whose length satisfied `len % 64 = 55` for
SHA1/SHA224/SHA256 or `len % 128 = 119` for SHA384/SHA512. SHA3 was not affected.
Better testing is now in place.
* [Issue #3](https://github.com/ctz/cifra/issues/3): in all versions before commit
[82d77cd8](https://github.com/ctz/cifra/commit/82d77cd8323f6d4473fcb68517752a778970138d)
(April 16th 2016) EAX would produce wrong tags for empty AADs or messages. The
underlying CMAC is now more resistant to this case.

## License
[CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Expand Down

0 comments on commit 57d9921

Please # to comment.