aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #2456 Remove deprecated headers, make many headers internalJack Lloyd2020-11-0653-171/+129
|\
| * Remove deprecated headers, make more headers internalJack Lloyd2020-11-0653-171/+129
* | Remove compiler version checks for old compilersJack Lloyd2020-11-064-10/+10
|/
* Remove default output length for SHAKEJack Lloyd2020-11-051-4/+4
* Remove Tiger hash functionJack Lloyd2020-11-055-633/+0
* Minor optimization for Blake2b::final_resultJack Lloyd2019-12-081-1/+2
* Resolve various integer conversion warnings from MSVCJack Lloyd2019-12-061-1/+1
* Deprecate many publically available headersJack Lloyd2019-09-0638-0/+60
* Make ssse3/sse2 dependencies explicit rather than implicitJack Lloyd2019-09-042-0/+2
* Add BOTAN_FORCE_INLINE and use it in BLAKE2bJack Lloyd2019-08-311-3/+3
* Fix a carry handling bug in StreebogJack Lloyd2019-08-261-3/+4
* Remove BearSSL providerJack Lloyd2019-07-051-16/+1
* Fix conflict when BMI2 is enabled and --single-amalgamation-fileJack Lloyd2019-06-191-3/+3
* Make the ISA list a listJack Lloyd2019-04-178-8/+28
* Fix some extra semicolonsJack Lloyd2019-03-271-1/+1
* Work around problem with GCC 4.8Jack Lloyd2019-03-262-2/+4
* Fix some warnings from GCC 9Jack Lloyd2019-03-252-2/+2
* s/Blake2b/BLAKE2b/Jack Lloyd2019-02-222-18/+20
* Unroll SHA-3Jack Lloyd2019-02-212-132/+158
* Recognize BLAKE2b also [ci skip]Jack Lloyd2019-01-311-1/+1
* Add BMI2 variants for SHA-512 and SHA-3Jack Lloyd2019-01-1810-10/+413
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-219-0/+9
* Fix more MSVC warningsJack Lloyd2018-12-101-1/+1
* Fix some MSVC warningsJack Lloyd2018-12-101-1/+1
* Merge GH #1776 Clean ups in MDx_HashFunctionJack Lloyd2018-12-082-33/+49
|\
| * Require MDx_HashFunction block size to be a power of 2Jack Lloyd2018-12-082-14/+25
| * Cleanups in MDx_HashFunctionJack Lloyd2018-12-082-32/+37
* | Clean up Streebog and fix use of unaligned loadsJack Lloyd2018-12-082-94/+114
|/
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-171-1/+3
* Fix some warnings in ARM specific codeJack Lloyd2018-10-011-12/+12
* Add support for hashing with CommonCryptoJose Pereira2018-09-031-3/+17
* Tiny optimization in MDx_HashFunction::final_resultJack Lloyd2018-05-281-2/+1
* Add BMI2-specific SHA-256Jack Lloyd2018-05-274-2/+167
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-2/+2
* Rename threefish module to threefish_512Jack Lloyd2018-03-062-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-302-4/+2
* Reorganize SHA-3 source file [ci skip]Jack Lloyd2018-01-301-35/+35
* Avoid allocating zero bytes for SHA-3 paddingJack Lloyd2018-01-304-27/+28
* ABI for Aarch64 cryptoJack Lloyd2018-01-122-8/+2
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-122-0/+8
* Add missing ISA annotationsJack Lloyd2018-01-043-2/+3
* Avoid macros in Blake2b to workaround Visual C++ 2017 infinite loopJack Lloyd2017-12-301-39/+44
* Rename SSE4.x names to avoid underscoresJack Lloyd2017-12-112-2/+2
* Rename the SSE4 ISA extensionsJack Lloyd2017-12-112-2/+2
* Rename CRC24 tablesJack Lloyd2017-12-101-9/+9
* Fix a typo in sha1_sse2.cppFelix Yan2017-12-031-1/+1
* Minor documentation fix in HashFunction::create_or_throw.Marcus Brinkmann2017-11-261-1/+1
* Merge GH #1281 CRC24 optimizationsJack Lloyd2017-10-292-67/+213
|\