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§
Object Safety§
This trait is not object safe.