aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/tiger
Commit message (Expand)AuthorAgeFilesLines
* Remove Tiger hash functionJack Lloyd2020-11-054-620/+0
* Deprecate many publically available headersJack Lloyd2019-09-062-0/+3
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Add HashFunction::copy_stateJack Lloyd2017-05-222-0/+7
* 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-183-22/+22
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-082-25/+25
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* hash: Add missing overridesDaniel Seither2015-07-301-6/+6
* lib/hash: Convert &vec[0] to vec.data()Simon Warta2015-06-271-1/+1
* In Algo_Registry if a maker func fails, try the next most preferred onelloyd2015-03-051-1/+1
* Use Algo_Registry also for hashes.lloyd2015-01-281-1/+3
* Ensure all files have copyright and license info.lloyd2015-01-103-3/+3
* Add SHA-512/256lloyd2015-01-081-2/+1
* Move lib into srclloyd2014-01-104-0/+611