Struct mbedtls_sys::mbedtls_ecp_group [] [src]

#[repr(C)]
pub struct mbedtls_ecp_group { pub id: mbedtls_ecp_group_id, pub P: mbedtls_mpi, pub A: mbedtls_mpi, pub B: mbedtls_mpi, pub G: mbedtls_ecp_point, pub N: mbedtls_mpi, pub pbits: size_t, pub nbits: size_t, pub h: c_uint, pub modp: Option<unsafe extern "C" fn(_: *mut mbedtls_mpi) -> c_int>, pub t_pre: Option<unsafe extern "C" fn(_: *mut mbedtls_ecp_point, _: *mut c_void) -> c_int>, pub t_post: Option<unsafe extern "C" fn(_: *mut mbedtls_ecp_point, _: *mut c_void) -> c_int>, pub t_data: *mut c_void, pub T: *mut mbedtls_ecp_point, pub T_size: size_t, }

Fields

Trait Implementations

impl Copy for mbedtls_ecp_group
[src]

impl Clone for mbedtls_ecp_group
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mbedtls_ecp_group
[src]

Formats the value using the given formatter.

impl Default for mbedtls_ecp_group
[src]

Returns the "default value" for a type. Read more