aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha3
Commit message (Expand)AuthorAgeFilesLines
* Add header guardJack Lloyd2021-12-111-0/+5
* Cleanup SHA-3 Clang workaroundJack Lloyd2021-12-113-198/+127
* FIX: amalgamation build (SHA3 BMI2)René Meusel2021-10-281-2/+2
* workaround a miscompilation issue in clang 12 (XCode 13)René Meusel2021-10-192-10/+56
* Add HashFunction::new_objectJack Lloyd2021-04-032-3/+3
* Use make_unique in copy_state implementationsJack Lloyd2021-04-031-1/+1
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-281-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-063-12/+10
* Deprecate many publically available headersJack Lloyd2019-09-062-0/+3
* Fix conflict when BMI2 is enabled and --single-amalgamation-fileJack Lloyd2019-06-191-3/+3
* Make the ISA list a listJack Lloyd2019-04-171-1/+3
* Unroll SHA-3Jack Lloyd2019-02-212-132/+158
* Add BMI2 variants for SHA-512 and SHA-3Jack Lloyd2019-01-184-0/+136
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* 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