| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |