summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/chacha/chacha.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add support for xchacha20 and xchacha20-poly1305dlg2019-01-221-1/+11
* Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms.bcook2015-12-091-3/+3
* add missing stdint. include for uint32_t, etc.bcook2014-07-081-1/+4
* If a chacha operation does not consume all of the generated key stream,jsing2014-06-241-1/+16
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* Get the public headers from the official place with <openssl/ >deraadt2014-05-311-1/+1
* Provide an EVP implementation for ChaCha.jsing2014-05-011-0/+20
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-011-0/+38