Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/arithmetic/
Dbigint.rs404 fn decode_once(self, m: &Modulus<M>) -> Elem<M, <E as ReductionEncoding>::Output> { in decode_once() method
425 self.decode_once(m) in into_unencoded()