예제 #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;
 }