Struct sha3::Shake128 [−][src]
pub struct Shake128 { /* fields omitted */ }
Expand description
SHAKE128 extendable output (XOF) hash function
Trait Implementations
type Reader = Sha3XofReader
type Reader = Sha3XofReader
Reader
fn finalize_xof_dirty(&mut self) -> Sha3XofReaderⓘNotable traits for Sha3XofReaderimpl Read for Sha3XofReader
[src]
fn finalize_xof_dirty(&mut self) -> Sha3XofReaderⓘNotable traits for Sha3XofReaderimpl Read for Sha3XofReader
[src]impl Read for Sha3XofReader
Retrieve XOF reader. Read more
Write a buffer into this writer, returning how many bytes were written. Read more
Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
can_vector
)Determines if this Write
r has an efficient write_vectored
implementation. Read more
Attempts to write an entire buffer into this writer. Read more
write_all_vectored
)Attempts to write multiple buffers into this writer. Read more
Writes a formatted string into this writer, returning any error encountered. Read more
Auto Trait Implementations
impl RefUnwindSafe for Shake128
impl UnwindSafe for Shake128
Blanket Implementations
Mutably borrows from an owned value. Read more
type Reader = <X as ExtendableOutputDirty>::Reader
type Reader = <X as ExtendableOutputDirty>::Reader
Reader
Retrieve XOF reader and consume hasher instance.
Retrieve XOF reader and reset hasher instance state.
Retrieve result into a boxed slice of the specified size and consume the hasher. Read more