FROST Core TypeScript Library - v0.2.2-alpha.3
    Preparing search index...

    Class NodeCryptoRandomSource

    A RandomSource implementation that uses Node.js crypto module.

    This is useful for Node.js environments.

    Implements

    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