mbedtls_ecp_point Struct Reference

ECP point structure (jacobian coordinates). More...

#include <ecp.h>

Collaboration diagram for mbedtls_ecp_point:
Collaboration graph
[legend]

Data Fields

mbedtls_mpi X
mbedtls_mpi Y
mbedtls_mpi Z

Detailed Description

ECP point structure (jacobian coordinates).

Note:
All functions expect and return points satisfying the following condition: Z == 0 or Z == 1. (Other values of Z are used by internal functions only.) The point is zero, or "at infinity", if Z == 0. Otherwise, X and Y are its standard (affine) coordinates.

Definition at line 141 of file ecp.h.


Field Documentation

the point's X coordinate

Definition at line 143 of file ecp.h.

the point's Y coordinate

Definition at line 144 of file ecp.h.

the point's Z coordinate

Definition at line 145 of file ecp.h.


The documentation for this struct was generated from the following file:

Generated on 10 Aug 2020 for mbed TLS v2.7.16 by  doxygen 1.6.1