Struct encryptfile::ScryptP
[−]
[src]
pub struct ScryptP(pub u32);
The Scrypt P parameter.
pub struct ScryptP(pub u32);
The Scrypt P parameter.
impl Clone for ScryptPfn clone(&self) -> ScryptPfn clone_from(&mut self, source: &Self)