Merge branch 'master' of github.com:Daplie/rsa-compat.js

This commit is contained in:
AJ ONeal 2016-08-03 22:23:19 -06:00
commit 3817e800c2
1 changed files with 2 additions and 0 deletions

View File

@ -76,7 +76,9 @@ function create(deps) {
, privateKeyJwk: undefined
, publicKeyJwk: undefined
, _ursa: undefined
, _ursaPublic: undefined
, _forge: undefined
, _forgePublic: undefined
};
options = options || NOBJ;