Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/rsa/
Dsigning.rs503 unsafe impl bigint::SlightlySmallerModulus<N> for QQ {}
512 unsafe impl bigint::SlightlySmallerModulus<P> for Q {}
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs159 pub unsafe trait SlightlySmallerModulus<L>: SmallerModulus<L> {} interface
497 pub fn elem_reduced_once<Larger, Smaller: SlightlySmallerModulus<Larger>>( in elem_reduced_once()
1513 unsafe impl SlightlySmallerModulus<N> for QQ {} in test_elem_reduced_once()