aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/stream_cipher.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the OpenSSL providerJack Lloyd2021-10-281-1/+1
* Add StreamCipher::new_objectJack Lloyd2021-04-031-5/+5
* Add BlockCipher::new_objectJack Lloyd2021-04-031-0/+8
* Add some missing includesJack Lloyd2018-11-081-0/+1
* Add StreamCipher::write_keystreamJack Lloyd2018-08-081-0/+11
* Add StreamCipher::default_iv_lengthJack Lloyd2018-08-081-0/+6
* Include <memory> in base type headersJack Lloyd2017-10-291-0/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Content:Tomasz Frydrych2017-04-031-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-7/+7
* Remove Algo_RegistryJack Lloyd2016-10-211-7/+16
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-1/+1
* Improve stream doxygen [ci skip]René Korthaus2016-10-191-4/+22
* Change T::provider to return std::stringJack Lloyd2016-09-151-2/+1
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-0/+7
* Make Stream_Cipher::set_iv() pure virtualRené Korthaus2016-07-201-1/+1
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-181-0/+6
* Remove Transform base classJack Lloyd2016-04-211-1/+0
* Address some review comments by Simon. GH #279Jack Lloyd2015-09-211-1/+1
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-0/+14
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-6/+4
* lib/stream: Convert &vec[0] to vec.data()Simon Warta2015-06-231-3/+3
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-2/+7
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-0/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+70