Function instantiatePbkdf2Function

  • Instantiate a PBKDF2 function as specified by RFC 2898.

    Parameters

    • hmacFunction: HmacFunction

      the HMAC function to use

    • hmacByteLength: number

      the byte-length of the HMAC function

    Returns ((parameters) => string | Uint8Array)

      • (parameters): string | Uint8Array
      • Parameters

        Returns string | Uint8Array

Generated using TypeDoc