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