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