Ejemplo n.º 1
0
 public static extern void BlowfishDecrypt(ref BlowfishObj Obj, byte[] input, [In, Out] byte[] output, int len);
Ejemplo n.º 2
0
 public static extern void BlowfishInit(ref BlowfishObj Obj);
Ejemplo n.º 3
0
 public static extern void BlowfishInit(ref BlowfishObj Obj);
Ejemplo n.º 4
0
 public static extern void BlowfishEncrypt(ref BlowfishObj Obj, byte[] input, [In, Out] byte[] output, int len);
Ejemplo n.º 5
0
 public BlowfishEncryption()
 {
     obj = BlowfishObj.Create;
     NativeEncryption.BlowfishInit(ref obj);
 }
Ejemplo n.º 6
0
 public BlowfishEncryption()
 {
     obj = BlowfishObj.Create;
     NativeEncryption.BlowfishInit(ref obj);
 }