aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac
Commit message (Expand)AuthorAgeFilesLines
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Add CT::Mask typeJack Lloyd2018-11-281-4/+4
* Cleanups in Poly1305Jack Lloyd2018-11-091-23/+23
* Optimization for Poly1305Jack Lloyd2018-09-201-17/+24
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-135-8/+13
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-124-1/+10
* Deprecate CMAC::poly_doubleJack Lloyd2017-12-281-1/+7
* Avoid undefined behavior in SipHashJack Lloyd2017-12-231-1/+9
* Code formatting tweak in Poly1305 codeJack Lloyd2017-12-031-5/+5
* Avoid calling lookup("DES") twice when clone will do the job.Jack Lloyd2017-12-031-1/+1
* Increase HMAC key size limit to 4096 bytes.Jack Lloyd2017-11-282-5/+7
* Add a function for checking if poly_double_n supports a particular sizeJack Lloyd2017-11-181-2/+1
* Minor SIV/CMAC optimizationsJack Lloyd2017-11-021-10/+11
* Include <memory> in base type headersJack Lloyd2017-10-291-0/+1
* Remove needless virtual on GMAC destructorJack Lloyd2017-10-261-1/+1
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-265-7/+22
* GCM and CTR optimizationsJack Lloyd2017-10-183-6/+17
* GMAC optimizationJack Lloyd2017-10-152-21/+32
* Optimize GCMJack Lloyd2017-10-132-23/+27
* Add compile-time rotation functionsJack Lloyd2017-10-121-6/+6
* Avoid bogus declarations in GMACJack Lloyd2017-09-301-25/+3
* Address some MSVC warningsJack Lloyd2017-09-301-4/+3
* Make poly_dbl.h a submodule of utilsJack Lloyd2017-09-271-0/+4
* Better tests for SIVJack Lloyd2017-09-242-5/+8
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Header file cleanupsJack Lloyd2017-09-211-6/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-208-16/+16
* Add API stability annotations.Jack Lloyd2017-09-198-8/+8
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Simplify polynomial doubling codeJack Lloyd2017-09-051-5/+3
* Fix various MSVC warningsJack Lloyd2017-08-312-3/+7
* Improve polynomial doubling code, move to utilJack Lloyd2017-08-151-36/+6
* Content:Tomasz Frydrych2017-04-031-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-028-8/+24
* Add BOTAN_UNUSED in creator functionsJack Lloyd2017-01-271-0/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-1816-112/+112
* Add MAC::start_msg, update GMACJack Lloyd2016-10-283-14/+53
* Implements GMAC with GHASH.Matthias Gierlings2016-10-283-44/+109
* Added implementation for GMACMatthias Gierlings2016-10-275-1/+184
* Remove alias logic from SCAN_NameJack Lloyd2016-10-211-3/+3
* Remove Algo_RegistryJack Lloyd2016-10-218-73/+101
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-1/+0
* Minor doxygen fixes [ci skip]René Korthaus2016-10-192-2/+2
* Improve stream doxygen [ci skip]René Korthaus2016-10-191-1/+1
* Improve mac doxygen [ci skip]René Korthaus2016-10-191-4/+6
* 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/+8
* fix SipHash::clear() and MAC test improvementsDaniel Neus2016-07-201-3/+4
* Merge GH #446 add --module-policy optionJack Lloyd2016-03-061-0/+2
|\