Struct ripemd160::Ripemd160[][src]

pub struct Ripemd160 { /* fields omitted */ }

Structure representing the state of a Ripemd160 computation

Trait Implementations

impl Clone for Ripemd160
[src]

Important traits for Ripemd160

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Ripemd160
[src]

Returns the "default value" for a type. Read more

impl BlockInput for Ripemd160
[src]

impl Input for Ripemd160
[src]

Digest input data. Read more

Digest input data in a chained manner.

impl FixedOutput for Ripemd160
[src]

Retrieve result and consume hasher instance.

impl Reset for Ripemd160
[src]

Reset hasher instance to its initial state and return current state.

impl Debug for Ripemd160

Formats the value using the given formatter. Read more

impl Write for Ripemd160

Write a buffer into this object, returning how many bytes were written. Read more

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more

Attempts to write an entire buffer into this write. Read more

Writes a formatted string into this writer, returning any error encountered. Read more

Important traits for &'a mut I

Creates a "by reference" adaptor for this instance of Write. Read more

Auto Trait Implementations

impl Send for Ripemd160

impl Sync for Ripemd160