示例#1
0
 /// <summary>
 /// Returns a 32-byte Keccak256 hash of the given bytes.
 /// </summary>
 /// <param name="toHash"></param>
 /// <returns></returns>
 public byte[] Keccak256(byte[] toHash)
 {
     return(HashHelper.Keccak256(toHash));
 }