Class ECNamedCurves

Hierarchy

  • ECNamedCurves

Constructors

Properties

Methods

Constructors

Properties

namedCurves: Record<string, ECNamedCurve> = {}

Methods

  • Registers an ECC named curve

    Parameters

    • name: string

      The name o the curve

    • id: string

      The curve ASN.1 object identifier

    • size: number

      The coordinate length in bytes

    Returns void

Generated using TypeDoc