/**
  * Reset the buffer and cipher. After resetting the object is in the same
  * state as it was after the last init (if there was one).
  */
 public override void Reset()
 {
     cipher.Reset();
 }
Beispiel #2
0
 public void Reset()
 {
     aeadCipher.Reset();
 }