reset method
void
reset()
override
Implementation
void reset() {
forEncryption = false;
this.key = [];
_subKeys = [];
_lBlock = 0;
_rBlock = 0;
}
void reset() {
forEncryption = false;
this.key = [];
_subKeys = [];
_lBlock = 0;
_rBlock = 0;
}