Software APIs
Data Fields
ecdsa_p256_public_key Struct Reference

Holds an attestation public key (ECDSA-P256). More...

#include <sw/device/silicon_creator/lib/sigverify/ecdsa_p256_key.h>

Data Fields

uint32_t x [kEcdsaP256PublicKeyCoordWords]
 Affine x-coordinate of the point.
 
uint32_t y [kEcdsaP256PublicKeyCoordWords]
 Affine y-coordinate of the point.
 

Detailed Description

Holds an attestation public key (ECDSA-P256).

Definition at line 60 of file ecdsa_p256_key.h.

Field Documentation

◆ x

uint32_t ecdsa_p256_public_key::x[kEcdsaP256PublicKeyCoordWords]

Affine x-coordinate of the point.

Definition at line 64 of file ecdsa_p256_key.h.

◆ y

uint32_t ecdsa_p256_public_key::y[kEcdsaP256PublicKeyCoordWords]

Affine y-coordinate of the point.

Definition at line 68 of file ecdsa_p256_key.h.