reset method

void reset()

Implementation

void reset() {
  _mac.reset();
  _state.fillRange(0, _state.length, 0);
}