summaryrefslogtreecommitdiffstats
path: root/vendor/crypto-bigint/src/uint/modular.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/crypto-bigint/src/uint/modular.rs')
-rw-r--r--vendor/crypto-bigint/src/uint/modular.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/crypto-bigint/src/uint/modular.rs b/vendor/crypto-bigint/src/uint/modular.rs
index ff20f443d..cd560aa38 100644
--- a/vendor/crypto-bigint/src/uint/modular.rs
+++ b/vendor/crypto-bigint/src/uint/modular.rs
@@ -6,6 +6,7 @@ pub mod constant_mod;
pub mod runtime_mod;
mod add;
+mod div_by_2;
mod inv;
mod mul;
mod pow;