summaryrefslogtreecommitdiff
path: root/sha_simd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix <arm_neon.h> include for ARM64 with MSVC compiler (GH #776)Jeffrey Walton2019-01-041-1/+2
|
* Fix SHA ARM64 compile with MSVC compiler (GH #776)Jeffrey Walton2019-01-041-2/+17
|
* Update comments in config.hJeffrey Walton2018-12-091-1/+1
| | | | | Some comments in config.h were old. Time for a refresh. Switch from CRYPTOPP_BOOL_ARM64 to CRYPTOPP_BOOL_ARMV8. Aarch32 is ARMv8, and that's the important part.
* Move Power8 SHA tests into ppc_power8.cppJeffrey Walton2018-11-221-90/+0
|
* Whitespace check-inJeffrey Walton2018-11-191-2/+2
|
* Cleanup POWER8 SHA codeJeffrey Walton2018-11-191-168/+118
|
* Fix LLVM Clang compile on PowerPCJeffrey Walton2018-11-191-41/+9
|
* Rename PPC vector functions from VectorFunc to VecFuncJeffrey Walton2018-11-151-145/+145
|
* Remove duplicate functionsJeffrey Walton2018-11-141-32/+0
|
* Add Octet suffix for vec_sldJeffrey Walton2018-11-141-76/+76
| | | | We need to make room for packed shifts and rotates
* Fix compile when using XLC with LLVM front-end without -qxlcompatmacrosJeffrey Walton2018-11-141-12/+12
|
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-0/+1694
Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list