Skip to main content

aes128gcm_open

Function aes128gcm_open 

Source
pub fn aes128gcm_open(
    key: &[u8; 16],
    nonce: &[u8; 12],
    aad: &[u8],
    ciphertext: &[u8],
) -> Option<Vec<u8>>
Expand description

AES-128-GCM open; ciphertext carries the trailing 16-byte tag.