reset method
Reset the cipher to its original state.
Implementation
@override
void reset() {
underlyingCipher.reset();
associatedText.clear();
data.clear();
}
Reset the cipher to its original state.
@override
void reset() {
underlyingCipher.reset();
associatedText.clear();
data.clear();
}