Struct crypto::blowfish::Blowfish
[−]
[src]
pub struct Blowfish { /* fields omitted */ }
Methods
impl Blowfish[src]
fn new(key: &[u8]) -> Blowfish[src]
fn init_state() -> Blowfish[src]
fn expand_key(&mut self, key: &[u8])[src]
fn salted_expand_key(&mut self, salt: &[u8], key: &[u8])[src]
fn encrypt(&self, l: u32, r: u32) -> (u32, u32)[src]
Trait Implementations
impl Clone for Blowfish[src]
fn clone(&self) -> Blowfish[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more