aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/stream_mode.h
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant return statementJack Lloyd2017-10-021-1/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+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
* Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-131-1/+4
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-3/+3
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-1/+8
* Improve modes doxygen [ci skip]René Korthaus2016-10-191-0/+3
* Cipher_Mode API improvementsJack Lloyd2016-09-011-6/+5
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* modes: Add missing overridesDaniel Seither2015-07-301-1/+1
* Move Cipher_Mode enum out of types.h, move stream cipher mode to new headerlloyd2015-02-051-0/+63