W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
HkdfParams
interface
HkdfParams
extends
Algorithm
{
hash
:
HashAlgorithmIdentifier
;
info
:
BufferSource
;
salt
:
BufferSource
;
}
Extends
Algorithm
Properties
hash
:
HashAlgorithmIdentifier
info
:
BufferSource
salt
:
BufferSource
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/HkdfParams