Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/
Dbits.rs36 pub fn half_rounded_up(&self) -> Self { in half_rounded_up() method
/external/rust/crates/ring/src/rsa/
Dsigning.rs260 let half_n_bits = public_key.n_bits.half_rounded_up(); in from_der_reader()