コード例 #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);