summaryrefslogtreecommitdiff
path: root/blake2-simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split Blake2 SIMD files into blake2s-simd.cpp and blake2b-simd.cpp (GH #729, ...Jeffrey Walton2018-11-021-2234/+0
* Add BLAKE2b Power8 implementation (GH #731)Jeffrey Walton2018-11-021-37/+385
* Use vec_perm on PowerPC little-endian for GCCJeffrey Walton2018-11-011-72/+85
* Update commentsJeffrey Walton2018-11-011-2/+3
* Use vec_mergeh and vec_mergel for PowerPCJeffrey Walton2018-11-011-69/+101
* Update commentsJeffrey Walton2018-10-311-1/+6
* Fix mask namesJeffrey Walton2018-10-301-85/+85
* Add BLAKE2b Power8 implementation (GH #729)Jeffrey Walton2018-10-301-11/+469
* Sync CRYPTOPP_ARM_ACLE_AVAILABLE with AutotoolsJeffrey Walton2018-10-251-1/+1
* Add XOP aware BLAKE2b and BLAKE2sJeffrey Walton2018-10-251-4/+15
* Fix _mm_roti_epi32 and _mm_roti_epi64 redefined on Fedora ar -O0Jeffrey Walton2018-10-241-14/+14
* Break-up long lines in cryptest.nmakeJeffrey Walton2018-08-271-0/+4
* Use BLAKE2B_G2 macro nameJeffrey Walton2018-08-171-3/+3
* Add GNUmakefile-cross flags SIMON and SPECKJeffrey Walton2018-08-161-0/+4
* Remove unneeded commentsJeffrey Walton2018-08-151-12/+0
* Cutover to BLAKE2 team implJeffrey Walton2018-08-151-1528/+717
* Remove unneeded code from Blake2Jeffrey Walton2018-07-151-16/+5
* Improve logic for <arm_acle.h> include (GH #568)Jeffrey Walton2018-01-201-4/+7
* 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