W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
HmacKeyGenParams
interface
HmacKeyGenParams
extends
Algorithm
{
hash
:
HashAlgorithmIdentifier
;
length?
:
number
;
}
Extends
Algorithm
Properties
hash
:
HashAlgorithmIdentifier
length?
:
number
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/HmacKeyGenParams