Minor fixes

- fix Zstandard Sfx stuff -> SetNumberOfThreads()
- fix formatting of XXH32Reg.cpp and XXH64Reg.cpp
- add Blake2s hash to explorer context menu
This commit is contained in:
Tino Reichardt
2018-11-01 18:18:34 +01:00
parent 7252a465e5
commit 1048d4e133
5 changed files with 103 additions and 100 deletions

View File

@@ -36,6 +36,7 @@ public:
kHash_CRC64,
kHash_SHA1,
kHash_SHA256,
kHash_BLAKE2s,
kHash_XXH32,
kHash_XXH64,
kHash_All