idrassi / HashCheck

HashCheck Shell Extension for Windows with added SHA2, SHA3, and multithreading; originally from code.kliu.org
Other
257 stars 12 forks source link

[Feature Request] Add Support for BLAKE2 #3

Open tERyceNzAchE opened 3 years ago

tERyceNzAchE commented 3 years ago

Add support for BLAKE2 for compatibility with other programs (DirHash, b2sum, RapidCRC, etc.)

  1. Add support for BLAKE2b (256 bit) with the file extension .blake2
  2. Add support for BLAKE2sp (256 bit) with the file extension .blake2sp

Other BLAKE2 variants are not as commonly used and can be omitted.

KrasnayaPloshchad commented 3 years ago

Try XKCP for the implementation