Struct sha3::Shake256 [] [src]

pub struct Shake256 { /* fields omitted */ }

Trait Implementations

impl Copy for Shake256
[src]

impl Clone for Shake256
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Shake256
[src]

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

impl Input for Shake256
[src]

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

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