Trait cipher::BlockCipher

source ·
pub trait BlockCipher: BlockSizeUser { }
Expand description

Marker trait for block ciphers.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<Alg: BlockCipher> BlockCipher for &Alg

Implementors§