public static Hash CreateMD5(byte[] md5) { return default(Hash); } public static Hash CreateSHA1(byte[] sha1) { return default(Hash); }