aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/skein
Commit message (Expand)AuthorAgeFilesLines
* Rename threefish module to threefish_512Jack Lloyd2018-03-062-2/+2
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-1/+1
* 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
* Fix for old GCC and ClangJack Lloyd2017-05-221-1/+1
* Add HashFunction::copy_stateJack Lloyd2017-05-222-0/+13
* 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
* Remove Algo_RegistryJack Lloyd2016-10-212-7/+0
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-182-3/+3
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-082-42/+42
* 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
* Fix typosSimon Warta2015-07-241-1/+1
* lib/hash: Convert &vec[0] to vec.data()Simon Warta2015-06-271-3/+3
* Use Algo_Registry also for hashes.lloyd2015-01-282-1/+10
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Add SHA-512/256lloyd2015-01-081-4/+1
* Have Skein call Threefish, rather than duplicating the code.lloyd2014-02-083-176/+89
* Fix Skein_512::clearlloyd2014-01-181-2/+2
* Move lib into srclloyd2014-01-103-0/+331