Searched refs:elem_exp_consttime (Results 1 – 2 of 2) sorted by relevance
468 fn elem_exp_consttime<M, MM>( in elem_exp_consttime() function481 bigint::elem_exp_consttime(c_mod_m, &p.exponent, &p.modulus) in elem_exp_consttime()561 let m_1 = elem_exp_consttime(&c, &self.p)?; in sign()563 let m_2 = elem_exp_consttime(&c_mod_qq, &self.q)?; in sign()
810 pub fn elem_exp_consttime<M>( in elem_exp_consttime() function902 elem_exp_consttime(a, &PrivateExponent::for_flt(&m), m) in elem_inverse_consttime()906 pub fn elem_exp_consttime<M>( in elem_exp_consttime() function1421 let actual_result = elem_exp_consttime(base, &e, &m).unwrap(); in test_elem_exp_consttime()