]> git.lizzy.rs Git - PAKEs.git/blobdiff - spake2/src/lib.rs
spake2 v0.3.1 (#92)
[PAKEs.git] / spake2 / src / lib.rs
index 7e8485f067ae56892b9a392f57502979c176ecfd..abc6f08ca88d07074296e41bf1b15cb65d504063 100644 (file)
@@ -248,7 +248,7 @@ use rand_core::{CryptoRng, RngCore};
 #[cfg(feature = "getrandom")]
 use rand_core::OsRng;
 
-/// Password
+/// Password type.
 // TODO(tarcieri): avoid allocation?
 #[derive(PartialEq, Eq, Clone)]
 pub struct Password(Vec<u8>);