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 ScryptLogN
fn clone(&self) -> ScryptLogN
fn clone_from(&mut self, source: &Self)