aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/streebog/streebog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* De-inline xor_buf, add SIMD and unrollingJack Lloyd2017-09-161-11/+24
| | | | Improves CBC and OCB performance with AES-NI quite noticably
* Fix various MSVC warningsJack Lloyd2017-08-311-6/+6
| | | | Based on VC2017 output
* Avoid math on booleansJack Lloyd2017-08-291-3/+3
| | | | Sonar find
* streebog: Addressing review comments.Daniel Wyatt2017-08-041-11/+18
|
* Add Streebog hash (GOST R 34.11-2012).Daniel Wyatt2017-08-041-0/+165