pub trait Aead { const AEAD_ID: u16; }
Represents authenticated encryption functionality
The algorithm identifier for an AEAD implementation