Function isValidBip39EntropyLength

  • Verify that the length of the provided entropy is valid for BIP39: 16, 20, 24, 28, or 32 bytes.

    Parameters

    • entropy: Uint8Array

      the entropy bytes

    Returns boolean

Generated using TypeDoc