ChaCha DRBG.

Implements

Constructors

Properties

isAvailable: boolean = false

Returns the availability of random source. A source can only be used if isAvailable returns true.

isInstantiated: boolean = false

Methods

  • Returns a byte array of the given length filled with random bytes.

    Parameters

    • length: number

    Returns Uint8Array