aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sm3
Commit message (Expand)AuthorAgeFilesLines
* Add HashFunction::new_objectJack Lloyd2021-04-031-1/+1
* Use make_unique in copy_state implementationsJack Lloyd2021-04-031-1/+1
* Add choose and majority functionsJack Lloyd2021-01-091-14/+4
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-7/+5
* Deprecate many publically available headersJack Lloyd2019-09-062-0/+3
* 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
* 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