summaryrefslogtreecommitdiff
path: root/lib/libcrypto/chacha
AgeCommit message (Expand)Author
2023-07-07Unbreak the namespace build after a broken mk.conf and tool misfire hadBob Beck
2023-07-05Hide symbols in chachaBob Beck
2022-08-20Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20().Joel Sing
2021-10-22Switch from u_int and u_char to u32 and u8 to avoid portability issues.Theo Buehler
2019-01-22add support for xchacha20 and xchacha20-poly1305David Gwynne
2017-08-13Convert the sigma and tau initialisers to byte arrays, rather than usingJoel Sing
2015-12-09Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms.Brent Cook
2014-07-25Add missing year to copyright.Joel Sing
2014-07-11replace u_int8_t with uint8_tBrent Cook
2014-07-08add missing stdint. include for uint32_t, etc.Brent Cook
2014-06-24If a chacha operation does not consume all of the generated key stream,Joel Sing
2014-06-24Some KNF.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-31Get the public headers from the official place with <openssl/ >Theo de Raadt
2014-05-15KNF.Joel Sing
2014-05-10__bounded => __attribute__((__bounded__Damien Miller
2014-05-01Provide an EVP implementation for ChaCha.Joel Sing
2014-05-01Add ChaCha to libcrypto, based on djb's public domain implementation.Joel Sing