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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more