embassy-stm32

Crates

git

Versions

stm32f417ve

Flavors

Skip to main content

CipherSized

Trait CipherSized 

Source
pub trait CipherSized { }
Expand description

This trait enables restriction of ciphers to specific key sizes.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<'c> CipherSized for AesCbc<'c, { _ }>

Source§

impl<'c> CipherSized for AesCbc<'c, { _ }>

Source§

impl<'c> CipherSized for AesCbc<'c, { _ }>

Source§

impl<'c> CipherSized for AesCtr<'c, { _ }>

Source§

impl<'c> CipherSized for AesCtr<'c, { _ }>

Source§

impl<'c> CipherSized for AesCtr<'c, { _ }>

Source§

impl<'c> CipherSized for AesEcb<'c, { _ }>

Source§

impl<'c> CipherSized for AesEcb<'c, { _ }>

Source§

impl<'c> CipherSized for AesEcb<'c, { _ }>

Source§

impl<'c> CipherSized for DesCbc<'c, { _ }>

Source§

impl<'c> CipherSized for DesEcb<'c, { _ }>

Source§

impl<'c> CipherSized for TdesCbc<'c, { _ }>

Source§

impl<'c> CipherSized for TdesCbc<'c, { _ }>

Source§

impl<'c> CipherSized for TdesEcb<'c, { _ }>

Source§

impl<'c> CipherSized for TdesEcb<'c, { _ }>