Module

Crypto.Scrypt

Package
purescript-scrypt
Repository
athanclark/purescript-scrypt

#SCRYPT Source

data SCRYPT :: Effect

#ScryptParams Source

type ScryptParams eff = { dkLen :: Int, n :: Int, onProgress :: Number -> Eff (scrypt :: SCRYPT | eff) Unit, p :: Int, password :: Uint8Array, r :: Int, salt :: Uint8Array }

#scrypt Source

scrypt :: forall eff. ScryptParams eff -> Aff (scrypt :: SCRYPT | eff) Uint8Array
Modules
Crypto.Scrypt