aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/mac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-6/+6
* Remove CBC-MACJack Lloyd2020-11-051-15/+0
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+8
* GCM and CTR optimizationsJack Lloyd2017-10-181-0/+2
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Add BOTAN_UNUSED in creator functionsJack Lloyd2017-01-271-0/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-2/+2
* Implements GMAC with GHASH.Matthias Gierlings2016-10-281-0/+11
* Added implementation for GMACMatthias Gierlings2016-10-271-0/+4
* Remove alias logic from SCAN_NameJack Lloyd2016-10-211-3/+3
* Remove Algo_RegistryJack Lloyd2016-10-211-31/+86
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-1/+1
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Internal header cleanupsJack Lloyd2015-09-191-4/+3
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-0/+11
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-0/+52
* lib/mac: Convert &vec[0] to vec.data()Simon Warta2015-06-251-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+26