Embassy
embassy-stm32

Crates

git

Versions

stm32f215ve

Flavors

Trait embassy_stm32::cryp::CipherSized

source ·
pub trait CipherSized { }
Expand description

This trait enables restriction of ciphers to specific key sizes.

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, { _ }>