示例#1
0
 /// <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;
 }