logo
pub struct StreamCipherCoreWrapper<T: BlockSizeUser> where
    T::BlockSize: IsLess<U256>,
    Le<T::BlockSize, U256>: NonZero
{ /* private fields */ }
Expand description

Wrapper around StreamCipherCore implementations.

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

Implementations

Return reference to the core type.

Return reference to the core type.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Executes the destructor for this type. Read more

Initialization vector size in bytes.

Return IV size in bytes.

Create new value from fixed size key.

Create new value from variable size key.

Generate random key using the provided CryptoRng.

Create new value from fixed length key and nonce.

Create new value from variable length key and nonce.

Generate random key using the provided CryptoRng.

Generate random IV using the provided CryptoRng.

Generate random key and nonce using the provided CryptoRng.

Key size in bytes.

Return key size in bytes.

Apply keystream to inout data. Read more

Apply keystream to data behind buf. Read more

Apply keystream to inout data. Read more

Apply keystream to data in-place. Read more

Apply keystream to data buffer-to-buffer. Read more

Try to get current keystream position Read more

Try to seek to the given position Read more

Get current keystream position Read more

Seek to the given position 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

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

🔬 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.