Skip to main content
Module

x/polkadot/mod.ts>utilCrypto.scryptEncode

Package publishing for deno.land/x/polkadot
Go to Latest
function utilCrypto.scryptEncode
import { utilCrypto } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { scryptEncode } = utilCrypto;

Parameters

optional
passphrase: HexString | Uint8Array | string
optional
salt = [UNSUPPORTED]
optional
params = [UNSUPPORTED]
optional
onlyJs: boolean

Returns

Result