Struct sha3::Shake256[][src]

pub struct Shake256 { /* fields omitted */ }

Trait Implementations

impl Clone for Shake256
[src]

Important traits for Shake256

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Shake256
[src]

Important traits for Shake256

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

impl Input for Shake256
[src]

Digest input data. Read more

Digest input data in a chained manner.

impl ExtendableOutput for Shake256
[src]

Important traits for Sha3XofReader

Retrieve XOF reader and consume hasher instance.

Important traits for Vec<u8>

Retrieve result into vector of specified length.

impl Reset for Shake256
[src]

Reset hasher instance to its initial state and return current state.

impl Debug for Shake256

Formats the value using the given formatter. Read more

impl Write for Shake256

Write a buffer into this object, returning how many bytes were written. Read more

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more

Attempts to write an entire buffer into this write. Read more

Writes a formatted string into this writer, returning any error encountered. Read more

Important traits for &'a mut I

Creates a "by reference" adaptor for this instance of Write. Read more

Auto Trait Implementations

impl Send for Shake256

impl Sync for Shake256