deno / 1.23.2 / ~ / pbkdf2params.html /

Pbkdf2Params

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

Extends

Properties

iterations : number
salt : BufferSource

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