Skip to main content
Module

x/evt/lib/types/lib.dom.ts>Pbkdf2Params

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

Properties

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