add keyexchange namespace

This commit is contained in:
Quinn Slack
2011-04-19 01:16:58 -07:00
parent ac441e835e
commit 7a75736fb2
2 changed files with 5 additions and 2 deletions

View File

@@ -19,6 +19,9 @@ var sjcl = {
/** @namespace Hash functions. Right now only SHA256 is implemented. */
hash: {},
/** @namespace Key exchange functions. Right now only SRP is implemented. */
keyexchange: {},
/** @namespace Block cipher modes of operation. */
mode: {},