Home
last modified time | relevance | path

Searched refs:SmallerModulus (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/ring/src/rsa/
Dsigning.rs490 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 {}
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs154 pub unsafe trait SmallerModulus<L> {} interface
159 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()