コード例 #1
0
 public static extern void BlowfishInit(ref BlowfishObj Obj);
コード例 #2
0
 public static extern void BlowfishDecrypt(ref BlowfishObj Obj, byte[] input, [In, Out] byte[] output, int len);
コード例 #3
0
 public static extern void BlowfishEncrypt(ref BlowfishObj Obj, byte[] input, [In, Out] byte[] output, int len);
コード例 #4
0
 public static extern void BlowfishInit(ref BlowfishObj Obj);