summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/chacha/chacha.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add support for xchacha20 and xchacha20-poly1305dlg2019-01-221-1/+5
* Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms.bcook2015-12-091-2/+3
* Add missing year to copyright.jsing2014-07-251-2/+2
* If a chacha operation does not consume all of the generated key stream,jsing2014-06-241-1/+3
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* KNF.jsing2014-05-151-1/+1
* Provide an EVP implementation for ChaCha.jsing2014-05-011-0/+11
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-011-0/+39