summaryrefslogtreecommitdiff
path: root/blake2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleared -Wcast-align warnings under Clang (also see LLVM bug 20670)Jeffrey Walton2016-04-201-81/+82
* Enable BLAKE2_SSE2_Compress32 and BLAKE2_SSE4_Compress32. Add static function...Jeffrey Walton2016-04-191-54/+56
* Enable BLAKE2_SSE4_Compress32 and BLAKE2_SSE4_Compress64 for VS2008Jeffrey Walton2016-04-191-2/+2
* Fix Apple Clang 6.0/Clang 3.5 compileJeffrey Walton2016-04-191-0/+6
* Assign copyright to project. Add initial BLAKE2_SSE4_Compress32. WhitespaceJeffrey Walton2016-04-191-86/+561
* Improved Visual Studio detection for BLAKE2 SSE implementationsJeffrey Walton2016-04-191-2/+8
* Added BLAKE2_SSE4_Compress64Jeffrey Walton2016-04-191-6/+982
* Switch to DIGESTSIZE for key size. Switch to FixedSizeAlignedSecBlock for key...Jeffrey Walton2016-04-181-8/+448
* Fix assertion in DEBUG buildsJeffrey Walton2016-04-181-2/+5
* Add constants for MIN_KEYLENGTH, MAX_KEYLENGTH, DEFAULT_KEYLENGTH. Fix keyed ...Jeffrey Walton2016-04-181-9/+11
* Added Windows support for BLAKE2Jeffrey Walton2016-04-171-32/+975
* Added BLAKE2 Cryptographic Hash and Message Authentication CodeJeffrey Walton2016-04-171-0/+549