clean method

void clean()

Implementation

void clean() {
  BinaryOps.zero(_data);
  BinaryOps.zero(_password);
}