Struct octavo_digest::ripemd::Ripemd160
[−]
[src]
pub struct Ripemd160 { // some fields omitted }
RIPEMD-160 implementation
For more details check module docs
Trait Implementations
impl Clone for Ripemd160
[src]
fn clone(&self) -> Ripemd160
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Default for Ripemd160
[src]
impl Digest for Ripemd160
[src]
type OutputBits = U160
Output size in bits
type OutputBytes = U20
Output size in bytes
type BlockSize = U64
Block size in bytes
fn update<T>(&mut self, update: T) where T: AsRef<[u8]>
Update digest with data.
fn result<T: AsMut<[u8]>>(self, out: T)
Write resulting hash into output
. Read more
fn output_bits() -> usize
Output size in bits
fn output_bytes() -> usize
Output size in bytes
fn block_size() -> usize
Block size in bytes