FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Class SecureRng

    Cryptographically secure random number generator using Web Crypto API.

    Implements

    • RandomSource
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Fill the provided array with cryptographically secure random bytes.

      Parameters

      • array: Uint8Array

        The byte array to fill with random data

      Returns void