Struct groestl::GroestlSmall [] [src]

pub struct GroestlSmall { /* fields omitted */ }

Methods

impl GroestlSmall
[src]

Trait Implementations

impl Copy for GroestlSmall
[src]

impl Clone for GroestlSmall
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Input for GroestlSmall
[src]

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

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