Skip to main content
hmac_sha256
featherbit
0.3.0
In featherbit::
plugins::
native::
aws_
lambda
featherbit
::
plugins
::
native
::
aws_lambda
Function
hmac_
sha256
Copy item path
Source
fn hmac_sha256(key: &[
u8
], msg: &[
u8
]) -> Tag
Expand description
HMAC-SHA256 over
msg
with
key
.