Searched refs:jsbn (Results 1 – 8 of 8) sorted by relevance
21 var ecdh, ec, jsbn; variable50 if (jsbn === undefined)51 jsbn = require('jsbn').BigInteger;235 var r = new jsbn(crypto.randomBytes(n.bitLength()));236 var n1 = n.subtract(jsbn.ONE);237 priv = r.mod(n1).add(jsbn.ONE);288 var p = new jsbn(params.p);289 var a = new jsbn(params.a);290 var b = new jsbn(params.b);291 var n = new jsbn(params.n);[all …]
31 var ec, jsbn; variable329 if (jsbn === undefined)330 jsbn = require('jsbn').BigInteger;332 var p = new jsbn(params.p);333 var a = new jsbn(params.a);334 var b = new jsbn(params.b);338 var d = new jsbn(mpNormalize(priv));
1 ecc-jsbn4 ECC package based on [jsbn](https://github.com/andyperlitch/jsbn) from [Tom Wu](http://www-cs-stude…8 Also uses point compression now from [https://github.com/kaielvin](https://github.com/kaielvin/jsbn…
1 # jsbn: javascript big number3 [Tom Wu's Original Website](http://www-cs-students.stanford.edu/~tjw/jsbn/)5 …ified and I wanted to publish the original without modifications. This is jsbn and jsbn2 from Tom …9 var BigInteger = require('jsbn');
805 ecc-jsbn@~0.1.1:807 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef…809 jsbn "~0.1.0"1176 jsbn@~0.1.0:1178 …resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f…1764 ecc-jsbn "~0.1.1"1765 jsbn "~0.1.0"
1078 ecc-jsbn@~0.1.1:1080 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549…1083 jsbn "~0.1.0"1772 jsbn@~0.1.0:1774 …resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f…2798 ecc-jsbn "~0.1.1"2800 jsbn "~0.1.0"
1200 ecc-jsbn@~0.1.1:1202 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef…1204 jsbn "~0.1.0"2455 jsbn@~0.1.0:2457 …resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f…4054 ecc-jsbn "~0.1.1"4055 jsbn "~0.1.0"
3555 ecc-jsbn@~0.1.1:3557 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549…3560 jsbn "~0.1.0"5643 jsbn@~0.1.0:5645 …resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f…8071 ecc-jsbn "~0.1.1"8073 jsbn "~0.1.0"