pub struct CoreWrapper<T>where
    T: BufferKindUser,
    T::BlockSize: IsLess<U256>,
    Le<T::BlockSize, U256>: NonZero,
{ /* private fields */ }
Available 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

The OID associated with this type.
Size of the block in bytes.
Return block size 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.
Available 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.
Available 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.
Generate random key using the provided CryptoRng.
Key size in bytes.
Return key size in bytes.
Size of the output in bytes.
Return output size in bytes.
Reset state to its initial value.
Update state using the provided data.
Digest input data in a chained manner.
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
Get the OID associated with this value.

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.