clean method

void clean()

Implementation

void clean() {
  BinaryOps.zero(_info);
  BinaryOps.zero(_ork);
  _hmac.clean();
}