Struct sodiumoxide::crypto::pwhash::scryptsalsa208sha256::OpsLimit
[−]
[src]
pub struct OpsLimit(pub usize);
OpsLimit
represents the maximum number of computations to perform when
using the functions in this module.
A high OpsLimit
will make the functions
require more CPU cycles
Trait Implementations
impl Copy for OpsLimit
[src]
impl Clone for OpsLimit
[src]
fn clone(&self) -> OpsLimit
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more