aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sm3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove protected functions from final classesJack Lloyd2017-10-021-2/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* More annotationsJack Lloyd2017-09-191-1/+1
* Cleanups in SM3 codeJack Lloyd2017-06-291-81/+25
* Add HashFunction::copy_stateJack Lloyd2017-05-222-0/+6
* 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-032-65/+241
* Fix info.txt date and update to new format.Daniel Wyatt2017-04-031-1/+3
* Add SM3 hash functionDaniel Wyatt2017-04-033-0/+207