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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/srp/src/groups.rs b/srp/src/groups.rs
index 3438c42..d5c5fb9 100644
--- a/srp/src/groups.rs
+++ b/srp/src/groups.rs
@@ -4,6 +4,7 @@
//! groups. Additionally it is not recommended to use `G_1024` and `G_1536`,
//! they are provided only for compatibility with the legacy software.
use crate::types::SrpGroup;
+use lazy_static::lazy_static;
use num::BigUint;
lazy_static! {