Struct mbedtls_sys::ecdh_context [] [src]

#[repr(C)]
pub struct ecdh_context { pub grp: ecp_group, pub d: mpi, pub Q: ecp_point, pub Qp: ecp_point, pub z: mpi, pub point_format: c_int, pub Vi: ecp_point, pub Vf: ecp_point, pub _d: mpi, }

Fields

Trait Implementations

impl Copy for ecdh_context
[src]

impl Clone for ecdh_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ecdh_context
[src]

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