Struct rust_scrypt::ScryptParams [] [src]

pub struct ScryptParams {
    pub n: u64,
    pub r: u32,
    pub p: u32,
}

The Scrypt parameter values

Fields

Number of iterations

Block size for the underlying hash

Parallelization factor

Trait Implementations

impl Clone for ScryptParams
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ScryptParams
[src]

impl Debug for ScryptParams
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ScryptParams

impl Sync for ScryptParams