mbedtls/tests
Daniel King b8025c5826 Implement AEAD-ChaCha20-Poly1305.
This implementation is based off the description in RFC 7539.

The ChaCha20 code is also updated to provide a means of generating
keystream blocks with arbitrary counter values. This is used to
generated the one-time Poly1305 key in the AEAD construction.
2018-05-24 13:37:31 +02:00
..
data_files Merge remote-tracking branch 'upstream-public/pr/1379' into development-proposed 2018-03-29 10:57:57 +01:00
git-scripts Move the git scripts to correct path 2017-07-27 21:44:34 +01:00
scripts Fix minor code style issues 2018-05-15 09:21:57 +01:00
suites Implement AEAD-ChaCha20-Poly1305. 2018-05-24 13:37:31 +02:00
.gitignore
CMakeLists.txt Implement AEAD-ChaCha20-Poly1305. 2018-05-24 13:37:31 +02:00
compat.sh Fix minor code style issues 2018-05-15 09:21:57 +01:00
Descriptions.txt
Makefile Implement AEAD-ChaCha20-Poly1305. 2018-05-24 13:37:31 +02:00
ssl-opt.sh Merge branch 'pr_946' into development-proposed 2018-04-04 10:33:45 +02:00