boringssl/crypto/chacha
Adam Langley 7c1f21a1d1 Add XChaCha20-Poly1305 AEAD.
This is a version of ChaCha20-Poly1305 that takes a 24-byte nonce,
making the nonce suitable for random generation. It's compatible with
the AEAD of the same name in libsodium.

Change-Id: Ie8b20ba551e5a290b390d362e487f06377166f4c
Reviewed-on: https://boringssl-review.googlesource.com/30384
Commit-Queue: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Reviewed-by: David Benjamin <davidben@google.com>
2018-08-09 18:49:09 +00:00
..
asm Sync up some perlasm license headers and easy fixes. 2018-02-11 01:00:35 +00:00
chacha_test.cc Convert chacha_test to GTest. 2017-02-15 17:16:44 +00:00
chacha.c Add XChaCha20-Poly1305 AEAD. 2018-08-09 18:49:09 +00:00
CMakeLists.txt Convert chacha_test to GTest. 2017-02-15 17:16:44 +00:00
internal.h Add XChaCha20-Poly1305 AEAD. 2018-08-09 18:49:09 +00:00