summaryrefslogtreecommitdiff
path: root/blake2b_simd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup headers after Microsoft ARM64 portJeffrey Walton2019-01-041-2/+0
|
* Fix <arm_neon.h> include for ARM64 with MSVC compiler (GH #776)Jeffrey Walton2019-01-041-1/+2
|
* Disable Altivec for BLAKE2s on AIX 7.1 and XLC 12.01 (GH #743)Jeffrey Walton2018-11-211-0/+8
|
* Rewrite BLAKE2 classesJeffrey Walton2018-11-201-36/+39
| | | | | | The ParameterBlocks for BLAKE2 had undefined behavior. We relied on the compiler packing the bytes in the structure, then we used the first byte as the start of an array. This rewrite does things correctly. We don't memset the structure, and we don't treat the structure as a contiguous array.
* Rename PPC vector functions from VectorFunc to VecFuncJeffrey Walton2018-11-151-62/+62
|
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-0/+1220
Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list