BC-Seedtool-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Function deterministicRandom

    • Generate deterministic random data from entropy using HKDF. This can generate any length output. Matches Rust deterministic_random function.

      Parameters

      • entropy: Uint8Array

        The entropy bytes

      • n: number

        Number of bytes to return

      Returns Uint8Array