pub struct Unimplemented;
Expand description

A struct that fullfills all of the trait bounds for serialization and deserializtion, but is not actually capable of performing any of the operations

Trait Implementations

Size of the block in bytes

Number of blocks which can be processed in parallel by cipher implementation Read more

Decrypt block in-place

Decrypt several blocks in parallel using instruction level parallelism if possible. Read more

Decrypt a slice of blocks, leveraging parallelism when available.

Encrypt block in-place

Encrypt several blocks in parallel using instruction level parallelism if possible. Read more

Encrypt a slice of blocks, leveraging parallelism when available.

look up a device

Look up a key from a key identifier and a device address Read more

Key size in bytes with which cipher guaranteed to be initialized.

Create new block cipher instance from key with fixed size.

Create new block cipher instance from key with variable size. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Decrypt block in-place

Encrypt block in-place

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