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
grp: ecp_group
d: mpi
Q: ecp_point
Qp: ecp_point
z: mpi
point_format: c_int
Vi: ecp_point
Vf: ecp_point
_d: mpi
Trait Implementations
impl Copy for ecdh_context[src]
impl Clone for ecdh_context[src]
fn clone(&self) -> ecdh_context
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more