#[repr(C)]pub struct nmod_discrete_log_pohlig_hellman_struct {
pub mod_: nmod_t,
pub alpha: mp_limb_t,
pub alphainv: mp_limb_t,
pub num_factors: mp_limb_signed_t,
pub entries: *mut nmod_discrete_log_pohlig_hellman_entry_struct,
}Fields§
§mod_: nmod_t§alpha: mp_limb_t§alphainv: mp_limb_t§num_factors: mp_limb_signed_t§entries: *mut nmod_discrete_log_pohlig_hellman_entry_structTrait Implementations§
source§impl Clone for nmod_discrete_log_pohlig_hellman_struct
impl Clone for nmod_discrete_log_pohlig_hellman_struct
source§fn clone(&self) -> nmod_discrete_log_pohlig_hellman_struct
fn clone(&self) -> nmod_discrete_log_pohlig_hellman_struct
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