aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/gost_3411
Commit message (Expand)AuthorAgeFilesLines
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-161-3/+3
* Add HashFunction::new_objectJack Lloyd2021-04-031-1/+1
* Use make_unique in copy_state implementationsJack Lloyd2021-04-031-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-6/+4
* Deprecate many publically available headersJack Lloyd2019-09-062-0/+3
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Modify GOST-34.11 hash to avoid a GCC miscompilation.Jack Lloyd2017-08-131-1/+4
* Add HashFunction::copy_stateJack Lloyd2017-05-222-0/+6
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-20/+20
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-082-38/+38
* Internal header cleanupsJack Lloyd2015-09-191-2/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* hash: Add missing overridesDaniel Seither2015-07-301-7/+7
* lib/hash: Convert &vec[0] to vec.data()Simon Warta2015-06-271-10/+10
* Use Algo_Registry also for hashes.lloyd2015-01-281-2/+3
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move lib into srclloyd2014-01-103-0/+291