☰
In unsafe_hacspec_examples::aes_gcm
?
Function
unsafe_hacspec_examples
::
aes_gcm
::
encrypt_aes128
source
·
[
−
]
pub fn encrypt_aes128(
key:
Key128
,
iv:
Nonce
,
aad: &
ByteSeq
,
msg: &
ByteSeq
) -> (
ByteSeq
,
Tag
)