aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha3/sha3.h
Commit message (Expand)AuthorAgeFilesLines
* Add HashFunction::new_objectJack Lloyd2021-04-031-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-7/+5
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Add BMI2 variants for SHA-512 and SHA-3Jack Lloyd2019-01-181-0/+5
* Avoid allocating zero bytes for SHA-3 paddingJack Lloyd2018-01-301-0/+14
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-5/+5
* Add HashFunction::copy_stateJack Lloyd2017-05-221-0/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-6/+6
* Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-101-8/+25
* Add proper SHA-3Jack Lloyd2016-10-191-0/+97