Module

Crypto.Scrypt

Package
purescript-scrypt
Repository
athanclark/purescript-scrypt

#ScryptParams Source

type ScryptParams = { dkLen :: Int, n :: Int, onProgress :: Number -> Effect Unit, p :: Int, password :: Uint8Array, r :: Int, salt :: Uint8Array }
Modules
Crypto.Scrypt