Trait BlkCipherDec

Source
pub(crate) trait BlkCipherDec: BlkCipher + BlockDecrypt { }
Available on crate feature counter-galois-onion only.
Expand description

Helper trait to define the features we need from a block cipher, and make our “where” declarations smaller.

Not sealed because it is never used outside of this crate.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl BlkCipherDec for Aes128

Source§

impl BlkCipherDec for Aes256

Source§

impl BlkCipherDec for Aes128Dec

Source§

impl BlkCipherDec for Aes256Dec

Implementors§