]> git.lizzy.rs Git - PAKEs.git/blobdiff - srp/src/lib.rs
Switch from num to num-traits and num-bigint (#31)
[PAKEs.git] / srp / src / lib.rs
index d05cfa8669bdd5c8c5e758501ac61e77fc2a1c33..132851d6b10dcc6cd1649c5f0fdaab4720f45148 100644 (file)
@@ -14,7 +14,7 @@
 //!
 //! ```toml
 //! [dependencies]
-//! rand = "0.3"
+//! srp = "0.4"
 //! ```
 //!
 //! and this to your crate root: