pub struct MinReset;
Expand description
Resets state, without performing expensive ops (e.g. zeroing buffer)
Note that not zeroing buffer can lead to security issues when dealing with untrusted input.
Trait Implementations
Performs reset
pub struct MinReset;
Resets state, without performing expensive ops (e.g. zeroing buffer)
Note that not zeroing buffer can lead to security issues when dealing with untrusted input.
Performs reset