Struct groestl::GroestlBig [] [src]

pub struct GroestlBig { /* fields omitted */ }

Trait Implementations

impl Clone for GroestlBig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BlockInput for GroestlBig
[src]

impl Input for GroestlBig
[src]

[src]

Digest input data. This method can be called repeatedly for use with streaming messages. Read more

impl VariableOutput for GroestlBig
[src]

[src]

Create new hasher instance with given output size. Will return Err(InvalidLength) in case if hasher can not work with the given output size. Will always return an error if output size equals to zero. Read more

[src]

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

[src]

Retrieve the digest result into provided buffer. Length of the buffer must be equal to output size provided to the new method, otherwise Err(InvalidLength) will be returned Read more

impl Debug for GroestlBig

Formats the value using the given formatter.