Reset the cipher to its original state.
@override void reset() { _encrypting = null; cipher.reset(); }