aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/ofb/ofb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-1/+1
* Add StreamCipher::new_objectJack Lloyd2021-04-031-4/+4
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* De-inline functions from stream cipher headersJack Lloyd2018-08-081-0/+20
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+1
* Support seeking in Salsa20Jack Lloyd2017-11-141-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-4/+4
* Remove Algo_RegistryJack Lloyd2016-10-211-10/+0
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-181-0/+5
* 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
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-1/+1
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-1/+13
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* More unique_ptrlloyd2014-01-181-49/+23
* Move lib into srclloyd2014-01-101-0/+93