aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha3
Commit message (Expand)AuthorAgeFilesLines
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-2/+2
* Optimize SHA_3::expandJack Lloyd2018-01-311-15/+14
* WhitespaceJack Lloyd2018-01-301-5/+5
* Use copy_out_vec_le instead of explicit loop in SHA-3 and KeccakJack Lloyd2018-01-301-2/+1
* Reorganize SHA-3 source file [ci skip]Jack Lloyd2018-01-301-35/+35
* Avoid allocating zero bytes for SHA-3 paddingJack Lloyd2018-01-302-6/+25
* Add compile-time rotation functionsJack Lloyd2017-10-121-29/+29
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-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-5/+5
* 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-53/+53
* Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-102-34/+76
* Add proper SHA-3Jack Lloyd2016-10-193-0/+300