| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated headers, make more headers internal | Jack Lloyd | 2020-11-06 | 3 | -10/+4 |
* | Deprecate many publically available headers | Jack Lloyd | 2019-09-06 | 1 | -0/+2 |
* | Add CT::Mask type | Jack Lloyd | 2018-11-28 | 1 | -4/+4 |
* | Cleanups in Poly1305 | Jack Lloyd | 2018-11-09 | 1 | -23/+23 |
* | Optimization for Poly1305 | Jack Lloyd | 2018-09-20 | 1 | -17/+24 |
* | Code formatting tweak in Poly1305 code | Jack Lloyd | 2017-12-03 | 1 | -5/+5 |
* | Add checks that keyed algorithms are actually keyed before use | Jack Lloyd | 2017-10-26 | 1 | -2/+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 |
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 1 | -1/+3 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 2 | -37/+37 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 1 | -1/+1 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 1 | -1/+0 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 1 | -2/+0 |
* | mac: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -7/+7 |
* | s/auto/size_t/ | Simon Warta | 2015-07-03 | 1 | -1/+1 |
* | More changes for use with debug STL | Simon Warta | 2015-06-30 | 1 | -1/+5 |
* | lib/mac: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-25 | 1 | -4/+4 |
* | Wrong function | lloyd | 2015-02-28 | 1 | -1/+1 |
* | Amalgamation fixes; inline the poly1305 header and :: namespace OpenSSL funcs | lloyd | 2015-02-22 | 3 | -150/+129 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -1/+1 |
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 1 | -1/+4 |
* | Amalgamation fixes | lloyd | 2015-01-23 | 1 | -9/+1 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 3 | -3/+3 |
* | Fix one past the end write in Poly1305 finish | lloyd | 2014-12-31 | 1 | -1/+1 |
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 4 | -0/+282 |