summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/crypto/chacha/chacha-merged.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the libssl/src directorybeck2016-09-031-270/+0
* replace u_int8_t with uint8_tbcook2014-07-111-3/+5
* If a chacha operation does not consume all of the generated key stream,jsing2014-06-241-5/+27
* Some KNF.jsing2014-06-241-6/+12
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* KNF.jsing2014-05-151-155/+157
* __bounded => __attribute__((__bounded__djm2014-05-101-5/+5
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-011-0/+237