Beispiel #1
0
 public byte[] Compute16(byte[] bytes, int offset, int length)
 {
     return(MD5Core.GetHash(bytes, offset, length));
 }
Beispiel #2
0
 public byte[] Compute16(byte[] bytes)
 {
     return(MD5Core.GetHash(bytes));
 }