Struct sha3::Shake128 [] [src]

pub struct Shake128 { /* fields omitted */ }

Trait Implementations

impl Copy for Shake128
[src]

impl Clone for Shake128
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Shake128
[src]

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

impl Input for Shake128
[src]

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

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