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(), ecp_set_zero(), test_suite_ecdh_primitive_testvec(), test_suite_ecp_read_binary(), test_suite_ecp_small_add(), test_suite_ecp_small_check_pub(), test_suite_ecp_small_mul(), test_suite_ecp_small_sub(), test_suite_ecp_test_vect(), test_suite_ecp_tls_read_point(), test_suite_ecp_tls_write_read_point(), and test_suite_ecp_write_binary().
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(), ecp_set_zero(), test_suite_ecdh_primitive_testvec(), test_suite_ecp_read_binary(), test_suite_ecp_small_add(), test_suite_ecp_small_check_pub(), test_suite_ecp_small_mul(), test_suite_ecp_small_sub(), test_suite_ecp_test_vect(), test_suite_ecp_tls_read_point(), test_suite_ecp_tls_write_read_point(), and test_suite_ecp_write_binary().
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(), ecp_set_zero(), test_suite_ecp_read_binary(), test_suite_ecp_small_add(), test_suite_ecp_small_check_pub(), test_suite_ecp_small_mul(), test_suite_ecp_small_sub(), test_suite_ecp_tls_read_point(), test_suite_ecp_tls_write_read_point(), and test_suite_ecp_write_binary().