Skip to main content
Module

x/evt/mod.ts>dom.Pbkdf2Params

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.Pbkdf2Params
implements Algorithm
import { type dom } from "https://deno.land/x/evt@v2.4.13/mod.ts";
const { Pbkdf2Params } = dom;

Properties

iterations: number
salt:
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| DataView
| ArrayBuffer