summaryrefslogtreecommitdiff
path: root/blake2s-simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update commentsJeffrey Walton2018-11-031-2/+4
* Whitespace check-inJeffrey Walton2018-11-031-79/+79
* Fix disjoint t[] and f[] when using SIMD implementationsJeffrey Walton2018-11-031-3/+3
* Rewrite BLAKE2 classes to remove intermediate base classJeffrey Walton2018-11-031-24/+7
* Guard BLAKE2 on CRYPTOPP_ALTIVEC_AVAILABLEJeffrey Walton2018-11-031-9/+4
* Remove unneeded #undef's from BLAKE2_Compress32_POWER7Jeffrey Walton2018-11-021-20/+0
* Cleanup return statements in PowerPC's VectorSet32Jeffrey Walton2018-11-021-6/+3
* Remove unneeded BLAKE2B_IV from Blake2s source fileJeffrey Walton2018-11-021-14/+2
* Split Blake2 SIMD files into blake2s-simd.cpp and blake2b-simd.cpp (GH #729, ...Jeffrey Walton2018-11-021-0/+1078