public static byte[] Hash256(string s) { return(SHA3.Hash256(s)); }
public static byte[] Hash256(byte[] bytes) { return(SHA3.Hash256(bytes)); }