EcPoint3 Struct Reference

EC point (projective coordinates) More...

#include <ec.h>

Data Fields

uint32_t x [EC_MAX_MODULUS_SIZE]
 x-coordinate More...
 
uint32_t y [EC_MAX_MODULUS_SIZE]
 y-coordinate More...
 
uint32_t z [EC_MAX_MODULUS_SIZE]
 z-coordinate More...
 

Detailed Description

EC point (projective coordinates)

Definition at line 408 of file ec.h.

Field Documentation

◆ x

uint32_t x[EC_MAX_MODULUS_SIZE]

x-coordinate

Definition at line 410 of file ec.h.

◆ y

uint32_t y[EC_MAX_MODULUS_SIZE]

y-coordinate

Definition at line 411 of file ec.h.

◆ z

uint32_t z[EC_MAX_MODULUS_SIZE]

z-coordinate

Definition at line 412 of file ec.h.


The documentation for this struct was generated from the following file:
  • cyclone_crypto/ecc/ec.h