Function mpn_sec_sqr

Source
pub unsafe extern "C" fn mpn_sec_sqr(
    rp: *mut limb_t,
    ap: *const limb_t,
    an: size_t,
    tp: *mut limb_t,
)
Expand description