Skip to main content

KeyRef

Type Alias KeyRef 

Source
pub type KeyRef<'a> = KeyRef<'a, Aead>;
Expand description

A reference to a multiplexed AEAD key.

Aliased Typeยง

pub struct KeyRef<'a> { /* private fields */ }