Struct groestl::Groestl384[][src]

pub struct Groestl384 { /* fields omitted */ }

Trait Implementations

impl Clone for Groestl384
[src]

Important traits for Groestl384

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Groestl384
[src]

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

impl BlockInput for Groestl384
[src]

impl Input for Groestl384
[src]

Digest input data. Read more

Digest input data in a chained manner.

impl FixedOutput for Groestl384
[src]

Retrieve result and consume hasher instance.

impl Reset for Groestl384
[src]

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

impl Debug for Groestl384

Formats the value using the given formatter. Read more

impl Write for Groestl384

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 Groestl384

impl Sync for Groestl384