aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/chacha.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-06Handle ChaCha20 counter overflow consistentlyDavid Benjamin1-0/+6
2021-04-30Reference the newer ChaCha20-Poly1305 RFC.David Benjamin1-1/+1
2017-10-12Add chacha.h to the list of documented headers.Adam Langley1-1/+5
2017-08-18Run comment conversion script on include/David Benjamin1-5/+5
2016-06-09Require in == out for in-place encryption.David Benjamin1-2/+2
2015-10-26Change |CRYPTO_chacha_20| to use 96-bit nonces, 32-bit counters.Brian Smith1-1/+1
2015-07-10Fix shared library build.David Benjamin1-3/+3
2014-07-14Move public headers to include/openssl/Adam Langley1-1/+37
2014-06-20ChaCha20-Poly1305 support.Adam Langley1-0/+1