Skip to main content
Module

x/grm/mod.ts>crypto.pbkdf2Sync

MTProto API Client for Deno 🦕
Latest
function crypto.pbkdf2Sync
import { crypto } from "https://deno.land/x/grm@0.8.2/mod.ts";
const { pbkdf2Sync } = crypto;

Parameters

password: any
salt: any
iterations: any
..._args: any[]