Preparing search index...
The search index is not available
StableLib
StableLib
@stablelib/hmac
hmac
Function hmac
hmac
(
hash
,
key
,
data
)
:
Uint8Array
Returns HMAC using the given hash constructor for the key over data.
Parameters
hash
:
(
new
(
)
=>
Hash
)
new
(
)
:
Hash
Returns
Hash
key
:
Uint8Array
data
:
Uint8Array
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
StableLib
Loading...
Returns HMAC using the given hash constructor for the key over data.