Merge branch 'master' of github.com:Daplie/rsa-compat.js
This commit is contained in:
commit
3817e800c2
2
node.js
2
node.js
|
@ -76,7 +76,9 @@ function create(deps) {
|
||||||
, privateKeyJwk: undefined
|
, privateKeyJwk: undefined
|
||||||
, publicKeyJwk: undefined
|
, publicKeyJwk: undefined
|
||||||
, _ursa: undefined
|
, _ursa: undefined
|
||||||
|
, _ursaPublic: undefined
|
||||||
, _forge: undefined
|
, _forge: undefined
|
||||||
|
, _forgePublic: undefined
|
||||||
};
|
};
|
||||||
|
|
||||||
options = options || NOBJ;
|
options = options || NOBJ;
|
||||||
|
|
Loading…
Reference in New Issue