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 eff Unit, p :: Int, password :: Uint8Array, r :: Int, salt :: Uint8Array }

#scrypt Source

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