reset method
Reset the cipher to its original state.
Implementation
@override
void reset() {
throw UnsupportedError('Should not be called.');
}
Reset the cipher to its original state.
@override
void reset() {
throw UnsupportedError('Should not be called.');
}