Module

Crypto.Scrypt

#ScryptParams

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

Modules