]> git.lizzy.rs Git - PAKEs.git/blobdiff - srp/src/client.rs
srp: fix typos in docstrings (#58)
[PAKEs.git] / srp / src / client.rs
index 04f4807a459352832d5384aec8a930537bb50135..d47983e8459a8056ded91ecd47221b31f62d26c9 100644 (file)
@@ -48,7 +48,7 @@
 //! authenticated cipher mode).
 //!
 //! For user registration on the server first generate salt (e.g. 32 bytes long)
-//! and get password verifier which depends on private key. Send useranme, salt
+//! and get password verifier which depends on private key. Send username, salt
 //! and password verifier over protected channel to protect against
 //! Man-in-the-middle (MITM) attack for registration.
 //!