summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/chacha
AgeCommit message (Expand)AuthorFilesLines
2019-01-22add support for xchacha20 and xchacha20-poly1305dlg3-3/+63
2017-08-13Convert the sigma and tau initialisers to byte arrays, rather than usingjsing1-3/+12
2015-12-09Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms.bcook2-5/+6
2014-07-25Add missing year to copyright.jsing1-2/+2
2014-07-11replace u_int8_t with uint8_tbcook1-3/+5
2014-07-08add missing stdint. include for uint32_t, etc.bcook1-1/+4
2014-06-24If a chacha operation does not consume all of the generated key stream,jsing3-7/+46
2014-06-24Some KNF.jsing1-6/+12
2014-06-12tags as requested by miod and teduderaadt3-0/+3
2014-05-31Get the public headers from the official place with <openssl/ >deraadt1-1/+1
2014-05-15KNF.jsing2-148/+150
2014-05-10__bounded => __attribute__((__bounded__djm1-5/+5
2014-05-01Provide an EVP implementation for ChaCha.jsing2-0/+31
2014-05-01Add ChaCha to libcrypto, based on djb's public domain implementation.jsing3-0/+314