reset method

  1. @override
void reset()
override

Reset the cipher to its original state.

Implementation

@override
void reset() {
  _encrypting = null;
  cipher.reset();
}