summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/chacha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-012-2/+4
| | | | fixes to keep building.
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-012-0/+268
ok deraadt@