[−][src]Function rc_crypto::aead::aes_gcm::seal
pub(crate) fn seal(
key: &Key,
nonce: Nonce,
aad: &Aad<'_>,
plaintext: &[u8]
) -> Result<Vec<u8>>
pub(crate) fn seal(
key: &Key,
nonce: Nonce,
aad: &Aad<'_>,
plaintext: &[u8]
) -> Result<Vec<u8>>