Home
last modified time | relevance | path

Searched refs:MontyReducer (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/num-bigint-0.2.6/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/num-bigint-0.2.6/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/num-bigint-0.2.6/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/num-bigint-0.2.6/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/num-bigint-0.2.2/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/www/firefox/firefox-99.0/third_party/rust/num-bigint/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/num-bigint/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/security/suricata/suricata-6.0.4/rust/vendor/num-bigint-0.2.6/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/net-im/fractal/fractal-4.4.0/vendor/num-bigint/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/num-bigint/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/num-bigint-0.2.6/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/num-bigint/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { impl
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/num-bigint-0.2.6/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { implementation
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/num-bigint-0.2.6/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { implementation
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/num-bigint-0.2.5/src/
H A Dmonty.rs6 struct MontyReducer<'a> { struct
49 impl<'a> MontyReducer<'a> { implementation
52 MontyReducer { n: n, n0inv: n0inv } in new()
60 fn monty_redc(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_redc()
95 fn monty_mult(a: BigUint, b: &BigUint, mr: &MontyReducer) -> BigUint { in monty_mult()
100 fn monty_sqr(a: BigUint, mr: &MontyReducer) -> BigUint { in monty_sqr()
106 let mr = MontyReducer::new(modulus); in monty_modpow()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/num-bigint-0.3.0/src/
H A Dmonty.rs9 struct MontyReducer { struct
30 impl MontyReducer { implementation
33 MontyReducer { n0inv } in new()
136 let mr = MontyReducer::new(m); in monty_modpow()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/num-bigint-0.3.1/src/
H A Dmonty.rs9 struct MontyReducer { struct
30 impl MontyReducer { argument
33 MontyReducer { n0inv } in new()
136 let mr = MontyReducer::new(m); in monty_modpow()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/num-bigint-0.4.1/src/biguint/
H A Dmonty.rs9 struct MontyReducer { struct
30 impl MontyReducer { impl
33 MontyReducer { n0inv } in new()
138 let mr = MontyReducer::new(m); in monty_modpow()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/num-bigint-0.4.3/src/biguint/
H A Dmonty.rs9 struct MontyReducer { struct
30 impl MontyReducer { impl
33 MontyReducer { n0inv } in new()
138 let mr = MontyReducer::new(m); in monty_modpow()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/num-bigint-dig-0.6.1/src/
H A Dmonty.rs10 struct MontyReducer { struct
31 impl MontyReducer { argument
34 MontyReducer { n0inv } in new()
131 let mr = MontyReducer::new(m); in monty_modpow()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/num-bigint-0.4.3/src/biguint/
H A Dmonty.rs9 struct MontyReducer { struct
30 impl MontyReducer { implementation
33 MontyReducer { n0inv } in new()
138 let mr = MontyReducer::new(m); in monty_modpow()
/dports/security/suricata/suricata-6.0.4/rust/vendor/num-bigint/src/biguint/
H A Dmonty.rs9 struct MontyReducer { struct
30 impl MontyReducer { impl
33 MontyReducer { n0inv } in new()
138 let mr = MontyReducer::new(m); in monty_modpow()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/num-bigint-dig-0.7.0/src/
H A Dmonty.rs10 struct MontyReducer { struct
31 impl MontyReducer { impl
34 MontyReducer { n0inv } in new()
131 let mr = MontyReducer::new(m); in monty_modpow()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/num-bigint-dig-0.6.0/src/
H A Dmonty.rs10 struct MontyReducer { struct
31 impl MontyReducer { argument
34 MontyReducer { n0inv } in new()
131 let mr = MontyReducer::new(m); in monty_modpow()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/num-bigint-0.3.3/src/biguint/
H A Dmonty.rs9 struct MontyReducer { struct
30 impl MontyReducer { argument
33 MontyReducer { n0inv } in new()
138 let mr = MontyReducer::new(m); in monty_modpow()

12