aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/streebog/streebog.h
Commit message (Collapse)AuthorAgeFilesLines
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-1/+1
|
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
| | | | | Done by a perl script which converted all classes to final, followed by selective reversion where it caused compilation failures.
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
| | | | | | ISO C++ reserves names with double underscores in them Closes #512
* More annotationsJack Lloyd2017-09-191-3/+3
|
* Remove STREEBOG_AX and STREEBOG_C from header.Daniel Wyatt2017-08-041-4/+0
| | | | (Missed hunk in previous commit)
* streebog: Addressing review comments.Daniel Wyatt2017-08-041-1/+2
|
* Add Streebog hash (GOST R 34.11-2012).Daniel Wyatt2017-08-041-0/+71