Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change T::provider to return std::string | Jack Lloyd | 2016-09-15 | 2 | -2/+2 |
* | Add T::provider() to allow user to inquire about implementation used | Jack Lloyd | 2016-09-15 | 2 | -0/+14 |
* | Merge optimized implementations into base class | Jack Lloyd | 2016-09-15 | 2 | -12/+32 |
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 2 | -32/+32 |
* | Make Montgomery reduction constant time. | Jack Lloyd | 2015-10-24 | 1 | -14/+14 |
* | Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks | Jack Lloyd | 2015-10-16 | 1 | -12/+25 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 1 | -3/+1 |
* | block: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -6/+6 |
* | lib/block: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 1 | -2/+2 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 1 | -1/+3 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
* | Move lib into src | lloyd | 2014-01-10 | 3 | -0/+216 |