| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary code due to compiler limitations | Jack Lloyd | 2020-11-11 | 1 | -1/+1 |
* | Remove deprecated headers, make more headers internal | Jack Lloyd | 2020-11-06 | 3 | -6/+4 |
* | Deprecate many publically available headers | Jack Lloyd | 2019-09-06 | 1 | -0/+2 |
* | Make the ISA list a list | Jack Lloyd | 2019-04-17 | 1 | -1/+3 |
* | Fix some extra semicolons | Jack Lloyd | 2019-03-27 | 1 | -1/+1 |
* | Add CT::Mask type | Jack Lloyd | 2018-11-28 | 1 | -2/+2 |
* | Fix some MSVC warnings | Jack Lloyd | 2018-09-30 | 1 | -2/+2 |
* | Optimize CT::is_zero, CT::expand_mask, CT::expand_top_bit | Jack Lloyd | 2018-09-07 | 1 | -5/+4 |
* | Simplify IDEA key schedule | Jack Lloyd | 2018-02-23 | 1 | -23/+28 |
* | Add checks that keyed algorithms are actually keyed before use | Jack Lloyd | 2017-10-26 | 1 | -0/+4 |
* | Address some bool/int conversion warnings from Sonar | Jack Lloyd | 2017-10-06 | 1 | -1/+2 |
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
* | Add API stability annotations. | Jack Lloyd | 2017-09-19 | 1 | -1/+1 |
* | Fix various MSVC warnings | Jack Lloyd | 2017-08-31 | 1 | -1/+1 |
* | Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and Threefish | Jack Lloyd | 2017-08-14 | 2 | -0/+14 |
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 2 | -3/+6 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 3 | -25/+25 |
* | Add Cilk/OpenMP support | Jack Lloyd | 2016-11-26 | 1 | -5/+3 |
* | Move ISA optimized versions under the main algo dir | Jack Lloyd | 2016-11-03 | 2 | -0/+212 |
* | 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 |