import { type ScryptParameters } from "https://deno.land/x/scrypt@v4.4.1/lib/format.ts";
Available parameters primarily influencing security (and runtime) of scrypt
Properties
optional
logN: logNlog2 of the work factor N. Must be an integer between 1 and 63. Defaults to 17 (N=131072)