Type alias GetRandomBytes

GetRandomBytes: ((count) => Uint8Array)

Type declaration

    • (count): Uint8Array
    • Optional function to generate cryptographically secure random bytes

      Parameters

      • count: number

      Returns Uint8Array

Generated using TypeDoc