logo
pub trait BlockCipher: BlockSizeUser { }
Expand description

Marker trait for block ciphers.

Implementations on Foreign Types

Implementors