Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignOptions

Options for the sign function

Hierarchy

  • SignOptions

Properties

Properties

Optional data

data: Uint8Array

Additional data for noncefn (RFC 6979 3.6) (32 bytes).

By default is null.

Optional noncefn

noncefn: function

Nonce generator. By default it is rfc6979

Type declaration

    • (message: Uint8Array, privateKey: Uint8Array, algo: Uint8Array, data: Uint8Array, attempt: number): Uint8Array
    • Parameters

      • message: Uint8Array
      • privateKey: Uint8Array
      • algo: Uint8Array
      • data: Uint8Array
      • attempt: number

      Returns Uint8Array

Generated using TypeDoc