aws_
lc_
rs
1.13.0
In aws_
lc_
rs::
aead::
chacha20_
poly1305_
openssh
Structs
Key
OpeningKey
SealingKey
Constants
KEY_LEN
PACKET_LENGTH_LEN
TAG_LEN
Functions
derive_poly1305_key
make_nonce
verify
aws_lc_rs
::
aead
::
chacha20_poly1305_openssh
Function
verify
Copy item path
Settings
Help
Summary
Source
fn verify(key:
Key
, msg: &[
u8
], tag: &[
u8
;
16
]) ->
Result
<
()
,
Unspecified
>