Skip to main content

AeadAlgorithm

Trait AeadAlgorithm 

Source
pub trait AeadAlgorithm:
    Sealed
    + Clone
    + Copy
    + Debug
    + Default
    + Eq
    + PartialEq { }
Expand description

Marker trait for AEAD algorithms supported by dryoc.

This trait is sealed so applications cannot plug in custom cryptographic algorithms while still allowing dryoc to add future AEAD constructions without changing the container types.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§