finishAAD method

void finishAAD(
  1. int nextState
)

Implementation

void finishAAD(int nextState) {
  padMAC(_aadCount);

  _state = nextState;
}