示例#1
0
 private Byte[] CalculateHash(Byte[] binaryArray) => HashingProcessor.CalculateHash(binaryArray, Algorithm);
示例#2
0
 private Byte[] CalculateHash(TBlock block) => HashingProcessor.CalculateHash(block, Algorithm, SaltingMode.Unsalted);