embassy-nrf

Crates

git

Versions

nrf54l05-app-s

Flavors

Skip to main content

AuthenticatedCipher

Trait AuthenticatedCipher 

Source
pub trait AuthenticatedCipher: Cipher { }
Expand description

AES cipher mode that accepts additional authenticated data. Implemented by AesCcm and AesGcm.

This trait is sealed.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl AuthenticatedCipher for AesCcm

Source§

impl AuthenticatedCipher for AesGcm

Available on crate features _cracen or _cryptocell-312 only.