| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 2 | -8/+3 |
* | Correct includes | lloyd | 2015-02-11 | 2 | -2/+2 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 9 | -0/+406 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 6 | -13/+7 |
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 1 | -0/+33 |
* | Use Algo_Registry also for hashes. | lloyd | 2015-01-28 | 26 | -67/+143 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 51 | -51/+51 |
* | Add SHA-512/256 | lloyd | 2015-01-08 | 12 | -74/+84 |
* | Remove Square, Skipjack, Luby-Rackoff, and Blue Midnight Wish. | lloyd | 2014-02-08 | 3 | -247/+0 |
* | Have Skein call Threefish, rather than duplicating the code. | lloyd | 2014-02-08 | 3 | -176/+89 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 1 | -1/+0 |
* | Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash. | lloyd | 2014-01-18 | 2 | -37/+32 |
* | Fix Skein_512::clear | lloyd | 2014-01-18 | 1 | -2/+2 |
* | Split off the keyed interfaces of transform to Keyed_Transform | lloyd | 2014-01-18 | 2 | -3/+5 |
* | Move lib into src | lloyd | 2014-01-10 | 77 | -0/+6481 |