On this page
HkdfParams
interface HkdfParams extends Algorithm {
hash: HashAlgorithmIdentifier;
info: BufferSource;
salt: BufferSource;
}
Extends
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/HkdfParams