summaryrefslogtreecommitdiff
path: root/sha-simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compile on AIX using const pointersJeffrey Walton2018-03-201-4/+4
* Remove non-const cast from POWER8 loads and storesJeffrey Walton2018-03-201-8/+8
* Clear unused variable warningJeffrey Walton2018-03-111-5/+5
* Switch to 2-mask version of vec_perm for repackJeffrey Walton2018-03-111-8/+4
* Whitespace check-inJeffrey Walton2018-03-111-2/+1
* Add VectorLoadMsg and comments (GH #513)Jeffrey Walton2018-03-111-54/+66
* Add PowerPC Power8 SHA hashing (GH #513)Jeffrey Walton2018-03-101-22/+651
* Improve logic for <arm_acle.h> include (GH #568)Jeffrey Walton2018-01-201-9/+8
* Rename ppc-crypto.h to ppc-simd.hJeffrey Walton2017-12-121-1/+1
* Add Power8 SHA256 and SHA512 support (GH #513)Jeffrey Walton2017-09-221-1/+1
* Add Power8 SHA256 and SHA512 support (GH #513)Jeffrey Walton2017-09-221-2/+37
* Add CRYPTOPP_NO_CPU_FEATURE_PROBES (GH #511)Jeffrey Walton2017-09-191-12/+6
* Fix armeabi and armv7-a for Android (GH #509)Jeffrey Walton2017-09-171-5/+4
* Add Aarch64 specific defines to Android cross-compileJeffrey Walton2017-09-131-5/+1
* Update header guards for x86Jeffrey Walton2017-09-121-1/+1
* Guard <arm_acle.h> include for GCC 4.8Jeffrey Walton2017-09-121-9/+11
* Update commentsJeffrey Walton2017-08-191-0/+7
* Guard use of SIGILL probes on Apple platformsJeffrey Walton2017-08-171-0/+10
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-0/+961