summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/chacha (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-251-5/+1
* 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
* Hide symbols in chachabeck2023-07-051-1/+6
* Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20().jsing2022-08-201-3/+23
* 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-223-3/+63
* Convert the sigma and tau initialisers to byte arrays, rather than usingjsing2017-08-131-3/+12
* Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms.bcook2015-12-092-5/+6
* Add missing year to copyright.jsing2014-07-251-2/+2
* replace u_int8_t with uint8_tbcook2014-07-111-3/+5
* add missing stdint. include for uint32_t, etc.bcook2014-07-081-1/+4
* If a chacha operation does not consume all of the generated key stream,jsing2014-06-243-7/+46
* Some KNF.jsing2014-06-241-6/+12
* tags as requested by miod and teduderaadt2014-06-123-0/+3
* Get the public headers from the official place with <openssl/ >deraadt2014-05-311-1/+1
* KNF.jsing2014-05-152-156/+158
* __bounded => __attribute__((__bounded__djm2014-05-101-5/+5
* Provide an EVP implementation for ChaCha.jsing2014-05-012-0/+31
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-013-0/+314