Type Definition aes_gcm::Key

source ·
pub type Key<KeySize> = GenericArray<u8, KeySize>;
Expand description

AES-GCM keys