embassy-stm32

Crates

git

Versions

stm32wba52ke

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, const IV_SIZE: usize, const TAG_SIZE: usize> CipherSized for AesCcm<'c, { _ }, IV_SIZE, TAG_SIZE>

Source§

impl<'c, const IV_SIZE: usize, const TAG_SIZE: usize> CipherSized for AesCcm<'c, { _ }, IV_SIZE, TAG_SIZE>

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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