aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/shake/shake.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add HashFunction::new_objectJack Lloyd2021-04-031-4/+4
* Use make_unique in copy_state implementationsJack Lloyd2021-04-031-2/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-2/+2
* Avoid allocating zero bytes for SHA-3 paddingJack Lloyd2018-01-301-15/+2
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Add HashFunction::copy_stateJack Lloyd2017-05-221-0/+10
* 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-0/+101