Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge GH #516 Cipher_Mode API improvements | Jack Lloyd | 2016-09-26 | 1 | -18/+30 |
|\ | |||||
| * | Cipher_Mode API improvements | Jack Lloyd | 2016-09-01 | 1 | -18/+30 |
* | | 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 | -8/+7 |
|/ | |||||
* | Remove Transform base class | Jack Lloyd | 2016-04-21 | 1 | -3/+150 |
* | Add version_cstr (returns const char*) and move tag_size from AEAD to | lloyd | 2015-02-11 | 1 | -0/+5 |
* | Move Cipher_Mode enum out of types.h, move stream cipher mode to new header | lloyd | 2015-02-05 | 1 | -45/+5 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -0/+47 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 1 | -0/+2 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Split off the keyed interfaces of transform to Keyed_Transform | lloyd | 2014-01-18 | 1 | -1/+1 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+30 |