aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sm3/sm3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Interleave SM3 message expansionJack Lloyd2017-10-121-141/+142
* Add compile-time rotation functionsJack Lloyd2017-10-121-62/+62
* Unroll SM3 compression functionJack Lloyd2017-10-101-56/+94
* Cleanups in SM3 codeJack Lloyd2017-06-291-81/+25
* Add HashFunction::copy_stateJack Lloyd2017-05-221-0/+5
* Re-roll two loops in SM3 hash compression function that are causing test fail...Daniel Wyatt2017-04-041-94/+32
* Unroll loops in SM3 hash compress_n.Daniel Wyatt2017-04-031-59/+240
* Add SM3 hash functionDaniel Wyatt2017-04-031-0/+150