aboutsummaryrefslogtreecommitdiff
path: root/srp/src/groups.rs
diff options
context:
space:
mode:
Diffstat (limited to 'srp/src/groups.rs')
-rw-r--r--srp/src/groups.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/srp/src/groups.rs b/srp/src/groups.rs
index d5c5fb9..86bc681 100644
--- a/srp/src/groups.rs
+++ b/srp/src/groups.rs
@@ -5,7 +5,7 @@
//! they are provided only for compatibility with the legacy software.
use crate::types::SrpGroup;
use lazy_static::lazy_static;
-use num::BigUint;
+use num_bigint::BigUint;
lazy_static! {
pub static ref G_1024: SrpGroup = SrpGroup {