Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/utilities/1_password.ts>pbkdf2

An attempt to write a Deno-native MTProto client
Go to Latest
function pbkdf2
import { pbkdf2 } from "https://deno.land/x/mtkruto@0.0.62/utilities/1_password.ts";

Parameters

password: Uint8Array
salt: Uint8Array
iterations: number