Struct nrfxlib_sys::ocrypto_p256_mult_context
source · #[repr(C)]pub struct ocrypto_p256_mult_context {
pub p: ocrypto_cp_p256,
pub q0: ocrypto_cp_p256,
pub q1: ocrypto_cp_p256,
pub e: [u32; 8],
pub inv: ocrypto_p256_invert_context,
pub ret: c_int,
pub prev: c_int,
pub dec: c_int,
pub step: c_int,
}Fields§
§p: ocrypto_cp_p256§q0: ocrypto_cp_p256§q1: ocrypto_cp_p256§e: [u32; 8]§inv: ocrypto_p256_invert_context§ret: c_int§prev: c_int§dec: c_int§step: c_intTrait Implementations§
source§impl Clone for ocrypto_p256_mult_context
impl Clone for ocrypto_p256_mult_context
source§fn clone(&self) -> ocrypto_p256_mult_context
fn clone(&self) -> ocrypto_p256_mult_context
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more