summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/chacha/chacha-merged.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_6_0_BASE'.OPENBSD_6_0_BASEcvs2svn2016-07-231-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