Beispiel #1
0
 private static Keccak InternalCompute(byte[] input)
 {
     return(new Keccak(KeccakHash.ComputeHashBytes(input.AsSpan())));
 }