Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/ring/src/rsa/
Dkeypair.rs506 M: bigint::NotMuchSmallerModulus<MM>, in elem_exp_consttime()
524 unsafe impl bigint::NotMuchSmallerModulus<N> for P {}
529 unsafe impl bigint::NotMuchSmallerModulus<N> for QQ {}
548 unsafe impl bigint::NotMuchSmallerModulus<QQ> for Q {}
/external/rust/android-crates-io/crates/ring/src/arithmetic/
Dbigint.rs113 pub unsafe trait NotMuchSmallerModulus<L>: SmallerModulus<L> {} interface
249 pub fn elem_reduced<Larger, Smaller: NotMuchSmallerModulus<Larger>>( in elem_reduced()
930 unsafe impl NotMuchSmallerModulus<MM> for M {} in test_elem_reduced()