浏览代码

add srp.js file header

Quinn Slack 15 年之前
父节点
当前提交
90a62ba040
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      core/srp.js

+ 7 - 0
core/srp.js

@@ -1,4 +1,11 @@
 /** @fileOverview Javascript SRP implementation.
+ *
+ * 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.
+ *
+ * For more information, see http://srp.stanford.edu/.
  *
  * @author Quinn Slack
  */