aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha3/sha3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use copy_out_vec_le instead of explicit loop in SHA-3 and KeccakJack Lloyd2018-01-301-2/+1
* Reorganize SHA-3 source file [ci skip]Jack Lloyd2018-01-301-35/+35
* Avoid allocating zero bytes for SHA-3 paddingJack Lloyd2018-01-301-6/+11
* Add compile-time rotation functionsJack Lloyd2017-10-121-29/+29
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Add HashFunction::copy_stateJack Lloyd2017-05-221-0/+5
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-47/+47
* Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-101-26/+51
* Add proper SHA-3Jack Lloyd2016-10-191-0/+202