aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha2_32
Commit message (Expand)AuthorAgeFilesLines
* Add HashFunction::new_objectJack Lloyd2021-04-031-2/+2
* Use make_unique in copy_state implementationsJack Lloyd2021-04-031-2/+2
* Add choose and majority functionsJack Lloyd2021-01-092-11/+13
* Add SHACAL2 using ARMv8 SHA instructionsJack Lloyd2020-12-211-4/+4
* Align SHA-2 constantsJack Lloyd2020-12-202-19/+19
* Cleanups in the Aarch64 SHA-2 codeJack Lloyd2020-12-051-101/+88
* Clean up the SHA-2 x86 SHA-NI implementationJack Lloyd2020-12-051-98/+99
* Remove ULL suffixesJack Lloyd2020-12-011-17/+17
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-281-1/+1
* Merge GH #2456 Remove deprecated headers, make many headers internalJack Lloyd2020-11-065-13/+11
|\
| * Remove deprecated headers, make more headers internalJack Lloyd2020-11-065-13/+11
* | Remove compiler version checks for old compilersJack Lloyd2020-11-062-5/+5
|/
* Deprecate many publically available headersJack Lloyd2019-09-063-0/+4
* Make ssse3/sse2 dependencies explicit rather than implicitJack Lloyd2019-09-041-0/+1
* Make the ISA list a listJack Lloyd2019-04-173-3/+11
* Add BMI2 variants for SHA-512 and SHA-3Jack Lloyd2019-01-182-0/+44
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Add BMI2-specific SHA-256Jack Lloyd2018-05-274-2/+167
* ABI for Aarch64 cryptoJack Lloyd2018-01-121-4/+1
* Add missing ISA annotationsJack Lloyd2018-01-042-1/+2
* Rename SSE4.x names to avoid underscoresJack Lloyd2017-12-111-1/+1
* Rename the SSE4 ISA extensionsJack Lloyd2017-12-111-1/+1
* Convert http:// links to https:// where possibleJack Lloyd2017-10-241-1/+1
* Add compile-time rotation functionsJack Lloyd2017-10-121-4/+4
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* Use native compiler versioning of MSVCSimon Warta2017-07-311-1/+1
* Maintainer mode fixes: old style casts, missing override, unused functionsJack Lloyd2017-06-082-34/+11
* fix doxygen build: hide method definitions with ifdefs where theZoltan Gyarmati2017-06-082-0/+4
* Merge GH #1056 Add HashFunction::copy_state and port to OpenSSL 1.1.0Jack Lloyd2017-05-222-0/+37
|\
| * Add HashFunction::copy_stateJack Lloyd2017-05-222-0/+12
* | Disable ARMv8 SHA extensions on 32-bitJack Lloyd2017-05-221-1/+1
* | Change SHA-2 to use a single convention for CPU extnJack Lloyd2017-05-203-9/+8
* | Set minimum compiler versions for ARMv8 SHA intrinsicsJack Lloyd2017-05-201-0/+5
* | Small cleanups for ARM SHA codeJack Lloyd2017-05-202-8/+12
* | Add SHA-256 using ARMv8 instructionsJack Lloyd2017-05-204-35/+240
|/
* Set minimum compiler versions for SHA intrinsicsJack Lloyd2017-05-191-0/+6
* Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-194-1/+232
* 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-31/+31
* Add final attribute to many classesJack Lloyd2016-01-101-2/+2
* Mass-prefix member vars with m_René Korthaus2016-01-082-24/+24
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+0
* hash: Add missing overridesDaniel Seither2015-07-301-12/+12
* Use Algo_Registry also for hashes.lloyd2015-01-281-2/+4
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Add SHA-512/256lloyd2015-01-081-4/+2
* Move lib into srclloyd2014-01-103-0/+292