aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha1
Commit message (Expand)AuthorAgeFilesLines
* ABI for Aarch64 cryptoJack Lloyd2018-01-121-4/+1
* Add missing ISA annotationsJack Lloyd2018-01-041-1/+1
* Rename SSE4.x names to avoid underscoresJack Lloyd2017-12-111-1/+1
* Rename the SSE4 ISA extensionsJack Lloyd2017-12-111-1/+1
* Fix a typo in sha1_sse2.cppFelix Yan2017-12-031-1/+1
* Convert http:// links to https:// where possibleJack Lloyd2017-10-241-1/+1
* Add compile-time rotation functionsJack Lloyd2017-10-122-24/+24
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Use native compiler versioning of MSVCSimon Warta2017-07-311-1/+1
* Maintainer mode fixes: old style casts, missing override, unused functionsJack Lloyd2017-06-081-2/+2
* 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/+6
|\
| * Add HashFunction::copy_stateJack Lloyd2017-05-222-0/+6
* | Disable ARMv8 SHA extensions on 32-bitJack Lloyd2017-05-221-1/+1
* | 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 ARMv8 SHA-1 supportJack Lloyd2017-05-204-0/+222
|/
* Set minimum compiler versions for SHA intrinsicsJack Lloyd2017-05-191-0/+6
* Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-194-0/+233
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-022-2/+6
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-183-20/+20
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-032-0/+338
* Merge optimized implementations into base classJack Lloyd2016-09-152-17/+27
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-082-71/+71
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* hash: Add missing overridesDaniel Seither2015-07-301-6/+6
* lib/hash: Convert &vec[0] to vec.data()Simon Warta2015-06-271-1/+1
* Use Algo_Registry also for hashes.lloyd2015-01-281-2/+3
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Add SHA-512/256lloyd2015-01-081-2/+1
* Move lib into srclloyd2014-01-103-0/+226