Skip to main content
Module

x/argontwo/mod.ts>Argon2Params

#️⃣ Argon2 hashing module for deno using wasm
Latest
type alias Argon2Params
import { type Argon2Params } from "https://deno.land/x/argontwo@0.2.0/mod.ts";
definition: { algorithm: Argon2Algorithm; version: Argon2Version; secret?: ArrayBufferLike; outputLength?: number; mCost?: number; tCost?: number; pCost?: number; }