Searched refs:SmallerModulus (Results 1 – 2 of 2) sorted by relevance
490 unsafe impl bigint::SmallerModulus<N> for P {}495 unsafe impl bigint::SmallerModulus<N> for QQ {}508 unsafe impl bigint::SmallerModulus<N> for Q {}509 unsafe impl bigint::SmallerModulus<P> for Q {}514 unsafe impl bigint::SmallerModulus<QQ> for Q {}
154 pub unsafe trait SmallerModulus<L> {} interface159 pub unsafe trait SlightlySmallerModulus<L>: SmallerModulus<L> {}164 pub unsafe trait NotMuchSmallerModulus<L>: SmallerModulus<L> {}329 M: SmallerModulus<L>, in to_elem()541 pub fn elem_widen<Larger, Smaller: SmallerModulus<Larger>>( in elem_widen()1485 unsafe impl SmallerModulus<MM> for M {} in test_elem_reduced()1512 unsafe impl SmallerModulus<N> for QQ {} in test_elem_reduced_once()