deno / latest / ~ / hkdfparams.html

HkdfParams

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

Extends

Properties

info: BufferSource
salt: BufferSource

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