#[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 duplicate 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 moreSource§impl Debug for ocrypto_srp_math_ctx
impl Debug for ocrypto_srp_math_ctx
impl Copy for ocrypto_srp_math_ctx
Auto Trait Implementations§
impl Freeze for ocrypto_srp_math_ctx
impl RefUnwindSafe for ocrypto_srp_math_ctx
impl Send for ocrypto_srp_math_ctx
impl Sync for ocrypto_srp_math_ctx
impl Unpin for ocrypto_srp_math_ctx
impl UnwindSafe for ocrypto_srp_math_ctx
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more