示例#1
0
 internal extern static void DecryptBlowfish(
     BlowfishStruct blowfish,
     byte *buffer,
     int bufferLength);
示例#2
0
 internal extern static void InitializeBlowfish(
     ref BlowfishStruct blowfish,
     byte *key,
     int keyLength);