embassy-stm32

Crates

git

Versions

stm32n657x0

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

Available on cryp only.
Source§

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

Source§

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

Available on non-aes_v1 only.
Source§

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

Available on cryp only.
Source§

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

Source§

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

Available on cryp only.
Source§

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

Available on non-aes_v1 only.
Source§

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

Source§

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

Available on non-aes_v1 only.
Source§

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

Available on cryp only.
Source§

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

Source§

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

Source§

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

Available on cryp only.
Source§

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

Source§

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

Source§

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

Available on cryp only.