ECP point structure (jacobian coordinates). More...
#include <ecp.h>

Data Fields | |
| mpi | X |
| mpi | Y |
| mpi | Z |
ECP point structure (jacobian coordinates).
Definition at line 94 of file ecp.h.
the point's X coordinate
Definition at line 96 of file ecp.h.
Referenced by debug_print_ecp(), ecdh_compute_shared(), ecdsa_sign(), ecdsa_verify(), ecp_add_mixed(), ecp_check_pubkey(), ecp_copy(), ecp_double_jac(), ecp_mul(), ecp_normalize(), ecp_point_free(), ecp_point_init(), ecp_point_read_binary(), ecp_point_read_string(), ecp_point_write_binary(), ecp_randomize_coordinates(), and ecp_set_zero().
the point's Y coordinate
Definition at line 97 of file ecp.h.
Referenced by debug_print_ecp(), ecp_add_mixed(), ecp_check_pubkey(), ecp_copy(), ecp_double_jac(), ecp_mul(), ecp_normalize(), ecp_point_free(), ecp_point_init(), ecp_point_read_binary(), ecp_point_read_string(), ecp_point_write_binary(), ecp_randomize_coordinates(), and ecp_set_zero().
the point's Z coordinate
Definition at line 98 of file ecp.h.
Referenced by debug_print_ecp(), ecp_add_mixed(), ecp_check_pubkey(), ecp_copy(), ecp_double_jac(), ecp_is_zero(), ecp_mul(), ecp_normalize(), ecp_point_free(), ecp_point_init(), ecp_point_read_binary(), ecp_point_read_string(), ecp_point_write_binary(), ecp_randomize_coordinates(), and ecp_set_zero().
1.6.1