Struct groestl::GroestlBig [] [src]

pub struct GroestlBig { /* fields omitted */ }

Methods

impl GroestlBig
[src]

Trait Implementations

impl Copy for GroestlBig
[src]

impl Clone for GroestlBig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Input for GroestlBig
[src]

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

impl VariableOutput for GroestlBig
[src]

Retrieve the digest result into provided buffer. Length of the output equals to the input buffer size. In case of invalid length Err(InvalidLength) will be returned. This method consumes digest instance. Read more