// UInt128[] public static int SizeInBytes(this MD5Hash[] array) { return(sizeof(int) + Utils.Size(array) * MD5Hash.SizeInBytes()); }
// UInt128[] public static int SizeInBytes(this MD5Hash[] array) { return(sizeof(int) + array.Length * MD5Hash.SizeInBytes()); }