コード例 #1
0
ファイル: Cipher.cs プロジェクト: Waty/DarkMapleLib
 /// <summary>
 /// Manually sets the vector for the current instance
 /// </summary>
 public void SetIV(UInt32 IV)
 {
     MapleIV = new InitializationVector(IV);
     Handshaken = true;
 }
コード例 #2
0
 /// <summary>
 /// Manually sets the vector for the current instance
 /// </summary>
 public void SetIV(UInt32 IV)
 {
     MapleIV    = new InitializationVector(IV);
     Handshaken = true;
 }