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 Ripemd160impl Digest for Ripemd160fn reset(&mut self)fn input(&mut self, msg: &[u8])fn result(&mut self, out: &mut [u8])fn output_bits(&self) -> usizefn block_size(&self) -> usizefn output_bytes(&self) -> usizefn input_str(&mut self, input: &str)fn result_str(&mut self) -> Stringimpl Copy for Ripemd160impl Clone for Ripemd160fn clone(&self) -> Ripemd160fn clone_from(&mut self, source: &Self)