| Commit message (Expand) | Author | Age | Files | Lines |
* | Address some Coverity warnings | Jack Lloyd | 2016-10-22 | 1 | -1/+1 |
* | Improve stream doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+2 |
* | Add ISA annotations to functions using SIMD, AES, etc | Jack Lloyd | 2016-10-14 | 1 | -0/+1 |
* | Maintainer mode fixes. | Jack Lloyd | 2016-09-21 | 1 | -1/+1 |
* | Change T::provider to return std::string | Jack Lloyd | 2016-09-15 | 2 | -2/+2 |
* | Add T::provider() to allow user to inquire about implementation used | Jack Lloyd | 2016-09-15 | 2 | -0/+14 |
* | Remove bogus decl | Jack Lloyd | 2016-09-05 | 1 | -2/+0 |
* | Merge GH #613 NewHope R-LWE key exchange | Jack Lloyd | 2016-09-05 | 1 | -1/+1 |
|\ |
|
| * | Add NEWHOPE KEM scheme | Jack Lloyd | 2016-08-30 | 1 | -1/+1 |
* | | Avoid _mm_set_epi64x which is missing on 32-bit MSVC 12 | Jack Lloyd | 2016-09-02 | 1 | -8/+8 |
* | | Correct macro check | Jack Lloyd | 2016-09-01 | 2 | -2/+2 |
* | | Missing increment in SSE2 version, broke ChaCha20Poly1305 tests | Jack Lloyd | 2016-09-01 | 1 | -0/+3 |
* | | 4x interleaved SSE2 | Jack Lloyd | 2016-09-01 | 1 | -67/+225 |
* | | ChaCha 4 ways | Jack Lloyd | 2016-09-01 | 3 | -129/+153 |
* | | SSE2 ChaCha | Jack Lloyd | 2016-09-01 | 4 | -6/+111 |
|/ |
|
* | Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi... | SimCog | 2016-06-18 | 2 | -4/+28 |
* | Add support for ChaCha(12) | Jack Lloyd | 2016-04-09 | 2 | -8/+32 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 1 | -1/+1 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 1 | -1/+1 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 1 | -2/+0 |
* | stream: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -8/+8 |
* | lib/stream: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -2/+2 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 1 | -2/+0 |
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 1 | -3/+3 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
* | Decruft | lloyd | 2014-12-31 | 2 | -15/+1 |
* | Support 96 bit nonces in ChaCha20 as specified in draft-irtf-cfrg-chacha20-po... | lloyd | 2014-12-29 | 2 | -3/+12 |
* | Add ChaCha | lloyd | 2014-01-31 | 3 | -0/+218 |