summaryrefslogtreecommitdiff
path: root/blake2-simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add CRYPTOPP_SLOW_ARMV8_SHIFT for Aarch32 and Aarch64Jeffrey Walton2017-11-231-4/+9
* Cleanup comments and old code artifactsJeffrey Walton2017-11-151-12/+4
* Use SSE4.1 instead of SSE4.2 for BLAKE2Jeffrey Walton2017-11-151-5/+6
* Fix SunCC 12.5 compile with -std=c++11Jeffrey Walton2017-11-131-1/+1
* Update documentationJeffrey Walton2017-11-121-0/+5
* Clear missing newline warningJeffrey Walton2017-10-121-1/+1
* Fix armeabi and armv7-a for Android (GH #509)Jeffrey Walton2017-09-171-0/+4
* Add Aarch64 specific defines to Android cross-compileJeffrey Walton2017-09-131-3/+3
* Update commentsJeffrey Walton2017-08-191-1/+1
* Use CRYPTOPP_SSE2_INTRIN_AVAILABLE for consistent namingJeffrey Walton2017-08-181-1/+1
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-0/+2182