| Commit message (Expand) | Author | Age | Files | Lines |
* | Content: | Tomasz Frydrych | 2017-04-03 | 2 | -2/+2 |
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 21 | -21/+63 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 43 | -365/+365 |
* | Avoid unneeded code - previous conditionals handle these cases | Jack Lloyd | 2016-11-25 | 1 | -8/+0 |
* | Adds SHAKE support for XMSS | Matthias Gierlings | 2016-11-25 | 1 | -0/+8 |
* | Add SHAKE-128 and SHAKE-256 as hash functions | Jack Lloyd | 2016-11-10 | 7 | -75/+279 |
* | Move ISA optimized versions under the main algo dir | Jack Lloyd | 2016-11-03 | 2 | -4/+0 |
* | Correct name for Comb4P | Jack Lloyd | 2016-10-27 | 1 | -1/+1 |
* | Remove alias logic from SCAN_Name | Jack Lloyd | 2016-10-21 | 1 | -50/+62 |
* | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 10 | -121/+181 |
* | Merge GH #669 Add SHA-3, SHAKE-128, and BoringSSL-mode NewHope | Jack Lloyd | 2016-10-20 | 7 | -91/+315 |
|\ |
|
| * | Add proper SHA-3 | Jack Lloyd | 2016-10-19 | 7 | -91/+315 |
* | | Improve stream doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+1 |
* | | Improve hash doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -3/+12 |
|/ |
|
* | Add ISA annotations to functions using SIMD, AES, etc | Jack Lloyd | 2016-10-14 | 1 | -0/+1 |
* | Change T::provider to return std::string | Jack Lloyd | 2016-09-15 | 1 | -2/+1 |
* | Add T::provider() to allow user to inquire about implementation used | Jack Lloyd | 2016-09-15 | 1 | -0/+7 |
* | Merge optimized implementations into base class | Jack Lloyd | 2016-09-15 | 6 | -75/+47 |
* | Merge GH #613 NewHope R-LWE key exchange | Jack Lloyd | 2016-09-05 | 2 | -6/+9 |
|\ |
|
| * | Add NEWHOPE KEM scheme | Jack Lloyd | 2016-08-30 | 2 | -6/+9 |
* | | Remove deprecated hashes MD2, HAS-160, and RIPEMD-128 | Jack Lloyd | 2016-09-02 | 10 | -600/+0 |
|/ |
|
* | improve parallel hash tests + memory leak fix | Daniel Neus | 2016-07-20 | 1 | -1/+1 |
* | Remaining cppcheck fixes that are not covered by GH #444 | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 5 | -5/+5 |
* | Fix remaining Wshadow warnings and enable on gcc and clang | René Korthaus | 2016-02-18 | 2 | -3/+3 |
* | Order the accesses to A[] in the Keccak permutation. | Jack Lloyd | 2016-02-06 | 1 | -17/+17 |
* | Fix indent | Jack Lloyd | 2016-01-30 | 1 | -171/+193 |
* | Blake2b: use rotate_right instead of a macro | cynecx | 2016-01-27 | 1 | -7/+5 |
* | Blake2b: Fix for MSVC | cynecx | 2016-01-26 | 1 | -5/+3 |
* | Blake2b: Add copyright & fix header guard | cynecx | 2016-01-26 | 2 | -3/+17 |
* | Add Blake2b hash function | cynecx | 2016-01-26 | 4 | -0/+264 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 19 | -26/+28 |
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 37 | -704/+704 |
* | Merge the openssl code together. | Jack Lloyd | 2015-12-19 | 2 | -122/+0 |
* | Missing adds | Jack Lloyd | 2015-12-11 | 1 | -1/+1 |
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 1 | -2/+2 |
* | Update and consolidate the test framework. | Jack Lloyd | 2015-11-11 | 1 | -1/+1 |
* | Break up openssl provider | Jack Lloyd | 2015-10-19 | 2 | -0/+122 |
* | Address some review comments by Simon. GH #279 | Jack Lloyd | 2015-09-21 | 1 | -1/+1 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 23 | -63/+17 |
* | Handle dependencies re static linking. GH #279 | Jack Lloyd | 2015-09-17 | 4 | -4/+31 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 22 | -46/+184 |
* | Remove alloc module; move secmem.h to base and locking_allocator to utils | Jack Lloyd | 2015-08-29 | 1 | -4/+0 |
* | Reverse the algorithm priority ordering | Jack Lloyd | 2015-08-29 | 1 | -1/+2 |
* | hash: Add missing overrides | Daniel Seither | 2015-07-30 | 21 | -143/+143 |
* | Remove the x86 asm versions of MD4, MD5, SHA-1 and Serpent | Jack Lloyd | 2015-07-25 | 16 | -1115/+0 |
* | Fix typos | Simon Warta | 2015-07-24 | 2 | -2/+2 |
* | lib/hash: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 18 | -43/+43 |
* | Comile fixes for VC 2013. Based on github pull 56 | neusdan | 2015-03-10 | 1 | -0/+3 |
* | In Algo_Registry if a maker func fails, try the next most preferred one | lloyd | 2015-03-05 | 1 | -1/+1 |