Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
refactored sjcl.js to help Mozilla review the addon more efficiently;
Browse files Browse the repository at this point in the history
1.3.1
  • Loading branch information
luckyrat committed Mar 13, 2014
1 parent 502b922 commit 744e145
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 26 deletions.
6 changes: 5 additions & 1 deletion Firefox addon/KeeFox/modules/kprpcClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ Cu.import("resource://gre/modules/XPCOMUtils.jsm");
Cu.import("resource://kfmod/kprpcClientLegacy.js");
Cu.import("resource://kfmod/KFLogger.js");
Cu.import("resource://kfmod/biginteger.js");
Cu.import("resource://kfmod/sjcl.js");

let scriptLoader = Components.classes["@mozilla.org/moz/jssubscript-loader;1"]
.getService(Components.interfaces.mozIJSSubScriptLoader);
scriptLoader.loadSubScript("resource://kfmod/sjcl.js");

Cu.import("resource://kfmod/utils.js");
Cu.import("resource://kfmod/SRP.js");
Cu.import("resource://kfmod/CtypesCrypto.js");
Expand Down
43 changes: 18 additions & 25 deletions Firefox addon/KeeFox/modules/sjcl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified XPI-package/latest.xpi
Binary file not shown.

0 comments on commit 744e145

Please sign in to comment.