예제 #1
0
파일: PBMD5.cs 프로젝트: McSimp/OpenPBUCON
 public static extern void MD5Init(ref MD5_CTX mdContext, UInt32 pseudoRandomNumber = 0);
예제 #2
0
파일: PBMD5.cs 프로젝트: McSimp/OpenPBUCON
 public static extern void MD5Update(ref MD5_CTX mdContext, IntPtr inBuf, UInt32 inLen);
예제 #3
0
파일: PBMD5.cs 프로젝트: McSimp/OpenPBUCON
 public static extern void MD5Final(ref MD5_CTX mdContext);