aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha2_32/sha2_32.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+1
* Add BMI2 variants for SHA-512 and SHA-3Jack Lloyd2019-01-181-0/+40
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Add BMI2-specific SHA-256Jack Lloyd2018-05-271-2/+12
* Add compile-time rotation functionsJack Lloyd2017-10-121-4/+4
* Maintainer mode fixes: old style casts, missing override, unused functionsJack Lloyd2017-06-081-25/+0
* Merge GH #1056 Add HashFunction::copy_state and port to OpenSSL 1.1.0Jack Lloyd2017-05-221-0/+35
|\
| * Add HashFunction::copy_stateJack Lloyd2017-05-221-0/+10
* | Change SHA-2 to use a single convention for CPU extnJack Lloyd2017-05-201-1/+1
* | Add SHA-256 using ARMv8 instructionsJack Lloyd2017-05-201-35/+20
|/
* Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-191-1/+9
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-25/+25
* Mass-prefix member vars with m_René Korthaus2016-01-081-20/+20
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+0
* Use Algo_Registry also for hashes.lloyd2015-01-281-2/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add SHA-512/256lloyd2015-01-081-4/+2
* Move lib into srclloyd2014-01-101-0/+227