[go: up one dir, main page]

logo

Type Definition aes_gcm::Key

[]
pub type Key<B> = GenericArray<u8, <B as KeySizeUser>::KeySize>;
Expand description

Key used by KeySizeUser implementors.