Embassy
embassy-stm32

Crates

git

Versions

stm32f215ve

Flavors

Trait embassy_stm32::cryp::CipherAuthenticated

source ·
pub trait CipherAuthenticated<const TAG_SIZE: usize> {
    const TAG_SIZE: usize = TAG_SIZE;
}
Expand description

This trait enables restriction of a header phase to authenticated ciphers only.

Provided Associated Constants§

source

const TAG_SIZE: usize = TAG_SIZE

Defines the authentication tag size.

Object Safety§

This trait is not object safe.

Implementors§