aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/aead/chacha20poly1305.vec
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in IETF version of ChaCha20Poly1305Jack Lloyd2016-03-231-2/+33
| | | | | If the input lengths are exact multiples of 16 bytes then no padding should be added. Previously 16 bytes of zero padding were added instead.
* Support the older ChaCha20Poly1305 AEAD from draft-agl-tls-chacha20poly1305-04lloyd2014-12-311-0/+8
| | | | | which we distinguish by the nonce size (always 64 bits in this format, always 96 bits in the CFRG document).
* Add AEAD based on ChaCha20 and Poly1305 defined in ↵lloyd2014-12-291-0/+13
draft-irtf-cfrg-chacha20-poly1305-03