Skip to content

API Collection

ECDSACurveType Implementations

Topics

Structures

Type Aliases

Type Properties

  • byteRanges
    Specifies the byte ranges in which the X and Y coordinates of an ECDSA public key appear for the P256 curve. For P256, the public key is typically 65 bytes long: a single byte prefix (usually 0x04 for uncompressed keys), followed by 32 bytes for the X coordinate, and then 32 bytes for the Y coordinate.
  • curve