Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for xchacha20 and xchacha20-poly1305 | dlg | 2019-01-22 | 1 | -1/+11 |
* | Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms. | bcook | 2015-12-09 | 1 | -3/+3 |
* | add missing stdint. include for uint32_t, etc. | bcook | 2014-07-08 | 1 | -1/+4 |
* | If a chacha operation does not consume all of the generated key stream, | jsing | 2014-06-24 | 1 | -1/+16 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -0/+1 |
* | Get the public headers from the official place with <openssl/ > | deraadt | 2014-05-31 | 1 | -1/+1 |
* | Provide an EVP implementation for ChaCha. | jsing | 2014-05-01 | 1 | -0/+20 |
* | Add ChaCha to libcrypto, based on djb's public domain implementation. | jsing | 2014-05-01 | 1 | -0/+38 |