Struct groestl::GroestlBig[][src]

pub struct GroestlBig { /* fields omitted */ }

Trait Implementations

impl Clone for GroestlBig
[src]

Important traits for GroestlBig

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl BlockInput for GroestlBig
[src]

impl Input for GroestlBig
[src]

Digest input data. Read more

Digest input data in a chained manner.

impl VariableOutput for GroestlBig
[src]

Create new hasher instance with the given output size. Read more

Get output size of the hasher instance provided to the new method

Retrieve result via closure and consume hasher. Read more

Important traits for Vec<u8>

Retrieve result into vector and consume hasher.

impl Reset for GroestlBig
[src]

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

impl Debug for GroestlBig

Formats the value using the given formatter. Read more

impl Write for GroestlBig

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 GroestlBig

impl Sync for GroestlBig