Struct digest::core_api::CoreWrapper[][src]

pub struct CoreWrapper<T> where
    T: BufferKindUser,
    T::BlockSize: IsLess<U256>,
    Le<T::BlockSize, U256>: NonZero
{ /* fields omitted */ }
This is supported on crate feature core-api only.
Expand description

Wrapper around BufferKindUser.

It handles data buffering and implements the slice-based traits.

Implementations

Create new wrapper from core.

Decompose wrapper into inner parts.

Trait Implementations

Size of the block in bytes.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Type wrapped by CoreWrapper.

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Reader

Retrieve XOF reader and consume hasher instance.

Finalize XOF and write result into out.

Compute hash of data and write it into output.

This is supported on crate feature alloc only.

Retrieve result into a boxed slice of the specified size and consume the hasher. Read more

Retrieve XOF reader and reset hasher instance state.

Finalize XOF, write result into out, and reset the hasher state.

This is supported on crate feature alloc only.

Retrieve result into a boxed slice of the specified size and reset the hasher state. Read more

Consume value and write result into provided array.

Retrieve result and consume the hasher instance.

Write result into provided array and reset the hasher state.

Retrieve result and reset the hasher state.

Create new value from fixed size key.

Create new value from variable size key.

Key size in bytes.

Size of the output in bytes.

Reset state to its initial value.

Update state using the provided data.

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

Like write, except that it writes from a slice of buffers. Read more

🔬 This is a nightly-only experimental API. (can_vector)

Determines if this Writer has an efficient write_vectored implementation. Read more

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

🔬 This is a nightly-only experimental API. (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

Creates a “by reference” adapter for this instance of Write. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.