| Commit message (Expand) | Author | Age | Files | Lines |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 27 | -36/+36 |
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 48 | -666/+666 |
* | Use valgrind's memcheck API for checking const time annotations | Jack Lloyd | 2016-01-03 | 1 | -1/+32 |
* | Add cast to a suspcious looking (but actually ok in this case) shift in MARS | Jack Lloyd | 2016-01-01 | 1 | -1/+1 |
* | Drop seed_tab | Jack Lloyd | 2016-01-01 | 1 | -192/+0 |
* | Inline SEED's sbox tables | Jack Lloyd | 2016-01-01 | 2 | -33/+203 |
* | Merge the openssl code together. | Jack Lloyd | 2015-12-19 | 2 | -219/+0 |
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 2 | -3/+3 |
* | Improve side channel attack resistance of table based AES impl | Jack Lloyd | 2015-11-29 | 1 | -414/+147 |
* | Make Montgomery reduction constant time. | Jack Lloyd | 2015-10-24 | 2 | -20/+20 |
* | Break up openssl provider | Jack Lloyd | 2015-10-19 | 2 | -0/+219 |
* | Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks | Jack Lloyd | 2015-10-16 | 2 | -13/+34 |
* | Delete Camellia sbox header. | Jack Lloyd | 2015-09-22 | 2 | -550/+1 |
* | Inline Camellia sbox tables to source file | Jack Lloyd | 2015-09-22 | 1 | -3/+530 |
* | Move check for SIMD instructions to CPUID | Jack Lloyd | 2015-09-21 | 1 | -7/+3 |
* | 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 | -2/+2 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 5 | -40/+16 |
* | Handle dependencies re static linking. GH #279 | Jack Lloyd | 2015-09-17 | 2 | -0/+24 |
* | Fix for minimized builds | Jack Lloyd | 2015-09-11 | 1 | -1/+4 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 36 | -126/+326 |
* | Reverse the algorithm priority ordering | Jack Lloyd | 2015-08-29 | 7 | -11/+19 |
* | block: Add missing overrides | Daniel Seither | 2015-07-30 | 31 | -228/+228 |
* | Remove the x86 asm versions of MD4, MD5, SHA-1 and Serpent | Jack Lloyd | 2015-07-25 | 4 | -802/+0 |
* | Silence some extra ';' warnings | Simon Warta | 2015-07-22 | 1 | -2/+3 |
* | Fix module combi: adler32,threefish_avx2 | Simon Warta | 2015-07-08 | 1 | -0/+4 |
* | Fix compilation by Clang with _LIBCPP_DEBUG | LSK | 2015-07-08 | 1 | -4/+4 |
* | More changes for use with debug STL | Simon Warta | 2015-06-30 | 1 | -1/+1 |
* | lib/block: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 13 | -59/+59 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 2 | -5/+4 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 1 | -5/+0 |
* | Enable OpenSSL for providing ciphers and hashes again. | lloyd | 2015-02-05 | 1 | -0/+1 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 14 | -31/+16 |
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 1 | -0/+36 |
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 1 | -6/+4 |
* | Use Algo_Registry also for hashes. | lloyd | 2015-01-28 | 3 | -8/+5 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 38 | -68/+175 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 75 | -75/+75 |
* | Fix various warnings from VC++ 2014 and add missing include | lloyd | 2014-10-31 | 1 | -1/+1 |
* | Remove Square, Skipjack, Luby-Rackoff, and Blue Midnight Wish. | lloyd | 2014-02-08 | 10 | -1147/+0 |
* | Have Skein call Threefish, rather than duplicating the code. | lloyd | 2014-02-08 | 2 | -8/+60 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 3 | -3/+0 |
* | Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash. | lloyd | 2014-01-18 | 6 | -145/+133 |
* | Move lib into src | lloyd | 2014-01-10 | 117 | -0/+14485 |