☰
In parity_crypto::hmac
?
Function
parity_crypto
::
hmac
::
sign
source
·
[
−
]
pub fn sign<T>(k: &
SigKey
<T>, data:
&[
u8
]
) ->
Signature
<T>
Expand description
Compute HMAC signature of
data
.