| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence MSVC warnings | Jack Lloyd | 2018-12-04 | 1 | -2/+2 |
* | Optimize computation of CTR input blocks | Jack Lloyd | 2018-08-10 | 1 | -8/+13 |
* | Specialize CTR::seek for 4-byte counters | Jack Lloyd | 2018-08-10 | 1 | -5/+19 |
* | De-inline functions from stream cipher headers | Jack Lloyd | 2018-08-08 | 2 | -10/+25 |
* | Add StreamCipher::default_iv_length | Jack Lloyd | 2018-08-08 | 1 | -0/+2 |
* | Add message to BOTAN_ARG_CHECK and use it more widely | Jack Lloyd | 2018-05-13 | 1 | -2/+3 |
* | Make stream, block, hash and cipher mode base classes optional | Jack Lloyd | 2018-01-12 | 1 | -0/+4 |
* | FIX: add carry bit to correct half-pad | René Meusel | 2018-01-05 | 1 | -1/+1 |
* | Support seeking in Salsa20 | Jack Lloyd | 2017-11-14 | 1 | -0/+2 |
* | Add checks that keyed algorithms are actually keyed before use | Jack Lloyd | 2017-10-26 | 1 | -3/+4 |
* | Allow setting CTR width via string | Jack Lloyd | 2017-10-20 | 2 | -3/+7 |
* | Appease Sonar | Jack Lloyd | 2017-10-19 | 1 | -1/+1 |
* | Further optimizations, and split out GHASH reduction code | Jack Lloyd | 2017-10-18 | 1 | -8/+11 |
* | GCM and CTR optimizations | Jack Lloyd | 2017-10-18 | 2 | -47/+99 |
* | Better tests for SIV | Jack Lloyd | 2017-09-24 | 2 | -12/+14 |
* | 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 |
* | Refactor: remove big-endian addition code duplication | René Meusel | 2017-04-13 | 2 | -18/+27 |
* | Refactor: use ::seek(0) in CTR_BE::set_iv() | René Meusel | 2017-04-13 | 1 | -18/+1 |
* | Add implementation of CTR_BE::seek() | René Meusel | 2017-04-13 | 2 | -2/+31 |
* | 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 | -10/+10 |
* | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 2 | -12/+0 |
* | Minor doxygen fixes [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+1 |
* | Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi... | SimCog | 2016-06-18 | 2 | -0/+6 |
* | Fix GCM counter increment | Jack Lloyd | 2016-05-23 | 2 | -2/+18 |
* | Add explicit static_cast operations to eliminate implicit cast compiler warni... | Dan Brown | 2016-04-27 | 1 | -1/+1 |
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 1 | -1/+1 |
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 1 | -3/+2 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 1 | -1/+0 |
* | Handle dependencies re static linking. GH #279 | Jack Lloyd | 2015-09-17 | 1 | -0/+1 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 1 | -2/+0 |
* | stream: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -8/+8 |
* | lib/stream: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -2/+2 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 1 | -1/+1 |
* | Reduce the CTR_BE buffer down to just a few blocks. | lloyd | 2015-02-17 | 1 | -14/+16 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 1 | -5/+0 |
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 2 | -1/+15 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 1 | -1/+0 |
* | More unique_ptr | lloyd | 2014-01-18 | 2 | -71/+37 |
* | Move lib into src | lloyd | 2014-01-10 | 3 | -0/+201 |