aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha2_32
Commit message (Expand)AuthorAgeFilesLines
* 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