summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/chacha (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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