Scrypt

Index

scrypt

Reference

scryptcfunction
(scrypt out-len password salt &opt N r p)

Runs Scrypt key derivation function over the specified password and salt using Scrypt parameters N, r, p. If omitted, the default values of N=1024, r=8, p=8 are used.