Struct nrfxlib_sys::ocrypto_srp_math_ctx
source · #[repr(C)]pub struct ocrypto_srp_math_ctx {
pub mem: [u32; 96],
pub m: [u32; 192],
pub x: [u32; 96],
pub a2: ocrypto_srp_mg,
pub a3: ocrypto_srp_mg,
pub ax: ocrypto_srp_mg,
}Fields§
§mem: [u32; 96]@cond
m: [u32; 192]§x: [u32; 96]§a2: ocrypto_srp_mg§a3: ocrypto_srp_mg§ax: ocrypto_srp_mgTrait Implementations§
source§impl Clone for ocrypto_srp_math_ctx
impl Clone for ocrypto_srp_math_ctx
source§fn clone(&self) -> ocrypto_srp_math_ctx
fn clone(&self) -> ocrypto_srp_math_ctx
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