Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor typos #431

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2725,7 +2725,7 @@ <h2>srp.js</h2>
This file contains a partial implementation of the SRP (Secure Remote
Password) password-authenticated key exchange protocol. Given a user
identity, salt, and SRP group, it generates the SRP verifier that may
be sent to a remote server to establish and SRP account.
be sent to a remote server to establish an SRP account.

For more information, see http://srp.stanford.edu/.</div>

Expand Down Expand Up @@ -2824,4 +2824,4 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="sjcl.bn.h
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>Stanford Javascript Crypto Library</h1>
a factor of 1000 and salts them to protect against rainbow tables,
and it authenticates every message it sends to prevent it from being
modified. We believe that SJCL provides the best security which is
practically available in Javascript. (Unforunately, this is not as
practically available in Javascript. (Unfortunately, this is not as
great as in desktop applications because it is not feasible to
completely protect against code injection, malicious servers and
side-channel attacks.)</p>
Expand Down