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

    Function pbkdf2Sha256

    • PBKDF2-HMAC-SHA-256.

      Parameters

      Returns Uint8Array<ArrayBuffer>

      InvalidParameter unless password and salt are Uint8Arrays, options is an object, iterations an integer in [0, 2^32 − 1] and dkLen an integer in [0, (2^32 − 1) · 32].