Skip to main content

AuthenticatedAead

Trait AuthenticatedAead 

Source
pub trait AuthenticatedAead: Sealed { }
Expand description

Marker trait for algorithms allowed in the safe default API.

Only authenticated AEAD markers are supported here. Non-AEAD and legacy cipher markers remain available through the lower-level APIs.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§