Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ECB mode | Jack Lloyd | 2016-12-04 | 1 | -18/+0 |
* | Remove alias logic from SCAN_Name | Jack Lloyd | 2016-10-21 | 1 | -0/+6 |
* | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 1 | -93/+95 |
* | Remove Transform base class | Jack Lloyd | 2016-04-21 | 1 | -19/+33 |
* | Cleanup includes | Jack Lloyd | 2015-09-22 | 1 | -0/+1 |
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 1 | -5/+4 |
* | Address some review comments by Simon. GH #279 | Jack Lloyd | 2015-09-21 | 1 | -4/+4 |
* | Same treatment for cipher modes | Jack Lloyd | 2015-09-10 | 1 | -0/+65 |
* | Move Cipher_Mode enum out of types.h, move stream cipher mode to new header | lloyd | 2015-02-05 | 1 | -0/+1 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -8/+23 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 1 | -0/+59 |