]> git.lizzy.rs Git - PAKEs.git/blobdiff - srp/src/client.rs
srp: fix to work with edition-2018
[PAKEs.git] / srp / src / client.rs
index 57c29c8f3c6b43a72282f527af21247c79cb535c..6cc1d7f78514c2bc682418c6f7b5f38daf2e3daa 100644 (file)
@@ -62,8 +62,8 @@ use digest::Digest;
 use generic_array::GenericArray;
 use num::{BigUint, Zero};
 
-use tools::powm;
-use types::{SrpAuthError, SrpGroup};
+use crate::tools::powm;
+use crate::types::{SrpAuthError, SrpGroup};
 
 /// SRP client state before handshake with the server.
 pub struct SrpClient<'a, D: Digest> {