Software APIs
Data Fields
p384_point Struct Reference

A type that holds a P-384 curve point. More...

#include <sw/device/lib/crypto/impl/ecc/p384_common.h>

Data Fields

uint32_t x [kP384CoordWords]
 Affine x-coordinate.
 
uint32_t y [kP384CoordWords]
 Affine y-coordinate.
 

Detailed Description

A type that holds a P-384 curve point.

Definition at line 81 of file p384_common.h.

Field Documentation

◆ x

uint32_t p384_point::x[kP384CoordWords]

Affine x-coordinate.

Definition at line 85 of file p384_common.h.

◆ y

uint32_t p384_point::y[kP384CoordWords]

Affine y-coordinate.

Definition at line 89 of file p384_common.h.