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

    Class WebCryptoRandomSource

    A RandomSource implementation that uses the Web Crypto API.

    This is the recommended source for production use.

    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