Struct encryptfile::ScryptLogN
[−]
[src]
pub struct ScryptLogN(pub u8);
The Scrypt LogN parameter.
pub struct ScryptLogN(pub u8);
The Scrypt LogN parameter.
impl Clone for ScryptLogNfn clone(&self) -> ScryptLogNfn clone_from(&mut self, source: &Self)