aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/siv
Commit message (Expand)AuthorAgeFilesLines
* Helpful commentJack Lloyd2017-10-111-1/+2
* Make poly_dbl.h a submodule of utilsJack Lloyd2017-09-271-0/+1
* Avoid debug iterator errorJack Lloyd2017-09-241-6/+12
* Test SIV multi-AD functionJack Lloyd2017-09-241-2/+2
* Better tests for SIVJack Lloyd2017-09-242-22/+33
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-242-1/+8
* More include header cleanupsJack Lloyd2017-09-212-3/+5
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* Improve polynomial doubling code, move to utilJack Lloyd2017-08-151-3/+4
* 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-24/+24
* Correct output_length bug in SIV and ChaCha20Poly1305 alsoJack Lloyd2016-11-261-1/+1
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-082-1/+11
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+0
* Improve modes doxygen [ci skip]René Korthaus2016-10-191-0/+6
* SIV is restricted to 128 bit ciphersJack Lloyd2016-10-021-0/+2
* Cipher_Mode API improvementsJack Lloyd2016-09-012-11/+6
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-3/+3
* Add final attribute to many classesJack Lloyd2016-01-101-2/+2
* Same treatment for cipher modesJack Lloyd2015-09-101-2/+0
* Fix module combi: adler32,sivSimon Warta2015-07-081-0/+5
* lib/modes: Convert &vec[0] to vec.data()Simon Warta2015-06-241-9/+9
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-3/+4
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-052-10/+7
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.lloyd2014-01-181-3/+3
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-3/+3
* Move lib into srclloyd2014-01-103-0/+297