W3cubDocs

/Deno

Pbkdf2Params

interface Pbkdf2Params extends Algorithm {
iterations: number;
salt: BufferSource;
}

Extends

Properties

iterations: number

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