aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/chacha/chacha.h
Commit message (Expand)AuthorAgeFilesLines
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Support zero-length IV in ChaChaJack Lloyd2017-02-021-2/+5
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-8/+8
* Improve stream doxygen [ci skip]René Korthaus2016-10-191-1/+2
* Change T::provider to return std::stringJack Lloyd2016-09-151-1/+1
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-0/+2
* Remove bogus declJack Lloyd2016-09-051-2/+0
* Merge GH #613 NewHope R-LWE key exchangeJack Lloyd2016-09-051-1/+1
|\
| * Add NEWHOPE KEM schemeJack Lloyd2016-08-301-1/+1
* | Correct macro checkJack Lloyd2016-09-011-1/+1
* | ChaCha 4 waysJack Lloyd2016-09-011-2/+4
* | SSE2 ChaChaJack Lloyd2016-09-011-0/+6
|/
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-181-1/+3
* Add support for ChaCha(12)Jack Lloyd2016-04-091-4/+11
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* stream: Add missing overridesDaniel Seither2015-07-301-8/+8
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Decruftlloyd2014-12-311-1/+1
* Support 96 bit nonces in ChaCha20 as specified in draft-irtf-cfrg-chacha20-po...lloyd2014-12-291-1/+1
* Add ChaChalloyd2014-01-311-0/+49