aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/streebog/streebog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+1
* Fix a carry handling bug in StreebogJack Lloyd2019-08-261-3/+4
* Clean up Streebog and fix use of unaligned loadsJack Lloyd2018-12-081-94/+112
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-171-1/+3
* Fix some cast warnings from SonarJack Lloyd2017-10-011-1/+1
* Fix Wshadow warningJack Lloyd2017-09-171-5/+5
* De-inline xor_buf, add SIMD and unrollingJack Lloyd2017-09-161-11/+24
* Fix various MSVC warningsJack Lloyd2017-08-311-6/+6
* Avoid math on booleansJack Lloyd2017-08-291-3/+3
* streebog: Addressing review comments.Daniel Wyatt2017-08-041-11/+18
* Add Streebog hash (GOST R 34.11-2012).Daniel Wyatt2017-08-041-0/+165