clean method
Clean up the internal state and reset hash object to its initial state.
Implementation
@override
void clean() {
BinaryOps.zero(_buffer);
BinaryOps.zero(_tempHi);
BinaryOps.zero(_tempLo);
reset();
}
Clean up the internal state and reset hash object to its initial state.
@override
void clean() {
BinaryOps.zero(_buffer);
BinaryOps.zero(_tempHi);
BinaryOps.zero(_tempLo);
reset();
}