summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/chacha/chacha.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get the public headers from the official place with <openssl/ >deraadt2014-05-311-1/+1
| | | | from Brent Cook
* Provide an EVP implementation for ChaCha.jsing2014-05-011-0/+20
| | | | ok miod@
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-011-0/+38
ok deraadt@