Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/arithmetic/
Dmontgomery.rs33 pub enum RInverse {} enum
40 impl Encoding for RInverse {} implementation
54 type Output = RInverse;
70 impl<E: ReductionEncoding> ProductEncoding for (RInverse, E)
86 impl ProductEncoding for (RR, RInverse) { implementation
87 type Output = <(RInverse, RR) as ProductEncoding>::Output;
Dbigint.rs517 ) -> Elem<Smaller, RInverse> { in elem_reduced() argument