reset method
Reset the MAC to its original state.
Implementation
@override
void reset() {
currentBlockOffset = 0;
h0 = 0;
h1 = 0;
h2 = 0;
h3 = 0;
h4 = 0;
}
Reset the MAC to its original state.
@override
void reset() {
currentBlockOffset = 0;
h0 = 0;
h1 = 0;
h2 = 0;
h3 = 0;
h4 = 0;
}