aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/ctr
Commit message (Expand)AuthorAgeFilesLines
* Silence MSVC warningsJack Lloyd2018-12-041-2/+2
* Optimize computation of CTR input blocksJack Lloyd2018-08-101-8/+13
* Specialize CTR::seek for 4-byte countersJack Lloyd2018-08-101-5/+19
* De-inline functions from stream cipher headersJack Lloyd2018-08-082-10/+25
* Add StreamCipher::default_iv_lengthJack Lloyd2018-08-081-0/+2
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-2/+3
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-121-0/+4
* FIX: add carry bit to correct half-padRené Meusel2018-01-051-1/+1
* Support seeking in Salsa20Jack Lloyd2017-11-141-0/+2
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-3/+4
* Allow setting CTR width via stringJack Lloyd2017-10-202-3/+7
* Appease SonarJack Lloyd2017-10-191-1/+1
* Further optimizations, and split out GHASH reduction codeJack Lloyd2017-10-181-8/+11
* GCM and CTR optimizationsJack Lloyd2017-10-182-47/+99
* Better tests for SIVJack Lloyd2017-09-242-12/+14
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Refactor: remove big-endian addition code duplicationRené Meusel2017-04-132-18/+27
* Refactor: use ::seek(0) in CTR_BE::set_iv()René Meusel2017-04-131-18/+1
* Add implementation of CTR_BE::seek()René Meusel2017-04-132-2/+31
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-10/+10
* Remove Algo_RegistryJack Lloyd2016-10-212-12/+0
* Minor doxygen fixes [ci skip]René Korthaus2016-10-191-1/+1
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-182-0/+6
* Fix GCM counter incrementJack Lloyd2016-05-232-2/+18
* Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-1/+1
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+2
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-0/+1
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* stream: Add missing overridesDaniel Seither2015-07-301-8/+8
* lib/stream: Convert &vec[0] to vec.data()Simon Warta2015-06-231-2/+2
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-1/+1
* Reduce the CTR_BE buffer down to just a few blocks.lloyd2015-02-171-14/+16
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-5/+0
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-312-1/+15
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Guess I won't be needing theselloyd2014-01-181-1/+0
* More unique_ptrlloyd2014-01-182-71/+37
* Move lib into srclloyd2014-01-103-0/+201