@blockchaincommons/crypto - v1.0.0-beta.3
    Preparing search index...

    Function scrypt

    • Parameters

      Returns Uint8Array<ArrayBuffer>

      InvalidParameter unless password and salt are Uint8Arrays and options an object; when dkLen is outside its domain (see ScryptOptions.dkLen), logN not in [0, 32] or not below 16·r (scrypt requires N < 2^(128·r/8)), r or p not ≥ 1, r·p not below 2^30, or the parameters exceed maxmem.