W3cubDocs

/Deno

HkdfParams

interface HkdfParams extends Algorithm {
info: BufferSource;
salt: BufferSource;
}

Extends

Properties

© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/HkdfParams