rc_
crypto
0.1.0
In rc_
crypto::
aead
rc_crypto
::
aead
Function
seal
Copy item path
Source
pub fn seal( key: &
SealingKey
, nonce:
Nonce
, aad:
Aad
<'_>, plaintext: &[
u8
], ) ->
Result
<
Vec
<
u8
>>