summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/chacha/chacha-merged.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert __bounded__ hack in chacha-merged.ctb2024-06-051-5/+1
* Neuter the bounded attribute as was done elsewhere for portabletb2024-06-011-1/+5
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-1/+2
* Switch from u_int and u_char to u32 and u8 to avoid portability issues.tb2021-10-221-17/+14
* add support for xchacha20 and xchacha20-poly1305dlg2019-01-221-1/+47
* Convert the sigma and tau initialisers to byte arrays, rather than usingjsing2017-08-131-3/+12
* 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