]> git.lizzy.rs Git - PAKEs.git/blobdiff - srp/src/groups.rs
update srp to idioms of edition-2018
[PAKEs.git] / srp / src / groups.rs
index 3438c42b60821b1f5b4873bcaf68ad76083d8762..d5c5fb9376bf98b31945cd912801a00a90fc124c 100644 (file)
@@ -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! {