pub type KeyRef<'a> = KeyRef<'a, Aead>;
A reference to a multiplexed AEAD key.
pub struct KeyRef<'a> { /* private fields */ }