import { formatScrypt } from "https://deno.land/x/scrypt@v4.4.1/lib/format.ts";
Format hash using HMAC-based format from node-scrypt based on the original tarsnap scrypt encrypted data format
Parameters
logN: logN
- The log2 of the cost factor
import { formatScrypt } from "https://deno.land/x/scrypt@v4.4.1/lib/format.ts";
Format hash using HMAC-based format from node-scrypt based on the original tarsnap scrypt encrypted data format