Struct crypto::ripemd160::Ripemd160
[−]
[src]
pub struct Ripemd160 { // some fields omitted }
Structure representing the state of a Ripemd160 computation
pub struct Ripemd160 { // some fields omitted }
Structure representing the state of a Ripemd160 computation
impl Ripemd160
impl Digest for Ripemd160
fn reset(&mut self)
fn input(&mut self, msg: &[u8])
fn result(&mut self, out: &mut [u8])
fn output_bits(&self) -> usize
fn block_size(&self) -> usize
fn output_bytes(&self) -> usize
fn input_str(&mut self, input: &str)
fn result_str(&mut self) -> String
impl Copy for Ripemd160
impl Clone for Ripemd160
fn clone(&self) -> Ripemd160
fn clone_from(&mut self, source: &Self)