Struct groestl::GroestlSmall [] [src]

pub struct GroestlSmall { /* fields omitted */ }

Trait Implementations

impl Clone for GroestlSmall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BlockInput for GroestlSmall
[src]

impl Input for GroestlSmall
[src]

[src]

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

impl VariableOutput for GroestlSmall
[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 GroestlSmall

Formats the value using the given formatter.