| Commit message (Expand) | Author | Age | Files | Lines |
* | Support zero-length IV in ChaCha | Jack Lloyd | 2017-02-02 | 2 | -3/+17 |
* | Add BOTAN_UNUSED in creator functions | Jack Lloyd | 2017-01-27 | 1 | -0/+3 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 14 | -120/+120 |
* | Fix dead stores in chacha_sse2_x4 | Never | 2016-11-25 | 1 | -6/+3 |
* | Add SHAKE-128 and SHAKE-256 as hash functions | Jack Lloyd | 2016-11-10 | 3 | -11/+11 |
* | Salsa20 accepts empty IVs | Jack Lloyd | 2016-10-30 | 2 | -4/+9 |
* | Merge GH #668: Remove Algo_Registry and associated global locks | Jack Lloyd | 2016-10-24 | 8 | -64/+99 |
|\ |
|
| * | Remove alias logic from SCAN_Name | Jack Lloyd | 2016-10-21 | 2 | -4/+8 |
| * | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 8 | -62/+93 |
* | | Address some Coverity warnings | Jack Lloyd | 2016-10-22 | 1 | -1/+1 |
|/ |
|
* | Merge GH #669 Add SHA-3, SHAKE-128, and BoringSSL-mode NewHope | Jack Lloyd | 2016-10-20 | 5 | -1/+149 |
|\ |
|
| * | Add SHAKE-128 as stream cipher | Jack Lloyd | 2016-10-19 | 5 | -1/+149 |
* | | Fix doxygen warnings [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+1 |
* | | Minor doxygen fixes [ci skip] | René Korthaus | 2016-10-19 | 2 | -2/+2 |
* | | Improve stream doxygen [ci skip] | René Korthaus | 2016-10-19 | 2 | -5/+24 |
|/ |
|
* | 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 | 3 | -4/+3 |
* | Add T::provider() to allow user to inquire about implementation used | Jack Lloyd | 2016-09-15 | 3 | -0/+21 |
* | 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 |
|/ |
|
* | Make Stream_Cipher::set_iv() pure virtual | René Korthaus | 2016-07-20 | 4 | -7/+9 |
* | Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi... | SimCog | 2016-06-18 | 11 | -4/+59 |
* | Fix GCM counter increment | Jack Lloyd | 2016-05-23 | 2 | -2/+18 |
* | Add explicit static_cast operations to eliminate implicit cast compiler warni... | Dan Brown | 2016-04-27 | 1 | -1/+1 |
* | Remove Transform base class | Jack Lloyd | 2016-04-21 | 1 | -1/+0 |
* | Add support for ChaCha(12) | Jack Lloyd | 2016-04-09 | 3 | -9/+33 |
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 4 | -4/+4 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 5 | -5/+5 |
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 2 | -47/+47 |
* | initialize private members in rc4 header | Daniel Neus | 2015-12-23 | 2 | -5/+4 |
* | some trivial compiler/PVS-Studio warning fixes | Daniel Neus | 2015-12-22 | 1 | -1/+1 |
* | Merge the openssl code together. | Jack Lloyd | 2015-12-19 | 1 | -73/+0 |
* | Update and consolidate the test framework. | Jack Lloyd | 2015-11-11 | 1 | -1/+13 |
* | Break up openssl provider | Jack Lloyd | 2015-10-19 | 1 | -0/+61 |
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 2 | -6/+4 |
* | Address some review comments by Simon. GH #279 | Jack Lloyd | 2015-09-21 | 2 | -6/+6 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 8 | -43/+5 |
* | Handle dependencies re static linking. GH #279 | Jack Lloyd | 2015-09-17 | 4 | -0/+28 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 7 | -16/+65 |
* | stream: Add missing overrides | Daniel Seither | 2015-07-30 | 5 | -38/+38 |
* | lib/stream: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 4 | -10/+10 |
* | Fix various bugs found by Coverity scanner. | lloyd | 2015-05-15 | 2 | -2/+2 |