{"_id":"bigint-crypto-utils","_rev":"69-778cccef13a9cd3bbffcd480bd86e1d7","name":"bigint-crypto-utils","dist-tags":{"latest":"3.3.0"},"versions":{"1.0.1":{"name":"bigint-crypto-utils","version":"1.0.1","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","jsdoc-to-markdown":"^4.0.1","mocha":"^6.1.4","rollup":"^1.10.1","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^9.3.4","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.3","rollup-plugin-replace":"^2.2.0"},"gitHead":"da1fffc6469ee007c716c686ddae11005d0e18ce","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@1.0.1","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-kevaQ7GA18lBZ5BsjmyBUF01+5u7jT1aubr9GmmsWJK3kC5BYlVBGbZSo4P4tikzhk9X5KnEbqWI8vF10iEqIA==","shasum":"dc2a1630cb2dd15ac2631f9f09e44ed434b43ecf","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-1.0.1.tgz","fileCount":18,"unpackedSize":121811,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcu4KaCRA9TVsSAnZWagAAPjMP/0bEwN5OS4EaI+ov83dJ\nmw2wfZClXHF2GKwSiB9oOz7OmSH2HUbPwF+8aHYECOX1t8QAVrHMSlYXHYJI\nIk5x1h+DDYBuNp0GjvSnNnayKL2hiqYMko+FenQkURfwwoJUpMArn3LwTUKm\nNK0MCnhjrPGkAehrusqX3GiceCq7puuslCXwYX2NiYJ+e4/vU9dg892Jfwaq\n2spooByC67OI1IHEL9Pqk8m7mblt136Ze2snrSRCZzN3/cRQ8BAVYSDeGkXa\nJlWLoRIRWHI7KGZvXx7+XVpdne9XFcqeUhjJemREIGM4CBdsVA405cghKI04\nfCsSDoM5HLKFI9BazGLeRA8J+YafOgeR8ig28p5mBk7lbhZ54jrji4Xl4kF9\nxpWE+8VesHkKHc7VKuIFP1LXLLVh9qMO+z/i6j36xHGSCC7cx6xp3OmGgnng\nI2aBYZ6wK3C5c/EXvKgfiuW6s65eJSMTVyM6frzDcv3ClXw4yBNlhDd0AbXE\nHQ2EFnW5lvIOoDwXGNSPsxVgixoADAehyO2q7Du0WQdkZc4s5eBttKHv9ZJn\nwACIM+jaIAeoNEFR7SpersFZ5l9aZ8TurTmAsij7H4hiIpAF02P53cjX97R/\nx3d7xv+NiUDcGJPJqoLKWQ8D6vryCmvdtZxR6XlFNRVQBmr4aovU97rsRpwt\neoin\r\n=hmpI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtf2vsWnCwUhZ2jHnp9PC0VoQhEhJEBxKIlXgo6Pcg1QIgciAHhIYB6CRBQYHaBvjcrx0SSG1S84U8HqkUMGfM1Bg="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_1.0.1_1555792537115_0.09841840590665019"},"_hasShrinkwrap":false},"1.0.2":{"name":"bigint-crypto-utils","version":"1.0.2","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","jsdoc-to-markdown":"^4.0.1","mocha":"^6.1.4","rollup":"^1.10.1","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^9.3.4","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.3","rollup-plugin-replace":"^2.2.0"},"gitHead":"e612f1eb8257c0d737ad25c7852fd755f2d39ccd","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@1.0.2","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-41CP2jSt0h4R3LDYLb3jQOAZhbSm19Omfnr5g14sUAgdcKuuHdzX/cBdKUbwo+uoXo8PuRUlob2Q6vnbK2pJNg==","shasum":"77eea39444756f4e5ad803a9488a171b10613656","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-1.0.2.tgz","fileCount":18,"unpackedSize":122205,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvB7oCRA9TVsSAnZWagAAb9EQAKI/BLNg/LaXovyZhw9x\n2sKP4clS1dzqTYqX16PSJLgaZWuijoXt5pnfOZdu3n4f0dC6wwxyGQW2F013\nkzemJrg6N6JS0cR5W8jfHVz3Z8K7xtuR08lwertteViUc8cIsnsJkXVI8EqT\n9m3MJonflsoFK/oI62vNw3PrBlZf5OPtxRcfs6TXjE6e8G4tMC9gL4QNoJBH\npLgnbCFUzIWsdUPfR6B7F6vU2r3NPgxb0t267aEAIe4O2EIxCm/Q2P+pd38T\n+hIL0DF2vXu21BnPdYe3T3PC7mnnLvw9rI2uAMp4RBY1daZ0JFaWOce4ycQa\n0UgxFZxwQozUpxfqRhfC5OkyDMuJfl5v1hSiGqos7sBYvaVxZJLP1XeK5Ze5\nzhMj0eslwlELJ8sb8Xy8UcjeinQatu2DZLremus2l3NQkbquwIgh1WA40DIH\nyHNS3jmdLNrEVkikuU7GLwmdLLhq6VahUwhxZWm+8JjBYHQ8nr2qW3Sl5Yl2\nErWKW4cXUAHOaniVJUjzh3SJbJeygqOzop37HIYbo158b2uBxOEth3KS2fDi\n2qp3O9szNLkiRFV4BlwwZG13O+Q/sKQ7UJinVzVDMTVzn4jz+irrvh3EjAuM\noewQwKyx0MhrM8VB3tDwniMfA448nZrxLceiFiENF9fpjVydBm8+CaOnnvFh\nmI8Q\r\n=oGKF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDV1eA+KP2ZKWYpvNREPk0quuvnaOPe9bTJfDZkL1j5qAiEApdjVBv0jFmgVy7UM9VNPxEdmNmbeguVROEKAp2gp6pk="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_1.0.2_1555832551787_0.1030427403100771"},"_hasShrinkwrap":false},"1.0.3":{"name":"bigint-crypto-utils","version":"1.0.3","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","jsdoc-to-markdown":"^4.0.1","mocha":"^6.1.4","rollup":"^1.10.1","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^9.3.4","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.3","rollup-plugin-replace":"^2.2.0"},"gitHead":"31bcc6369a9d3c8baa1e450375f7435fb4690054","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@1.0.3","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-ADHbVK74cJ9pMqDqXj2/vRkCa3sc92KllOuahCeVQFu2h473snYo5wjEqoTe1Np05fhoTFnT34bg82myXQMpjQ==","shasum":"81f7a03c6e01b570ece9499b796e1b0bc74e359b","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-1.0.3.tgz","fileCount":18,"unpackedSize":121867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvtzbCRA9TVsSAnZWagAAIV8P/ikLKCgXJMs2PSzltlLL\n5RtHVdmLMfwq+RrBArQwt2QjsTRlqS72/+Su1u4oyq2tD6bplcjGO6g5C10R\nqBs2J7kEzRgKwLlpz1c7IBFV+lSDQKRbzYSz5kc/wO5j5/U33TX/bgD5hBj0\npf2IwxfRgjENNKFOq9deZusbIcP0ATcHLJJLmXyH0HFe0NriJXgyYft4LViT\nnDoR7kbeSxa0gpvp2QhjH8fC/g7Gs0Op3gaqPVLF4qC3nJVjrCJN1TQrMLtv\ntW+DqGnPO5OKNb21lMwkSornBM5sym0ghNgbSeVWQ2srLQTVBGLsR/WNIDIi\nQNwhJIfcjHbFicRDYL2CgFh62Hb8jW7z3T4U6gGg196JIvzgv4AOsewP7sX0\nzccQxRFczDu77EE6Xs9dwoJp4uKGQa7obCjvyz3VBrEeOj4gqMF8gBrowIsv\n/rTiFzMCTx985Z9kFsK7YJh6syFkSSVz7TNGDV7GeK1HfOA6DTE65+Q7dSS+\nEh5haSIzR+RInoeXHKZmYt0TmyfTL+nM8o8sPQGmSvk6lUKbE3rdCuSmsn6c\nj18bhgoT/R9qMVLEw+rxJIFDKaMU7PnGP3taUpTSlPFHYKvEkwtrY4ufCXFK\nil8fL3LOgp3FxvQcCoWX4gPASb692WtTz1gu0Ok0DKelLOM/xvblAVETz5cm\nfheg\r\n=wNNi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEPaNN9dgc7X93KA8PuE3ObTX/kjs9qRUaXauwTVJNCmAiBWXIKqY2d9wts5Tznrdg41upusT/AFP90/8/zB57SWHA=="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_1.0.3_1556012250210_0.9632762412590623"},"_hasShrinkwrap":false},"1.0.4":{"name":"bigint-crypto-utils","version":"1.0.4","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","jsdoc-to-markdown":"^4.0.1","mocha":"^6.1.4","rollup":"^1.10.1","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^9.3.4","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.3","rollup-plugin-replace":"^2.2.0"},"gitHead":"127bb0a1ca88f6c7fda3209adac70a4edcd47cfe","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@1.0.4","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-Z9Xu6dQMqRV5oRQQ4yDCoKxyyzsqbbKVotM5XTdr3/K5FDPDp7N/eBc7+WYKR1CeinU+4h4xP6pCA03vZHHoBQ==","shasum":"fb1bf5dd09b9dfcfa1c464542a3176e9ea18824a","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-1.0.4.tgz","fileCount":18,"unpackedSize":121867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvt2QCRA9TVsSAnZWagAAikkP/jV7lCMhk15k/hTjinSW\np63duBQOH0lE9ysKlaDrEGYs8jsZsQCyZ56bmg44/nj6SSfAQciTl4nrhBgL\nAGm589jX2jLN3mPD6VKtDkGvfvvRrDJ8cCYEeLUpuAoDq51+IMgt6koPjpjH\npDReMXmvQ62v8KOmjx4ZGeJPyndr7JNPOHUZ2MUXgtT7sy8wrqL81cG8Iaqh\nIZyg0hTf+Eyf+2vT9JG7Qi7LXtKWLcTXDgmC/+T0B6K5cdWelogvSDH8mxDV\nZQN7skBhX5gQ1voURstRS8pT1euIt2J2BbsYLKtode7nBVLujfk4NnouU9EK\nmVNtZwK5wZf3nmr9mVTSvcmrSWXnOxQTnQ+/qG3msrpaZy1fQCb9ltPrU7FB\nETpMq/zuvpph/Vk7QmSvM+KOHJibqzconEIqKjp+LkGuapW/siIwuwzL5tu+\nuGf6EUF31fpUIZRj2CMU8/RpEJ++h0j3sH7zZU42DsR+2Mh1zjVJBzn6Bl9o\nhruKlinCH6qcqLzIqXh9Us/xTJBS1rVjjW3sra18VRfzyWcSI85rbRR7WYVJ\nHNpCDIrZG1Id8EIf91F30gNZTvArkD/xygRmbL2dM2NGgQn0ptdjZ/YtheXb\nw+rxjSJOoaKljmOriC7BQ1UomMP9Ztl5mxjzd0H/C4bSm5C5i5pgwthBYeGu\n1QMP\r\n=yQCh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4IX4XRr05ougJTtINecMPkC9s7jFFkqnDYW+XGvyM9AiAaSKdDYExRwZlwzX7uApDrfRCjOxooGcTjHhS9nGPTPQ=="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_1.0.4_1556012431716_0.4982219001279786"},"_hasShrinkwrap":false},"2.0.0":{"name":"bigint-crypto-utils","version":"2.0.0","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","jsdoc-to-markdown":"^4.0.1","mocha":"^6.1.4","rollup":"^1.10.1","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^9.3.4","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.3","rollup-plugin-replace":"^2.2.0"},"gitHead":"d8e3114da6baa1c785d28c880c9e10dbcb974cdc","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.0.0","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-xHUdV6mU8PJjbi+lgTFrS4dquz5kciWtYodtcDQ6ySDS/h1JHoDafEjfizQxglAER8qPgqq2HepfFm6Bz6q2cw==","shasum":"1ef5919b3095ffa3ab1a85fc780bf104d69b2253","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.0.0.tgz","fileCount":18,"unpackedSize":121475,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcxtPrCRA9TVsSAnZWagAA1+QP/3hrR4DA9FNMyIGsiZSG\nDOfgxOMIpxvwivYWzDntpTfXvpFiz0ow6KypwLjBgnlpxqDF08hsyl0/LTQ5\ndUzkPqr1NCT2qLKHm9I6XZbE7DYqCDKskeWeojSS016jrUBc/FeBXz5kcmJT\noR67TtN5wfXPPlGQov/mVARyBBgiDjaktYNUQ46YGlnpdFcsPqGjtlCm6Dj8\nT0Q6tA2sRoMlL+JfMZZpPI8rd97Oax/aWXQxlhwopcmx3wDp/1gLzXhKUmat\nLrNSeW/orZjNZLFEyQQW+bp9c5x4DPkLhP9030vwl5jGtQTsmTyGkkvoc4id\npWaH+zTE0ZJ2MAAFAAjwMPkon0/pxgsurq1+//NN065gZyVZpmY05b/117o/\nbjZx5pqf6tCNJdMzb6ErYMrgDedf9xLICv0dUdXRUrNJ6EVjuppirnRsb+VS\n/bgXzYzg1DKLkSQJg9bf5B2d4rK6g3d6vKbfAHDBk1MbkQep0vhmVWChqaIH\namOW+xrP+XyFeRswja06JmDC/ZB1bUiXGUQYBKHsIwpQAbsjwhKUAG0k0ELF\nqhAHls5GZAG34tspKKRerjbwLRx1Xyd7opUkrPQqZ10+Kge47RfUQKmnWgCT\nmHCJIQclcqEhmaSGL8bHO4sPWdfhrF5SCJbvhjsz5c3tZTz+Vubys+Whq0AX\nmQYd\r\n=5flD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEprPXVE00qJOjmBxxb4zwp+wsu8R96Xvc3QlhLvUd4jAiEAw/e5BKHzYwP+pZnOuDxwJ+NH5Db3Z7Lx1WjxJhJkW2M="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.0.0_1556534251011_0.16722866553854043"},"_hasShrinkwrap":false},"2.0.1":{"name":"bigint-crypto-utils","version":"2.0.1","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","jsdoc-to-markdown":"^4.0.1","mocha":"^6.1.4","rollup":"^1.10.1","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^9.3.4","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.3","rollup-plugin-replace":"^2.2.0"},"gitHead":"fb3dd9519016f0bd1d289fc07574a13b0bb45221","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.0.1","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-SNKoEnnSRn18YtcDqkbEXhpsGUZIgG4Rglt9k5MxVfgoZ/dz9PcjcBPR/ZA3KxLclzM5k9tufS+SdZidPJ5bHg==","shasum":"b628205d946016b70a6106d550d68cb0ebc31eb1","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.0.1.tgz","fileCount":18,"unpackedSize":121345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcxt6+CRA9TVsSAnZWagAA/k8P/3Tzu4I8FrBLf/n8f3DN\nDvBhmnj7R6x3PIrhgoiLGlihTDLvQmO29Go5jynwGpJvIt2vl6zVqQO9iuQz\ngOKo2AbwHVtDlEyaM2ROLI1UZkbFIjePpvDy224Cd7OxQjkGO0yCPAJmDJc7\nvFtxrOucYyoobT8jxZ675GmtXyUWTRnqIptQb4yexKu/iTVKI2/sYORoZ6nw\nV3w/Vo64x59V8qHYYu5jRn7SVa9g3YrScxhIgkt6HQC6ZRIRBy1Tbvd0YpEk\n1D0RsDi67E9+HJfpThwTDEt6yLxWl2qc7Vvz1reJR+9GSOyfqjV1ZpQknpxb\nZ5BnCtRqb9j8mhFJjUXQs7J9bhK9vdW2iI6juVRNa/gAwYLAPVoC11OD7DAk\n8iEIT9Y699NiT1mbeKDR2yeJMfQPX9fWwCbYw5rsGtK4z/3qRm65OSq2XFcE\naiQmEJVFvkDl6UrMSTeF4yjivK7IelOy7HFX2u3Zi5EOzG1EAKIRZJEZB92D\ntQsBSMyGwf78zJrbEm0fDuRSb5HPqj3U6/GqEJTMPaBKKs4DNZr4WnmAvRg3\noEHE+Kkmxix0DpEXCS0LIhMq2DkzYmcGc1J6Fl/zNI4xgOEm0GlXSxHmlPXz\nVwRFD8OKF49vEkVyCQO1haWXahznfdxNi9LJ/5V25EIABpUCaOicMBCnDuVY\nOQQ9\r\n=PQSJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHcki14kJpzXsNBganMXK4tdjdf2DAImVR1UyYjuq8PAIhAI8spoPso21aY5TD0X8lKDmvGR+X+SIvUGOEvDTXxAj4"}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.0.1_1556537021632_0.7864623250648122"},"_hasShrinkwrap":false},"2.1.2":{"name":"bigint-crypto-utils","version":"2.1.2","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","jsdoc-to-markdown":"^4.0.1","mocha":"^6.1.4","rollup":"^1.10.1","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^9.3.4","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.3","rollup-plugin-replace":"^2.2.0"},"gitHead":"efd0b84300c6b7f81a8f326ba6d66352640adb5a","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.1.2","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-je8hvWq8M+R1eUqkWkwmJeDn4XqC7GeVFc86F0o3FtaaGw8H2r59FvRAmSo/SxgAaVNplXohM5mJNyEDj50Abw==","shasum":"d803dab2d2cd82837660dd467c2e6bb9091cfe79","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.1.2.tgz","fileCount":25,"unpackedSize":151668,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJczm7+CRA9TVsSAnZWagAAw2YP/A/gobetsKiFbsSgzOFc\nTAY4375n91vIlhCWoSjMog2WTdzOVeP3PsxLJksTaCz6E5rEx6wu2T0JzY7Z\nXSG42xzIhb5G01OgNfbeFUa1aDXaDTti9Ei3YzVA7dNgt2Bg1pZ6rAcv880Y\nDKY8TIhvTtHNTaFI2IZrDRBqS4cSd/iJgkC97RaOGQwLQBNB/XZAKS4JnHZm\nJe3nywxu9Ebs2jTTBO1AxJcFxihsraB4IBTN4J+toT5qb92I7gP2jy7EN0ow\nCL7dgvrsl3tglBtyiwFt1GgIbcoXJCX6FBOhG06AtKUbDTtR/m/5vt+JO3y0\nI0G/BK3U7VHHLDBk8d7zii8U3M0iL5bPKgLBDMUzAICdiAc8trm1VqNIRkPr\nK/F5+uT+XBqubX+PQlMNrwE15OX/WxbsX40YN71iqSq4qEnNqnGhv6SCoDKS\nLV9BoivOWSBlkohuSExNYIymdhAy3G6vRJ32cjcPEbgkin1qf1SkdGd7UFLf\ndiwjfDKJ5/Vl+YZVQ64VTEyq5dPL3BIVYmT9QuORpHtnu7fCzVIcAvq/9obb\nAQVSUp7R9ExwDyARkUbYek2oXufdrBxYVNQ2xd0AE830Y9E2JeXJXJUNOexf\n9b4FMFwY/PNSE/zmtiWuU4OJIoesC6vjbfdcRjtn+VmPRvlUV3A8Rxbixsfh\ncUZC\r\n=jjPs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPnG+lMafGXd4woMpuiezaVCF7OeuF7cYJo2BeN3PSdwIhALmtmPsN91aJ1PUPrvMM3ncWK+7YZuDfNb193oORX53m"}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.1.2_1557032701800_0.5195061345066938"},"_hasShrinkwrap":false},"2.1.3":{"name":"bigint-crypto-utils","version":"2.1.3","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","jsdoc-to-markdown":"^4.0.1","mocha":"^6.1.4","rollup":"^1.10.1","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^9.3.4","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.3","rollup-plugin-replace":"^2.2.0"},"gitHead":"b20235e457197bccce32c3579e035df1b9282c9a","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.1.3","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-URIpSs4CD00zOijPUE+BTUnc8Rx47aU+Przt3ggadCsDlJvfG3mW9LYaYfKM6zdepRlUyx2otd5hOk2RtkrblQ==","shasum":"81d45956a5ff5aac53efdd920bd873f38c75d5e8","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.1.3.tgz","fileCount":25,"unpackedSize":156977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc09odCRA9TVsSAnZWagAARYQP/j95aLKQHc0ozaCFAd+m\nAeDxoU3U3fage9KfMJqPW/6UqaNXoVvmkmqgUYhNk3dgVgYeTBJ/n6cyHzs5\nTpc3mqfQeaUYYOUAkYgePlqnwQKknhIjzXY+/TUmlFpd4zGw4Tr/E/1hhkkr\n/siWRfodQqt5uICww/SjpXWaQGsob+fEfvhikGs9mmedTrA+wNQSexbKA0lH\nGbvtEu8bK3OnyTbNDGQEhMWrsuxVPfjWUeu/PkcIrF8j58UCFYcBigP7mJm1\nm/UFyl02s2wkkQyoMmI3lpxbIr2Hb/e0/7GEGmc4lClI7oLX3OPQBtAK4zTN\ncL1y9CY5WYRKokJgdkgffeSi22uafWzsy7AM2O/5WZeczx3aTNgBnXpeHJ6N\n7ozapQ48M5h8fch9El7Xi8ZVUJJVEG33jPSie15oi6cxY5H2CnIe8muzSijS\ndess8bc6ax4c55jOAmOP3eWquOCAQwhANp++KYRPPec87pETbjxDlSue3LnB\nGvyhIbxgzVUwcmdMShAHjHxe4bRinwlQlODYWIBu7O6VUl3i/0claH5dTGwl\n6DHdV2s/0WPoRBFHVjXcXx2L1O0wB9/VFDBIXamMmMAlKNTkcahn+3mlJmZD\noia4L1nDX5M+m3xSTA+hPgAwYdrmDrvaJZDtCVTzYt6iNTkDOY3qhUgiRHE5\nPHUS\r\n=B70U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFP5f2XXqX/9ePIbjpnitCCb66vBMfOAB3rtCrmmwyvmAiEA3RiomlZrGX5rxUktujRPSop/JSITXsqcHKCVNnmC1zY="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.1.3_1557387804922_0.15566646301837594"},"_hasShrinkwrap":false},"2.1.4":{"name":"bigint-crypto-utils","version":"2.1.4","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","jsdoc-to-markdown":"^4.0.1","mocha":"^6.1.4","rollup":"^1.11.3","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^9.3.4","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.3","rollup-plugin-replace":"^2.2.0"},"gitHead":"e225f81c5104980f7a50274d9c43cdc6bab86b64","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.1.4","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-bIjcC81lO3VA9VjvTbnwcg6TNe9LoWpqHiJy0uZg7G5Z9XRC/DZmxOESKvCHXCewaJg+6JdjRtpDOYdDoAt8Lw==","shasum":"38bcda989ed4f947a9dec377affa7b9a2c233f10","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.1.4.tgz","fileCount":25,"unpackedSize":157157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1GKyCRA9TVsSAnZWagAA+DkQAIm+3GcWj/JpBNunC7yZ\nZ/LASkJYGD+pj/AuRFVnCPiSleJWTbSC6cGgFU8sUAO5KF8UMmeSnHMzRHML\nICYbVzXRZJmVeZAAZ+cxR4TzK7YPHpW4KI0M0Z7HZ3eTkrr4QX/LV3sl0rhr\nTrJ7FAIxtf+Vu8FW8kH4kHtCzbT6BQbLIJ4A6BVYr3VJroKLePp+krrlVE/B\niMNPASqT6ULFZjXYwjUe6RlZSQq3JJFGCuhx8RwKc7pTSsMUt2jlBxMAaQ4J\njVnv6mAbq+IG8K1ijeJqHrTT+WKcZWG8xFP/hrau47lU/Pq26qsFc8hYoqnT\n0HlfHs3GF9PQmkuDKQT/h9R+IXe9istBp3WNvv8ttgI1/NHXc43UVd28m2ob\n/b4P8SRIT6hJxyMVG8FBQyuIpKlPla9d6wG6wD986bFFUMsKTkUxUtrHhCT6\n7fUqLCltv9JGQV2MHNDtqMxg8I+lMl+KNuPeur/z0FCiydL1gzv1jqgu8bzH\nH+1aO9ZnOyjVKI61Hhx5xJ1SlSkRdgF6NIfX3G4ASd0r9WwZt3rsBcvVBau2\nCRfpToVu4kEG+5BCJOOAeocoJUG4ndlcd0cXql26pO6Yh++sd0D21BzXlCIR\nG1rlvWezHoXQ/WgsgclGLrwd5bWU18gi7Xl/ceJHcCmqvtkczlajosQfUxHZ\ncUWQ\r\n=Ik23\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAI2OSNN+tBFQuu4/kckma+JvOoUbY4HeC1MZ4hRVwIwIhAM/GGgCVEHP9qzSfmW2UMS6xdTuKxRGfiipc7/zgRPiK"}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.1.4_1557422769210_0.3662525766967011"},"_hasShrinkwrap":false},"2.1.5":{"name":"bigint-crypto-utils","version":"2.1.5","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","eslint":"^5.16.0","jsdoc-to-markdown":"^5.0.0","mocha":"^6.1.4","rollup":"^1.12.3","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^9.3.4","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.4","rollup-plugin-replace":"^2.2.0"},"gitHead":"bab10d74f88a7b2fcf987d09ec6e799e9df9ea63","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.1.5","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-VlUe/A05OYARlh/uF6PV2ucmHKefiBfhLw0o2I1OZI1k3xrtdFuWqkZ595D6eq7IpFFRU1ej5IyejPql+KPA4w==","shasum":"819594263853161c6c4a8bb897ebd8f226339263","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.1.5.tgz","fileCount":25,"unpackedSize":157182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58CFCRA9TVsSAnZWagAAzfoP/i5HcP9uOJJpO5mILG+d\nE1GLy/EeS8oNXUrAbxFJZwLj+HbBQfxh2OovgdftDDx7xJZYdOdq9nPrDIIB\nxtWk2idAs9JPoU9rkRvOjGcNYQ2Qe6t1Osx8vFq21C0wQF56qbWTJPtKni/0\nKBU5QveHcoxAke0mECIsQT4ymfTrpfrcBldTlp8RwkXESiBllc2bvb3rot1O\nhYAg8yYhvRoPoUZvJr8PsQN+8Zxb9kmjsfcx9Rs/6x8zFeA/iaOl7G01HEte\nRfE8N/WLVw2JB9cl9v11SEw/xUZrIuyo67AwOYYG2S+Al6tSPxSfpljbUauL\npyuNDZ0x5E2cOy7BETB1mdL1Yxq4uKA7HDMP32rEZkKm62D/2YvitZoY0e3C\nDCOWQ2M2gXbXfIuaIu3jzZoghyNHFXp3jwuqj/rNByWQXKhgmJqHPRW2qQ7A\nz7YMk1DtF+unNVrfJFXOGwksor/mSGAb2xuRuz8pLSoy4F6cKchPwKGGXnsZ\nXtcXy7gO5cPS3/AJX7p54/anX818C4+XBy/mInL+4m4FXfgYLnYIpi/UtOPo\nTdqJ8NXmGmj3q3L4OzQt5TXKHZ17D9VnuR9xG18G7lcoPNB8VGqJNG//ACSK\ntpEEjknY18oYu+kc2PWJUCUyJmQ4bfb7CiWFC5Sd8xDlNfFsz8dMURzpLEzy\n2xR7\r\n=VCsQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEB8iR172w7fMBh4P6t6j90hxdHNMU8MGSw72fMfCBBlAiAW3/zxlmV1QRBSb5Ics57q3rr0PMmHffX6y2eg3S6CPw=="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.1.5_1558691973012_0.8877806762116425"},"_hasShrinkwrap":false},"2.1.6":{"name":"bigint-crypto-utils","version":"2.1.6","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","eslint":"^5.16.0","jsdoc-to-markdown":"^5.0.0","mocha":"^6.1.4","rollup":"^1.12.3","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-node-resolve":"^4.2.4"},"gitHead":"ad91df7ee7b3bb514c5830252938a5c5068a6972","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.1.6","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-ZRYWdQOtTUG4pIOwLRnzHDKWbdKBMvTkha6cJlG9dQsgC87bpEBvFnRp68+bEdppqYX0QLSpYRhMMbkJrm/TWw==","shasum":"2026deceab0861d5fcab6e07b6c5a52ab5b6bc8c","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.1.6.tgz","fileCount":25,"unpackedSize":157645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6/eXCRA9TVsSAnZWagAAga8P/1C0sJdAJkcVHNMC737c\nnrYsbOHY2hs9hIxYk9JLrhS+MfZDrKCSX0q6KqMj0KCm3r67Cwd5i5Nkk0/b\n+DCqEvUKtvF226WM/q9BlKJ4NW/bEA8YYDLHxTsSWmK+7OOsobXWixc6gujf\nO6zMH+GI9hmN3TadD74BfDPd/IePo19uoA7IDIMcBPae0IWrGn6SRaaKfXYv\nr2WgvVYgMH1MtorVYkKFJwKR1ivJNiZt8Q0fPNo9DoJOwl7+K6NNasNRYsMI\n0zIhL3T7B5BJZMw8UIqIMVYeSkGYb7NHtg3zrx3KCGuo0WZCdZj1879kix5N\nBnDlWe8VkDwDkuh+q8m3hM533RdKQCgg0DjQzrIBiHwb++ecf3RoTleeBgmW\ngGbwzO3eCc5B+KxM/R3l7R9KXPqOW8BlAPfwLj8dmqE2nCM+PL3OFucVkFpU\nLmXntUn3UUiRJsZGFtV6Gi/hJhplhcD5gUMBfrOr1AmAYxu3ZxyT81sclVJg\nCEOzYXfhfof5MIyDkY3hgcysd5uYB866boaUhqMLYwZBaeP+y1OESVqYpn1T\nLbqrnndKiRRm4eJKEtTmRbXQS5n3YU5MHfvKGeat/Os5FAGmCPUam49oD41F\nORORCmMWRWfSbURGaREo74JI5w0Cyi/RNGaP0lKDPloDma69WTRU9nzH7H6L\ngge2\r\n=IOrk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmyQglTrFyAWMQMUl5cSV0P0pL4jDdUqgNXCiMLCS5tAiBgL7qgE9Nd6LWC6x172j5MiT4Z/iYp3FzeD8IOx9Ok5g=="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.1.6_1558968214720_0.45767256804262235"},"_hasShrinkwrap":false},"2.1.7":{"name":"bigint-crypto-utils","version":"2.1.7","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","eslint":"^5.16.0","jsdoc-to-markdown":"^5.0.0","mocha":"^6.1.4","rollup":"^1.12.3","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.4","rollup-plugin-replace":"^2.2.0"},"gitHead":"02fbaaac830ceaf7e98df3c83dda809bc6f51d33","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.1.7","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-KUZd3xzwwmJveGqpjYebXEGulKWAsqwlldT4EER/rejrSmrloZM7Qe9uglFBXmBUzOcmLglM0CY2vdWUm6rEfg==","shasum":"d4a2c3d2df8f871c5a204f45d196f9bb491a3c69","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.1.7.tgz","fileCount":25,"unpackedSize":157960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7VzeCRA9TVsSAnZWagAAp/MQAJegjVRzdR+wAdP9g+Sl\nOOd+MtjRVKy5XWgonJBo7DEz42KR7XSCm2G15O1YiL1r7sAJm/tTNIIzBS0t\n6fOms15JQ4VbOkTe0B5LgWuJvSXZPfyPFnLSKVz1kla6i2cLXvJUXq5Z2/Zw\nEMMK/SffO48ClS2aNJ3MHgyXR/6jBQaMXN8yozXyXYPDlgav66VQ1rPg+nfR\nmaXpTaF8gQYkIi8nzO9LqlU6Tg6yDhEUsfV9N4WCw7sH2QyY9a0ctvys3dp5\n/Of9n/J5v+O8HAZ9GQMPdUwvIKuBZtRU/E4DfeuOjpA8WqT+DTiyTjLn+boQ\nO4DEJ32BcWrvaSY66CaDA7lTMpor7pgio4UWqk1ovybSmG4SpYdErdiE8cOV\nzlrgN+VmuXiRUgMzHx1lUupqqggncPkkvTUFXworjHIzj221hO70qQ/D+N1h\nPcTtJjdVC+3VSEG+UPnre3dB+bfnTjVehxm00NyyrUVQNTgVazGp5Lb+ynjn\nRC9w9f1FrBjS6epZK/MX4AFh9OzKDRAocXgpG25XY97DYyncwD7Dxe02W1Zy\ngWPczCDJCPzUMSRFATKu0AoiuX6F2xH4cPtQsUkXA9e5PjpsEIML/6NRNNdU\nRy4nMsibhKGzlktu2V8LmobVe1bRF5Vtf6P1peOfWFAyV8bIJxkbYpKGWl2U\nknjV\r\n=StEH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRqAypS9kPKt5MYE2hMUt9t8Xpqk8e0bfpCan0DzYfcAIhAJLUzqLSAO6UKKogAz+mwYexEiRTWfdjR8ImX8LlhLe1"}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.1.7_1559059677111_0.36711837821720894"},"_hasShrinkwrap":false},"2.1.8":{"name":"bigint-crypto-utils","version":"2.1.8","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":"^4.2.0","eslint":"^5.16.0","jsdoc-to-markdown":"^5.0.0","mocha":"^6.1.4","rollup":"^1.12.3","rollup-plugin-babel-minify":"^8.0.0","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^4.2.4","rollup-plugin-replace":"^2.2.0"},"gitHead":"c175bbbd208e7692ed0836b4e6f6fb9a6040616a","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.1.8","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-oXzydCm5b3p/5bkeJ5G7Ca6gIYz+Z1cICBaex2kTJ/d4mmxr86YnEsmDlkftbuypdvl5NfKSw696u6t8YXHbgA==","shasum":"5a1b5b9c374dcaa13a64bc50859de4483a86a0e4","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.1.8.tgz","fileCount":25,"unpackedSize":160656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7qjnCRA9TVsSAnZWagAAJL4P/invfkmZWlsPnIlqngfT\naXagD3vh9XcOcfROXn2t0HsvE81etf1vI2qhHHVj4Mzn4cUhJ8aec6pLCI8c\nfxvxlVr1smgMpxpC7tkSJIjs+4TL60zuqXxWYwQeegt0qL4/h8az3SuQaOEZ\nuaCdv8rwbp7Msy1zCQSAHmQfPFDLCtHvWbj5pn8LnVoAmEDz+cMedxDC479f\nLRsSn1k+alOjKx1ReVwACGceC5Y/VAJtW0ZbXvIUI81LHAgHZmKg4dI5IjHQ\n0UP4uUVhDyupSra7mmZgxnzCwQ9JV9kkMBLerwzmb3bmHngxymL9TkOX0xI+\n3r5esaR6o95BJAX4xBtmxdZbwBwaYJKAflZiIa5W3d0wiyBU2UzzFvwWg0dn\nk17+q5mo+BRehbvxXw6oNIM4yxVnD3oMxmny5pZXWlN+seznzarfoSuKq10/\nwju4exG+9mtJ2w+fLr+3uvXxmckHOAEeAaVpTo/YNLinZs8S6Yc887047fi0\nuvHiykuf4tTW6/6KF0LoOpsPCfRtm7lohZykcZ0B8gzn0OJpUaxABTLT4ZUa\npP4/bmr2Ur8WrOnv7eRm7fR079HBr8Az+2r6dC6rhs5rbOXUDojPf5MeuCu8\nkrSRdBFm5iC89j229TrrdCJXn2tc+SfP7FEx3rQUKaYUyF9qQFSHHBwyNzP6\nJ82G\r\n=uwNR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB5zrBc3tjjSMlqivFj48QUCFZ57Fp6HAFh1ae9n306sAiEAg3T3wWQazNmkIAsYdFbl3Nd3ex/FPJs6QHo2kxaJ1Zo="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.1.8_1559144678881_0.4511379461508964"},"_hasShrinkwrap":false},"2.2.1":{"name":"bigint-crypto-utils","version":"2.2.1","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":">=4.2.0","eslint":">=6.0.1","jsdoc-to-markdown":">=5.0.0","mocha":">=6.2.0","rollup":">=1.17.0","rollup-plugin-babel-minify":">=9.0.0","rollup-plugin-commonjs":">=10.0.1","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0","rollup-plugin-replace":">=2.2.0"},"gitHead":"cac3598a72593796aa0f40108fbd8d9a28476aac","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.2.1","_npmVersion":"5.8.0","_nodeVersion":"10.15.2","_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"dist":{"integrity":"sha512-tLIXwVCd80yRFzDfWYnd8UVxYhoXelQ2mLuyWeDtfK3Am5kSgIRB/CEwzNQuAm7KpmFKPrYHnn8rAhrQ3JCOyw==","shasum":"202c2d67c2b2735d680f24eb06dff24b9c216011","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.2.1.tgz","fileCount":28,"unpackedSize":401508,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMtUsCRA9TVsSAnZWagAALHQQAIsX/EOJTNfzaBVgSt/w\naO8EF8qWtScKWYK1M/IcozwbQcsIJbNSrbfagSqiC0y9DZoO6i6XjHUSXpIa\nKgPK2auq+cbgYfytezcthWSJV1I6aT+1139nv0ulIKHTxHczXmcS+db4H6WY\narALeg52CT67ClgwD1HLytQb9WICgMWslnDlAm/0xhYTvUwKMFK1KvuMpZfb\n1IySQAdsP+IDCaUIsHq67cfmrnmP2gy7wNIet4Gy3JP0m4sRYfWrlxsvW/1E\nVwDF6gEVwB/VEs6UZWvJ6fTnCB/YWUzEuKA+3sRFdHf4Ub5zGbu9DGyL2B3U\n3GWi6FhICf54xUXxq3xWWC8/E9WqlijRaQNarIEMc/Peu4SSo8fwG+CcWs0U\n9biRbz6wVa/dv+wKSNLNtmiKcX0pPgtvR5tKM8e3ZsCS5tzXjDugompKtb6H\nvd2nTrjT1Es+paCJblu6lkU2aTKhwFyKaJyohcHEzOO6ksQRIPLKmBOG5lBl\nxRTeQhSW4j3aRwYpnHqPOy8JVqWbX9NRrCILR02WE+rhru/qhXcS+DIGlen3\npCNf/ZM55m7g7L3bttoGwmkg7Ovs1zpTD8SbVUY2aWfFi44DcyFX7tbOku+Z\n9qQHwzEFxd7rWJqr4G+7ba+kKeEloFfjAQ+RPBeNvxuPfwviVrjfhXWAl/tA\nBd8u\r\n=dkka\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDk+8mNJf69Y2ydphcmhwnJRRjWHYRCthSxrX5rm5n6SgIhAO5hWJYpWnHQti0qjuO6MNTMUWnAhw5zD0QkdiZJrG7r"}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.2.1_1563612459229_0.726822641102689"},"_hasShrinkwrap":false},"2.3.1":{"name":"bigint-crypto-utils","version":"2.3.1","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":">=4.2.0","eslint":"^6.5.1","jsdoc-to-markdown":"^5.0.1","mocha":"^6.2.1","rollup":"^1.23.1","rollup-plugin-babel-minify":"^9.1.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0","rollup-plugin-replace":">=2.2.0"},"gitHead":"ef5d73a0e4d01dfd2fee2ac13b54d0a6f0fb9616","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.3.1","_npmVersion":"5.8.0","_nodeVersion":"10.15.2","_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"dist":{"integrity":"sha512-nGJViePKTIfx+BPZkUYmNTYe3lT89/l7H8CnPFNXxj9fZFzjdJAFJ0/7tYsM0rYxK2dcC86gcdo8PYalTPi9yg==","shasum":"89c6576aaabb12c6d8e9261d8a684547e9b81923","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.3.1.tgz","fileCount":28,"unpackedSize":408071,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdndkKCRA9TVsSAnZWagAAtWYP/1dxAPjXYJqUfx21TOk/\nDiZEq/lA2pEyyawa/cB1t2ZYt8JGLr0hynWqnusNhO/hKSCJ4k/bnEHFkFHG\nyN2J7mFVw7t4/ncZ3vlTMBgNJ9ufeJbCQp2547vg5cFkdRt18xTWkGHcbDz/\n/mZm1wxTwKku1w0oK4R2TC1QxvQ8qdkhF6lOWdsUyH6E3ylNBZOwq3O1Vttb\nHJ/5oObT0MsJKOcCCpR1mnY+C+LV9Zhaot4+VqAtOuXMLuiZGlhCFF47U/d0\neDkX1WFwmUbocQ+h7LUP85YE7INtqUT/oK4TZ+n89jMYD/aEiCLiv+/u+Q4K\n3QkBXd5Vz4plgh9vfv/qB3iACCtYkDXpIGBW27i4iTPkqstNdarwG5ZUCpZz\nXRBdHOlZbnMsoOrdgrTw5cVqWizsSf/GUHOiG0nqK7K5IWt4JV8/72szelLt\ny+ExEe33Gn0lI8UbAJ4WLaOSvu8/WTCYuu/G1hJXXH8iuXsfdk9Nmo8hwfOZ\n2i3cFCWIS0M9Vn5DWJbDI3yAwKRHMGjrYnhK3jdalKXYA74nOqADk+/Oof7v\nbgDsViBAWAJO3PcfP1zRBwr56bWEVL0RFHeksaPgy/KyZWqG1j2/xwVca78A\npsG862ZjRoAtBiMLGNowFdvf6K6aLcuq5P6o6c+D6Dqw6/9rDtCw8iTiOPj9\n/S2R\r\n=FsOl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFl4sOBWY/gzn/Xhsdo89kSQBZIlEDw+exIXQ3vAZ/KwIgfcwZOxvIv1UfAP5+M8jR/y7G1jgrqaO9TknEUMSMR/M="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.3.1_1570625802187_0.8574205601908489"},"_hasShrinkwrap":false},"2.3.2":{"name":"bigint-crypto-utils","version":"2.3.2","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":">=4.2.0","eslint":"^6.5.1","jsdoc-to-markdown":"^5.0.3","mocha":"^6.2.1","rollup":"^1.23.1","rollup-plugin-babel-minify":"^9.1.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0","@rollup/plugin-replace":"^2.2.1"},"gitHead":"cbb64b5dd13b4423b94280f1d003eb3bccb87c01","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.3.2","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"integrity":"sha512-0m1lC4ctYLBqV51KDDp/YCQSqU628+3U2rA0x60q6prd6pBwkpBWvqk4QJndzoxtKz8g4S1gIigZLuGadhGuBA==","shasum":"c3e3e2aef57e599834da84c48695b2e204c85254","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.3.2.tgz","fileCount":27,"unpackedSize":290198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd7jsbCRA9TVsSAnZWagAApSwP/3EqnE/XWUs/I8bur9uU\nxNG8NYNhOBOquVqWukvfQHeIELudlVDZTgJr62TaqHzyQUVJdhtcyka9+Qva\nwf7EGeGB9Sm/3QPIhzYz+uFBtjKURf//O4oqyuvUSoQB1UpK8xdMtcDJQehz\nsF7jX+SF5fDQViY9y2PEUI58iNgHdCSs4Y/K91p7FYrr5byxlFwNMX8M6qNq\n6PkElIFAcDHtmGjDqKDlVgGnWgBccwQr4v1GDohWu/VrJioE2D7iUiTZhiFF\nHIM3yXRiecXeJTeiCp8TaC356YEK9oFnoisuxlP9uS/TjZTDV3wUPpU62BaY\nPX094FT5crPgoXZY5OfxfIAKdhMg1IhX7ywFhW35qxbdPHNBnfhTLrdbbql1\nZ8iO7Bm8CdOY+nYGz5AEA67EsOjiuZtYuhfpsTiNK7LZtxT6LNYoA0vyw6Ui\nkPxUs99z5m47pzxItoPypeI+HbNSYtkM7unYTEmwJLhCx6WWLiaPIivpSJYY\n5Zg87Rf8JNJUy6z2hwAoXQ8XQeUL61ys4jw+IAir5OkPhmuJ5o9OQU3vrqYp\nyfFfPvhm9gIjNvOyM8RbPCD721k6uxvszSYZoJ5ggqs6jsl+apSb/p9XqO5A\nLyYJFqwfjwcEnAcTApPkOllfrcNViHy8cDB45t2h8DPm9TdrAg+5stAxeOB5\nKgca\r\n=luC/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1BCdYhBmO8/RiyX9Q8YABmFwcOi7XbqouHbtQ/oYCpQIgEMIVbAcZUdrK5bZ8V8IKQKDPhjH5SCmOm3E6PQ99PcU="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.3.2_1575893786915_0.8085762028673447"},"_hasShrinkwrap":false},"2.3.3":{"name":"bigint-crypto-utils","version":"2.3.3","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":">=4.2.0","eslint":"^6.5.1","jsdoc-to-markdown":"^5.0.3","mocha":"^6.2.1","rollup":"^1.23.1","rollup-plugin-babel-minify":"^9.1.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0","@rollup/plugin-replace":"^2.2.1"},"gitHead":"84dc8b29d676bf0a7f83f0b09253d73a25c4584b","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.3.3","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"integrity":"sha512-3PmpDQUiYhCKL6l5p7OB0o7MtNyGSGZNcxpgXJodeV4O+hC8/AxzidirmWcBtXFmtxSyhRp9fKM6tZuXhxByrg==","shasum":"0ed3bbb1fd9ba19ca024ff7f1e9d2f66bfd77cbb","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.3.3.tgz","fileCount":27,"unpackedSize":289330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd7juSCRA9TVsSAnZWagAA8lYP/1/m3M29rtTKNdAqGmDZ\n38JfQPa8kKnojf+h9wx4RNWqXi3StlVI6E8Ge4w2UHFno2nsyp7IZhHLKQLH\nDFgu6uqwscNUJFk5PFfKqI3/vDHRkZuMKgK9C+OgKyi0mz1yJDqFY2/MJ94H\nJahbgxGjaNLrmcBHxw/BSQVjf2b04dou4ZaTz/wBkeRdSK8JgTWGFKfvZViz\nLy7SlKCF+V15Y1oJX/bn8QPhOMod1uTm1Ss2XFEYLOMUiOrfNSjLwNoTFof6\nlJPEzImlzKYK7dx1drpDiXl87rily63/RuCV/xA939KrZuprlr0avtRE1RMt\ntICBs3M0nvnJGyi3GZ1R63telZaI+TscGDpRG93aj5ETSw9f4w9kke4A9cC/\nG2IONwPnSZ7xTvf4Xqz8KJYeoBMnLKSyRfTdxpGw+KQF8pr5Ln0xvTFq6WPW\n3kqMOaL4plMtwqQ9eIK1ZHrqfSKDtQsbxYANANMKMID0+QT9FCVXv7z+UBHt\n5kb+gwU0F7PiwQN6A+07WTbdT83aUm4+2NhcO9i+ydcxKo+cwc171VSN7RH4\nDc3gQNvbxNRVvpUAh1WXp2BaJE4ArBrTRFyUw7roZWUV/nxuBXzxKneDlJ+a\ntGfW1Q1fu3foKc7Mw9y35p+PWM7bXaqLw22iAkcuRBMd/JEOmQzwr2cS+HSp\nzuRj\r\n=4cqC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBcQYwcrjTpxM5krmmv6t7XuzWv+NHUxq5sdggyhZY5KAiA0+6IKWUOV+KmEuw6wWjCW3T7TRPlL8sfQMSmRKhbGrQ=="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.3.3_1575893905869_0.5824997073035996"},"_hasShrinkwrap":false},"2.4.0":{"name":"bigint-crypto-utils","version":"2.4.0","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":">=4.2.0","eslint":"^6.5.1","jsdoc-to-markdown":"^5.0.3","mocha":"^6.2.1","rollup":"^1.23.1","rollup-plugin-babel-minify":"^9.1.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0","@rollup/plugin-replace":"^2.2.1"},"gitHead":"a77349b73e15b88a6ec2ead6effa6c2da7950c1b","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.4.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"integrity":"sha512-1Vc6uwVR1asdtJT+h6X5h/LxOOcJJxNhG1gVweaTNGZxxBs/IavFRMf8vy0J1+cFUereIc6C3G47AS7rTHNU+g==","shasum":"3ae0dd80b7a7cda4ef8dcd94ff34fc56dff6fd48","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.4.0.tgz","fileCount":28,"unpackedSize":285459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8fagCRA9TVsSAnZWagAAF1YP/29cA0WGpseHOgEvMKay\nKk2XpVLPuEaUmFrDVFXC3JBZMVDr1f/wtccRqWg8Zj8bBdP6gXAUOpj28raP\n6s5pZ8qPdTTzu9tjKHjoKGgGvJUpjAK5F2iVzB0/xzTfH3i1wX7nd7sOfj5L\nYdrFt4rZA5t1dvW9Eb5t2k4k8O6qOg/GnDVWw6rh7Ma5GIWPgjrB/8w7tT0K\nlUEdrHL31sRFimMb5TQ4fY18fBPpwjzhi8/Bm8SsvStZk8fXPTgdwoGCHfcE\nKmmkNKiVF5n/u5gtuIOZK8rtBaHoQK7CZQLLz5aBXTRbdKgVCk2hfJaY7ndx\nOBtBGc/znBoi/pGI/FnITa7D5P/qcAx4jk993KpcVHCGkBO/07wj/h6tI62P\nyyRrMoRDMTepCV2sds7TObYMBJOJSJXdLOS2zPk6K/YBLUJ8/ZpJCHH6fEK+\n9CMxvxoXmGL9RKhJ2KGiP6kNLCBHrOXfjFzU6t3Bvr0qxNqfLtRN0ZVkdhf2\naTkPRWAxJEftsg9DlfZ3QRnl5v2Bgt+UlMijftvdCJYVqbyg313g9WCuLsdT\nMe0q8xaUPgHEcsadwdDyITJlG7+rVQ3lQQBv4wRXxeM7IRFBaaPHieFpE4g/\n2mllWg/xhQNINqdXx2gNgs0AFkOUQNHi1L7lMtz4QYE6bbrO5eFa5L9m7pTd\nKQtg\r\n=Ryt0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEbcdxsmxkwRoQB3hSxnEzt6da5XahdkgkEtxx7bbSHdAiB/JCV9/mEq6/PfwVbtmKaZB92spzuCNxF4ZrZPouxcEg=="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.4.0_1576138400257_0.9253695710531036"},"_hasShrinkwrap":false},"2.4.1":{"name":"bigint-crypto-utils","version":"2.4.1","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"chai":">=4.2.0","eslint":"^6.5.1","jsdoc-to-markdown":"^5.0.3","mocha":"^6.2.1","rollup":"^1.23.1","rollup-plugin-babel-minify":"^9.1.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0","@rollup/plugin-replace":"^2.2.1"},"gitHead":"5c51fa3adeac79f695b295007a8c54cc6275a1d4","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.4.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"integrity":"sha512-p7dcPlP0W08/RaGoDdqu5pAcH3lNAlPqlkeksaQYYXRX4odlUoRXz1dygO/tR/E1oIi/sas1kdQdf4Y7+8aEdw==","shasum":"ef510f1e0cb4e62d78f3b1b60c777ea91616ab0c","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.4.1.tgz","fileCount":28,"unpackedSize":285401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8gTJCRA9TVsSAnZWagAAY1sP/1IwRU0BClPAFgqqEkpX\nN+tgR8xnjQlzNYFwAbllnSQnBAC7TzEdwsyCehm1Lh4+MO+CBF7Dm6NXThRe\n9t0ZwDyYdDdOwW9fOR/lQrXrkdsP6xLztEK0m/7mcNNNydxtilaviTpvZGBf\nki6s3fIpP0k+RtUBcEbGaq4QQ+ncptOyoWMU+YHOAc/X9Xrks78qcx0w17BS\nxH+THfNns59ahZN3DrFw1J5ApMqwDDDDDIpgRbcU7kGXDgI6oUgfoP2KQj9m\nwAyGAOh8s7V6CWk6j9SXkTSADMXAZYnB4NcQ9YJAuqYalLjblcZyQ8NHz7da\nt4UjEttgO+aaXuJ96VZv+Mio24HK9VQJgGmsh4W6Mvl14F+gsi/oDCyC2CSw\nQuXC6Glnu1zk0DmvfvZAZ9ttv7jzXN4iBUeTANWcIz5s7u2bWczuKLCcCTfc\n7a6YfepBP6MVKIVb1f33b3hjLv5FffznYHILrag2S5PK2+aByw9YPc9F8/rz\nH5dgegUC0n2EgMwtWhoQjkH+YZBy1Ved/j26yXRgttiUA1loplTjvBWdivkt\n+/ZVg1TmWzaP4QMI2C3BBiwROoxF4xlXju3jqgygYq2Z641Awu+Zq3vp2ZmQ\nxJZ9oEN8FQnAt6Z9p8kk3C1V/VkxE7uZY4iEPhuFij3qKkQXh6r1g2bzevt8\nue9+\r\n=5TR3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDyIlyzqEO/QxwFiKvTe94yjBdP3p9JCuIQROn9yBZ8eAIhAPYRSQqWHGlY4rcGDhigMiSRcnin6jcJ7YV2NrfgOE5r"}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.4.1_1576142018115_0.28550486369508876"},"_hasShrinkwrap":false},"2.4.2":{"name":"bigint-crypto-utils","version":"2.4.2","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"@rollup/plugin-replace":"^2.2.1","chai":">=4.2.0","eslint":"^6.5.1","jsdoc-to-markdown":"^5.0.3","mocha":"^6.2.1","rollup":"^1.27.13","rollup-plugin-babel-minify":"^9.1.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0"},"gitHead":"87d4c967fede323bfcba3d3e9d681f51f40ab5dc","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.4.2","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-Az6XRIuWXz8We/2ckE1vFxRblrHM83tJzDR2yYnNgOZLoRyInHic43NIIC1oWew2vsyGHiloukjad/3tGyI3Vg==","shasum":"8283ed1c39418397b0b6a3f0614fee404f616e1f","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.4.2.tgz","fileCount":28,"unpackedSize":285529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/PIQCRA9TVsSAnZWagAAfZMQAJdGQ/IL/up4S45ZR08v\nqCUzsuva14vy9sezaRcjPrzgldqChukwQhlhBcC+Jr/aoS8gttu/oUIIhZhJ\n2GLJlWvc3B/BfckSnB0gJISq5vQoieVShQJNRF+2ypju0X3FPciJH7y5QYkR\nYfoJxr3TBXxxClQoaNooYHb6rTWHC6H/Ik2lyReqoIOrhglJVNlhJy2Ayd5X\n9HdfsYijr/fQ4yNIuR4YhPMzrn6otupZhmcZXwGJ+w3AbzJS3mF7iKcm/31d\n5UisrdvI7PHouYORxN+J5FAKfVXfjJH8A0DusZi7ZDMhgjWDSQ65RNkh32bQ\n1ddPof5gYwvpD+WqD/udN45t2sYQsTvmlybOZNQSTvu9wOIW2L+F5KTR2jvH\niwzMhglC+TLWNktUYk6leriSvFH1DmUmMdGZnmyaD/ju3GvdUTxoE1ZrSZ8/\na2GzHeT6sfCxfruPGRwLXK0JscAwUvbkZkHtlf42O4VZprO3ImFdIimaTHED\n0209oy8Gu54cztbyCY4bWud2z3XUcnaZ62oarCAxDYX7STF0RZwei6GpQtq1\nFDVRPrOtM5dp5Ejm3VgfP5UUfSQArSpUnPt9bwR3aIA9FSCoZEQZF1rH7yNL\n6AHE0D6smzAvewamMIh0gh5Yd68InLB87/itXdYfB4eT3oDAHj4xtBSoTzo+\nw6qC\r\n=oKSv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGNwfWOV42PJdQOTI6RjyxLAlU1EjzdOTpvl8i2zJzbfAiA8f17sFNDQ1z/LrEeFLRYtHmOzkmP+HFk7R47IhwHvOQ=="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.4.2_1576858127538_0.29196316965004776"},"_hasShrinkwrap":false},"2.4.3":{"name":"bigint-crypto-utils","version":"2.4.3","description":"Utils for working with cryptography using native JS (stage 3) implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"@rollup/plugin-replace":"^2.3.1","chai":">=4.2.0","eslint":"^6.8.0","jsdoc-to-markdown":"^5.0.3","mocha":"^6.2.1","rollup":"^1.31.1","rollup-plugin-babel-minify":"^9.1.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0"},"gitHead":"1af645e98fd235d8dcfa0048c2072cea4e8f1260","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.4.3","_nodeVersion":"12.14.1","_npmVersion":"6.14.0","dist":{"integrity":"sha512-LFkjq2m4tek3IpBuxeNqbFbudGitZxCDnU68VNdqCLFI5liCIXFYyKx7qoqUdU5DIuD32cP227gBOyQOWoY4ug==","shasum":"9b6f6e7acf0dfb8f31127d8851eaac9db10d0da6","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.4.3.tgz","fileCount":28,"unpackedSize":286124,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWCwDCRA9TVsSAnZWagAAUfUQAJuE17+ooDJqkWCzQ2fI\nximtNQqXdTzisCJE+uDG+u5kMPtSPvfboOTIN7eL8/0gbEax2lJlcYq87yX1\n31Tme2/NydL2bIJyMGSP6eRfMvpcYO4BJQ27hI6b0VytR6A36jOrJ0JogD9n\n6OE8kGG4hirqauSYmSJKXTHFmxeq4lG701g9umRXIek2ztj4PpeTvTyAlcd7\nDqiCE6QNBwDXgHPOcRyUooUdouYB4KAo1djoLnqJov5UcZyRfa3WsF0ZPpYD\nrOwTUs1N3lwSvkaAw8xPyDr3s4MWWJ/6i6QScEcCbRTp62qo5d+M78rl/PqH\nPISR8jkn0qirz4LDE8QacABl3A2imXLQQHP9P/TOFmxhZjY8dZt/FVymqYyy\n7js4ncteqV7AWq8/D5zmQhu/vIjbUP0v2zRNFuik4d8mcbMHnG3K2Rowgria\nVCkL+lO3bieAL+5SQoAG0eVlla9WJUf9VwgTisywCUFtHvRGcq/UaVpnLyRU\nv1Gue879bHJK7iq1VI8MgIYYXVTXK+c2+jqSZhPa6HPx2tFoYqw+IW4p9+RY\nkx7MUgq+xOTc5+EBjN5SeLx99IgwQeciRKk53AX1o+nEwWLeTkOTer4INpmu\nklZtpd36H8qXULHKWD4P5H/DkTG0QJ2j6yhBBHL8NDEaO9llemAsoiCNHB24\nsT+k\r\n=d23K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwiX62byOAzNM4NllKjs6jHHFOXos2QzRJxYvZ4dSdlgIhAN2aI9Si6jtjWzPQFX3BPVpRzAPP7KBFbi7A+GMDVra9"}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.4.3_1582836739279_0.01719605357563303"},"_hasShrinkwrap":false},"2.4.4":{"name":"bigint-crypto-utils","version":"2.4.4","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"@rollup/plugin-replace":"^2.3.1","chai":">=4.2.0","eslint":"^6.8.0","jsdoc-to-markdown":"^5.0.3","mocha":"^6.2.1","rollup":"^1.31.1","rollup-plugin-babel-minify":"^9.1.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0"},"gitHead":"459eddc6f1034136c9ba66b80f0c9a34f400293d","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.4.4","_nodeVersion":"12.14.1","_npmVersion":"6.14.0","dist":{"integrity":"sha512-bQbKRa/sD+ma6aOGRQSBWgebIPivSVq4jdBuhNbfXS4du49DPX+ZUEP3wucO19N8i/tRFBWCdwNpDLPBymDOsQ==","shasum":"aa0bf65e73d411029c840d87ab754743f8fb82a3","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.4.4.tgz","fileCount":28,"unpackedSize":286420,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWawHCRA9TVsSAnZWagAA8ygP/2Gx7vsewceiaPTjB7m8\no/Aj0FAzn4t15SElBtR3i5LupurXyHW1q3b0vF3zeRWCBEP1S1stYoOp2ZCC\nV8oFU6bjCCtOqZlkEYMof9biaGtaHkNhX1+2v5WaBlJIRvwbb7v6DGqLU6Le\nyDvpKPskgLL/lvXJJgSEyYT26+oA1H0mVg1ZzATzwBG1PPeB3BJ3kIRXmMP6\nDw7osz9UMeFtsJeyWKLNgHTKo9iMOvFq8ekzwrWVcON/lEJhLB99EkQ/UHKC\nN43J6tTQUS2h3wrSABNOt3nKSeohKVBKkuWpFGdi3YdXzP6UP3Qpj+EKv6wH\nRCsSnLpZx6qU0YJtpE9HMF0yumYuSZ32SxcNcSsZgGn68aSS+2z9AVgyKtKS\nOG6wxmdA+g6JZrH5M6uUgxbagRPM6ySNEsM2kcJRtOoVT5rIYfXkQkPYij8v\nbuqDb6CWtLrxsEpxGmR4QUZXKT0MwJuZiQD36ZqNG9T8PTGKKqCoFfAUwgMS\nQLdLatOMScfAzBRYSbq5pdDPGzGgU25Y6UaVG6utIyy8k331xji15c+Mnr+1\nq1Y1MHvwYi1r4v9BnAGusGN0MpayCJsv4ItjfHsRMJhAhcOuenuGGgM8+dot\nJ5IQl1bGk8ykKRnY1SV7JJpmqXyxR7a2Id0EYq8I3WeS6vPQhto5W0K7xRGR\nvaPR\r\n=XkqX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCg6V1Egp0jTEWuaWeMbUGtxnZKjzy+6TrJkH6Vjp49hQIhAIqVw/d2J/9vszk+1pRlC0IQ4+W8pVAXSToIxHoYZydN"}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.4.4_1582935046582_0.14636004017081805"},"_hasShrinkwrap":false},"2.4.5":{"name":"bigint-crypto-utils","version":"2.4.5","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000","build":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=README.hbs --files ./src/main.js > README.md","build:all":"npm run build && npm run build:browserTests && npm run build:docs","prepublishOnly":"npm run build && npm run build:docs"},"devDependencies":{"@rollup/plugin-replace":"^2.3.1","chai":">=4.2.0","eslint":"^6.8.0","jsdoc-to-markdown":"^5.0.3","mocha":"^6.2.1","rollup":"^1.31.1","rollup-plugin-babel-minify":"^9.1.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0"},"gitHead":"f7f5b5a8f83f2d24807d9f0ed132ace40ba69c12","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.4.5","_nodeVersion":"12.14.1","_npmVersion":"6.14.1","dist":{"integrity":"sha512-LV2cehW0JdUrtgE5Vcnu09rhh+VI1DrRh6nSAvxGv8UU9hGK7Mk9G3/2GE5wxkfxFL+Vwa1D1bOY49y9K+Inng==","shasum":"210759f22b780ccd359e86ad01e2c87722adc83c","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.4.5.tgz","fileCount":28,"unpackedSize":286380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXNtDCRA9TVsSAnZWagAAV88P/RK1xIsV1FSNgKPsBB/B\n5Fpp7Vkkq69NvHBS5w7LwrmlXAbjxW5gauf91ZNidJQkm0+tOhJkgvISn6kq\ng1iK9UKjGwcUpH16RTKcY0a2pLK5UCYLz2scEVXLTeBqI+3pffRrfYkNysb8\nJWp7ZK7/o/womRoXjRCfWGour6dUJLq4U3ELy2GWYh61Z2C7ugy35S+O2Avk\nfvHlVtsgoWe5ExTp5XRJ9gyT8Zx8WXRGLKFDCSQ3dD0u+t1GdS5/AaKKuRts\nT4mbQT3dQwFK75JPUR/EjfRsOADCPdLSZoK5Wcv7lZCqXFGl1gtQH2/PMBHb\n0rzewLKdMUoIjU5WM6veBNbZSXBD8I3qmIagpsmKSoyfiWnDVWAboRhDo2G3\nOBcxAqM3uwSkfis1XKnFBvL/mrGHxCKkglDJYp10mAiNsatuWYVClw/uhEps\nN5nf8/9QQLQohbYxetsq3D3TfEyfPW/FBK/OwZip3KtDILkpDepODK8qx8EH\n/MtCDrOQxOED1hh76woREab7JdAIQBlr/uxo7Dg/ROoB/T0zmvCk8TNdsJ2K\nsMjdp2kiqB8i3u5G1NnLRJwUUH1Bs2EehjdBOdurLUNB0GYL6Tfy5VTw4u1Y\ntPMSEp/Iv0FRUn8QXdTmOtl8iln4LK2krrBUhAIcIX2JP70D/nP7YTqI2wUJ\n/4rp\r\n=WQOx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID4OLSEJGeR/pdx4+W1l/WbrDTmj+fA3JxxsjyUpcCs/AiEAh6W4JEP/c5z1fAVLzzEY8901B3RDi7FwUsNNxD+AidY="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.4.5_1583143746441_0.3679419626621998"},"_hasShrinkwrap":false},"2.4.6":{"name":"bigint-crypto-utils","version":"2.4.6","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test"},"scripts":{"test":"mocha --timeout 600000","build:js":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=./src/readme-template.hbs --files ./src/main.js > README.md","build":"run-s build:**","prepublishOnly":"npm run build"},"devDependencies":{"@rollup/plugin-replace":"^2.3.1","chai":">=4.2.0","eslint":"^6.8.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.0","npm-run-all":"^4.1.5","rollup":"^1.32.0","rollup-plugin-babel-minify":"^9.1.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0"},"gitHead":"14008fade1feab20529115bf4b3a3c9204280ae2","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.4.6","_nodeVersion":"12.14.1","_npmVersion":"6.14.1","dist":{"integrity":"sha512-hn+1iQ5AgCN+CG5JwbNYEEIqyMgvAmDgbP/hYHW+u50aCG0DadXvB4u+5bz00IoMDU/Y6/1QySlekJjM3JmHoA==","shasum":"4e7640517b2d73b7801e7c470695b32f2c0f8b37","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.4.6.tgz","fileCount":7,"unpackedSize":90096,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXYbTCRA9TVsSAnZWagAAelEQAKLLn/6zZ9jLYU68npcG\nFwY7nULUXEntBHF6MV2SN/jLhtOLdIQ7HmBb0yZYNmxbUHwRDaYb4r8+Bcn0\np8W1oVsCDvxjJZOgLN1gnPQ3BOwkvb8/SWg05QlCHZ7aWFYe9LoejOKvfPOR\nWla9aqoMQ/rIfyiQHOvJtOHwXORQe8larsV8c+MIKRFuWsbvnzAHeyJjV1f+\nVT+gjnj907A0xYu+kQQBxPHmYeiHg6lv+ZvKFigFpr5qxVc8RslHqTQZKomg\nr5Yid3uFiGPDSDwzzNACeJUwAQnrm4FyLGbhIRse0/Y7M80uKdKVFhJ4LEjv\n8r/RY8gdQTjUH/LruQGapS5+8AzKQ9j9EgKfwygEBQma2WmOyQ9WSqj1RIE0\n4y8zoLHMdIbwUdOTOH+3X94xLVy1zBIlpb24qDTOI5zAjLQWwNKLCDLGDEdv\nopMi7QOmF25xIaZOkxAjp74+yRo48j2BwDYn2C61pkt2uJ8RUb9l5P2dOr5b\n4k83bioJVVtJvXTdVP5lJS3dorgF3OryWJ0h/GLb1B0lGyrYhK0Fn5eFmexf\npB3heF/eBIjNOFpHzLrjPxn9CuE/ER590ajgkvSV7CmWSs4xf0SpGGl3Nx9a\nsxS/NY3X1g1kHiCfuoRL5c8kxJdtts0t4ipy54dxYnjP/5HeO5r4evB4IMXB\n5rok\r\n=QC7c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4dxnPXyNhLdfoDfUb0X2NT6LQM77TpUkE81tuPyRWDQIhAKCb5eu/WJbvsuyU8fxDfDsHQuLdxHCOrbK6JKGYvq6Z"}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.4.6_1583187666659_0.8615643626013043"},"_hasShrinkwrap":false},"2.4.7":{"name":"bigint-crypto-utils","version":"2.4.7","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.min.js","types":"./types/bigint-crypto-utils.d.ts","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test","types":"/types"},"scripts":{"test":"mocha --timeout 600000","build:js":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=./src/readme-template.hbs --files ./src/main.js > README.md","build:dts":"node build/build.dts.js","build":"run-s build:**","prepublishOnly":"npm run build"},"devDependencies":{"@rollup/plugin-replace":"^2.3.1","chai":">=4.2.0","eslint":"^6.8.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.0","npm-run-all":"^4.1.5","rollup":"^1.32.0","rollup-plugin-babel-minify":"^9.1.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-multi-entry":">=2.1.0","rollup-plugin-node-resolve":">=5.2.0","typescript":"^3.8.3"},"gitHead":"676397d9ac6df1f48bb392741b6264f88ca9645c","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.4.7","_nodeVersion":"12.14.1","_npmVersion":"6.14.1","dist":{"integrity":"sha512-xncjGjacUIBKvUTPssNlXujY3kSyu9tM5g3j1sTG8lnj6E6iPnMG8sctB7F4WKhGyTdPD1KqYD5V8RH1c49pwA==","shasum":"42440aec8b9ef2ff17f1b322656e751cd172de78","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.4.7.tgz","fileCount":8,"unpackedSize":97457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXhdaCRA9TVsSAnZWagAAvGkP/0uZ/SQjTmOEmJ4KfNEs\n0Mp+kgji2Xdfh3Ix7YDtg8fb4qsiK/e9vPImsV+s2WipTVOH9anDW2Oh+Pne\nSmoSc2RCesAwU/idJ0xDomicP24gBjP9zGG5nsl/tjTwvuEmlZrh++4gOzI/\n+IdnwoFSE0puTJpIofwyjGuUWUx7BXhGe+OsUn+vaH0jqpeGVUMklCKPU1oM\n+58gma3KxRCQzVWbhKex7dFaAmdJA1I0xh2AeZTcfmBOLePCPekr5NC6nrGP\ncR4OHAkdJ/SN9VQsgKwRsnUj1W+/AWOE2A2QiU2BgDPLiT6L+dMiZ3hs7WfC\npDO1eozj8m3asE5EVQ/Hvy382Vd86SeqFbgdbGa44ycNLHuN05zJes1mKDYN\nf2oWMo5cHCIR6tcHc6R6rihuVwFWNZDUr+hTN06Dhfp5cPK70zriajYdK4h4\nFyblEocLPHVDJwoD60+67tNmqEeQyHjX5uGjJLHu7VFwq+zH8VafhNr84C29\nr/aVMj1gg75tEcZhqgp9Trsyvik6oUeVm06FQy/NOqIrXhNJ1gduUcSHXLSi\nPvWWMdB4slp1rxlhcTV+unbDYTUE25SihgOz59GRU4LNUQrmqc9s/sgr5ZFC\nc3RcTRUHPMI5NmYiBQdxL8kQVgSbrSglv1yaY7F77Z3dc91HmIzWNfx1vmK1\nApxU\r\n=7/fj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA7AQYh3hNCHmEmogwkb2Q6fwUGibZG1VcbwyGUvzJscAiBX+ELP0Ub8PZMHEL5fH3HT88FxRP0pRbNj0PvWbXMXJA=="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.4.7_1583224666029_0.25668592401293067"},"_hasShrinkwrap":false},"2.5.0":{"name":"bigint-crypto-utils","version":"2.5.0","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.min.js","types":"./types/bigint-crypto-utils.d.ts","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test","types":"/types"},"scripts":{"test":"mocha --timeout 600000","build:js":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=./src/readme-template.hbs --files ./src/main.js > README.md","build:dts":"node build/build.dts.js","build":"run-s build:**","prepublishOnly":"npm run build"},"devDependencies":{"@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.1","@rollup/plugin-replace":"^2.3.1","chai":">=4.2.0","eslint":"^6.8.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.0","npm-run-all":"^4.1.5","rollup":"^2.0.6","rollup-plugin-terser":"^5.3.0","typescript":"^3.8.3"},"gitHead":"463d6fd8b0bc075b644712f2130e573c21f3be6b","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.5.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.2","dist":{"integrity":"sha512-9I+Bc6itJ5c8+7/ztchIilbHzxepBaUbz0eubVH2L7Gp/GPxiyNZJ65wcyOfjpSSeMiWa+0PcrQxLpX0hxyGGg==","shasum":"1b284150489e9c5e06b6b210a417292899161ffa","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.5.0.tgz","fileCount":9,"unpackedSize":98969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeblKaCRA9TVsSAnZWagAAv0wP/iXtKnNTUtUPb5pOxLWh\niqGHyxZf3Fonosb7lKp39WFp/9GYnQlepNFQe3QgAQ3uuFNCXbSY1Sr5X4K0\nO51zZOLdrdsaVew+es8KNUUgU0Qe2HbAvwKWVJWqrB2Sa8wMy7eqMayduf5b\nzbfUe7cGN921kvJIMiWnzeTz4/1KZfaHuor/DWb+gz6y/ltUPdz00gwC38l1\nqFEKM+pWpFCsHoh6c+hF1GYm05EBxfq7enqwowuca8ecJu/H5poBW6lLhdY2\n+ZzAET6K0XDphn/jPnwvRSRTvayYPziIYzArJf/749cR3tlbHNLCLk2nsx8c\n5wDR5zwuWORPzmwivEPZq7Bvu0OH25PJFHhyMuuTTCChKNJ4ArNNxNgti0qO\nz/dtwXDdV2ZUqs8dEeqPK1RoRHtrmGrHx6rFna8D/EKLwb6NJprM/wUBigYb\nlhmynIdJWnnm45poL147N10Ak/p+r+r+clygQtsWG/3rrlEQkbhFdfkGSjdw\nYrdN7Y2Kb6UvFEBmoBu2la23X4GeJBeilSoRbkZhPSnoN5h6GQE1az95/aTM\nafFJJkLBRt4cYsAGpVjDM/F6ft55y/Jc45dKadLnJLePUJX4IuSobgz9REYq\nkHpXe12tbdo8zL1XYGclSq6cYkzrh0vtYF9ChimF7iERmCvEAVFvtzS7yjhD\n+O9o\r\n=MvMs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAsCR4PbvMT94FTvbZrOGVJxdQND4yzuHXt0D6o1aMFfAiAQiNk882WO7+DKrOfsolpQLnQ3C0a+9gzg1k4A1UCZvQ=="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.5.0_1584288410243_0.7657231696954572"},"_hasShrinkwrap":false},"2.5.2":{"name":"bigint-crypto-utils","version":"2.5.2","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./dist/bigint-crypto-utils-latest.node.js","browser":"./dist/bigint-crypto-utils-latest.browser.mod.js","types":"./types/bigint-crypto-utils.d.ts","directories":{"build":"./build","dist":"./dist","src":"./src","test":"./test","types":"./types"},"scripts":{"test":"mocha --timeout 600000","build:js":"node build/build.rollup.js","build:browserTests":"node build/build.browser.tests.js","build:docs":"jsdoc2md --template=./src/readme-template.hbs --files ./src/main.js > README.md","build:dts":"node build/build.dts.js","build":"run-s build:**","prepublishOnly":"npm run build"},"devDependencies":{"@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.1","@rollup/plugin-replace":"^2.3.1","chai":">=4.2.0","eslint":"^6.8.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.1","npm-run-all":"^4.1.5","rollup":"^2.2.0","rollup-plugin-terser":"^5.3.0","typescript":"^3.8.3"},"dependencies":{"@types/node":"^13.9.3"},"gitHead":"685bd1a5384ba4e4b7914a1761369226aba92bec","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.5.2","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-bnBmT8k3BE++PgiCPrzUceoR5KvqY04Kc+aHjgaoDHIRpbFYHrdGFOROwDN3esrslatjSnuJ/uL74ifmoD4mog==","shasum":"dd8d3eb1cca623c36524c4e5c5c03d9cd8f6468d","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.5.2.tgz","fileCount":9,"unpackedSize":105913,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeeplGCRA9TVsSAnZWagAAStwP/0Tg/xnh883T9euWtMuW\n62/AzLyBLfvhgIagLSn2S7PH6tIHZO1xdXTeoqP9CxpOG5xi+WtU/X3tmSCO\nt/SmbP6UUvc1DEpM1hT4TyErRSMRxuXna2Bld0dSN/4RZioTDdEldWJrKY+6\nWmDTw9fAKUZUJlHYDO+9kBUZogNeOKjOvNHfUL3n7TBFWEeGOVQdDJvI4L4B\nTBeIalQNMqhquKz97z3JDMT+scRY8hJ+pVPPigxEzvJZOXzUOxRUfoPmSpZd\nR6X84CL/l3hcx3g3Ag4bXiO/yEQN3a4p1H/tXhk55o0xzNdj4cS5xGonLTLg\nMZl8T2/n3LmKlFxyv18mp8nr7mUIFmkQLoU1khMK9fqMvvys4pyv0xyeJR+j\n6nXeCzfUkT+48Fq8BGGhC4/zYdONdqbu5SmN6LS7+epq/ZwKlAvtHOLVOz+Z\nvXqZozx0LjnxhdLoiIpBdpMiX3249Q8wu5CKyeKfg7fUlHBEVQzki9ILRJIQ\nCMnZDngBMdu3jAhLaz7E94/BhfxOIbTgJ37imMWOqNiG316QOHl0c9ANJuqy\n9ep2mT/LaZ8FJTfn386yJrH2hHOW8K2oh0g2DyqkoCmvNAmQjCFI5wXj6aw+\nfaOFKSgZEGR3lmtyRxWebrPRIIqRWLvHgI7gkjbuUChFMd+a4fdwV8oOLF92\nULgd\r\n=6JI3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIERd4LB+wv61tfXtzZV3ukrqoTZxcGyh1PaAESY9b2l+AiEAr7vNh/yurnezvnllx9mPTuPUv5j5GjIm98cDunI98o8="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.5.2_1585092933975_0.39410670525837954"},"_hasShrinkwrap":false},"2.5.1":{"name":"bigint-crypto-utils","version":"2.5.1","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"scripts":{"test":"mocha","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"jsdoc2md --template=./src/doc/readme-template.md --files ./lib/index.browser.mod.js -d 3 > README.md","build:dts":"node build/build.dts.js","build":"run-s build:**","prepublishOnly":"npm run build"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.1","@rollup/plugin-replace":"^2.3.1","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.1","npm-run-all":"^4.1.5","rollup":"^2.3.3","rollup-plugin-terser":"^5.3.0","standard":"^14.3.3","typescript":"^3.8.3"},"gitHead":"0526c330ed2804ae07658c7ee62be026e87439cc","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.5.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-+Y7z9C9I9JoEIWymsDDBblSsg6aeQHuULiNXii/hfH6IEkKM7laEvDO2lGBGoXvz4h90gbcihW71ZI1WHJZxhA==","shasum":"102967fbbbd9b7d2056e7095dc6c68ab73157426","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.5.1.tgz","fileCount":8,"unpackedSize":78872,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeixYCCRA9TVsSAnZWagAAgkIP/iu0baNO5G8mdr9xLMds\nwZ5Re9h060PDqMEnMKOfy3+bi+lMYaVP9kL33y5Kud/U827UapPRmwWtAdF2\n5CUfC3vYJl1beWorheOSOxnbcvyb2RbTv9soCXDG1iRd28tH/FCZHGG1UlJh\nnrFcYIUk7gcRRFUP6l53db++qi3GEW/728t99teptfD6zRw8bS+sKaagYW6o\n/cqOTg1j43780TiuvSyXqnJQGs4ANkDztVS4Fw6wVgPrt10T0CDf+m80cV5w\nHGIMuC3efb6jfQh/H/LRbGAkZcdJCOnqpJ398Bvbo8evpFTyWRqClGMn6CI6\n5ZI+OqDeGOrNkcVrnkUIT944lc9ASgyzzO7RxsVIfdd+dTTUMhMf15eqL3tf\nVnpaVFfM64K0/f2J6GatI8GGpIYYD7WPyqcotX7GKornOKVPWOAFLSd3wZ1D\nqdz+k1RHw3vVe+4akQtcCp7sDxEekhr6wwsgnci60WnofXeFrX3wisRsb/N3\nLRMumGTnnfLK9YSkD2HcjwysjbJyZuoLO9Ok8C/GFLF6Riy81U8tymmsmBZX\nQIXWHfL16OWEPdynsSP8nAWy37GQcULKaJimeTje82rjc2H0SEt5uMGG9BHs\nBeY7LVLmJkVK9jLsu9MqF+8j/GshVCQP3iRsWkzDyfnc5b+XNLiF9GGLq2+D\nbJBW\r\n=kwop\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvAxQicutL7/HiRQMZtWvPI80cTqxvuZ09/VxrX8blGwIhAO4Upyqj/Z76hVrFtoHMSeuCvE391sJYjByQ5IKxs/Y4"}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.5.1_1586173442373_0.15548070981531636"},"_hasShrinkwrap":false},"2.5.3":{"name":"bigint-crypto-utils","version":"2.5.3","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"scripts":{"test":"mocha","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"jsdoc2md --template=./src/doc/readme-template.md --files ./lib/index.browser.mod.js -d 3 > README.md","build:dts":"node build/build.dts.js","build":"run-s build:**","prepublishOnly":"npm run build"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.1","@rollup/plugin-replace":"^2.3.1","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.1","npm-run-all":"^4.1.5","rollup":"^2.3.3","rollup-plugin-terser":"^5.3.0","standard":"^14.3.3","typescript":"^3.8.3"},"gitHead":"18eabb6cd6f448d4b4d28ade13abca1a2d0569ba","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.5.3","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-Hp+3Q+Kt18Z0csxGuwxz1axAXxCT8eK/F5MX+bfw8ioB+R0rUZPXG5LeUXKX9j6Ljndwjq4fsTLz94yGmrtmdA==","shasum":"9fa04b13eadb843b05e254f341924817d61ce90e","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.5.3.tgz","fileCount":8,"unpackedSize":78843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeix4ECRA9TVsSAnZWagAAXW4P/0KOa/vNJlW/oK3SrcrT\nU+jSFaB+Umo162IQjNECaK8s0f26cmoHpFXM5nVJx8i0y3aQruJsLAXsr5Dz\nr0PujOosUgzSAfB3Afka+fFGJ7gcvI5vxjH8HJwLeEnwXzhM8xPzvO4iklev\no6ZySJ6f54n5BOSnJGYNnDTt2nzPybiJgpwqqk8IlndNfBq4k1xNlLNrkJPj\nWZxuuH127dOiw775V5kJwE7HdxOakTu3EF0BD0NsUbtxgVWo+jIoIG5Jh1sh\n/6l6PDAPZvGndmpGV8dKvcC7m6MYOVSU/k0Dk39cQwBY+PvJp/J9I4LzJKf+\njnTSvQz+5/x22P6n+qqDl9xdl3+baivCTZjWPogOlg9Q8FLByVVo46UXzVKK\nlPJFJI8M1sadzZBPgQJeruZEzJ/1Rsn/F07xnC0mezj4uoI2nqEeo39QpP3O\nYpIdoXEsuIbRhuChkDilXJoQe4Oofnpz5Xm7JDCrP2kj23MCxqCWlfLwcUOX\nI0EKQ8le7UXRMZiX6DN2+dXg7sB9kXYIEQ0NCeGBOaNwVGEtk0NOj3W3JDMD\nXTu7mLO4+j7LVG5gIIdSmRLM1RcQVQLB0ujzFXp6bkmVIIt0mhpxXMgWvjJi\nAxRPA2T6q0tRq5OK0+IIu4HpUxjOg4mkzNn8sQUrxyGZdgUEPgOenpSw+doA\nMNTv\r\n=PPJy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYgl26sXRheMGJdaLDMCYhpaRhsa6NazVFFhIyl7g5XAIge7c4okqXMnj3A2j0khR0lOkrJQ1U/NgcHlfo3sB3yQQ="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.5.3_1586175491814_0.17632941054119988"},"_hasShrinkwrap":false},"2.5.4":{"name":"bigint-crypto-utils","version":"2.5.4","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"scripts":{"test":"mocha","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","prepublishOnly":"npm run build"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.1","@rollup/plugin-replace":"^2.3.1","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.1","npm-run-all":"^4.1.5","rollup":"^2.3.3","rollup-plugin-terser":"^5.3.0","standard":"^14.3.3","typescript":"^3.8.3"},"dependencies":{"@types/node":"^13.11.0","bigint-mod-arith":"^2.0.4"},"gitHead":"069f8891d7e108f8f9cadeb2e54f4cd93dbac829","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.5.4","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-Js2GdVuWaNVAOlErbb4FaNYyyHxCr3uWXnBXZl7obtU6Z+TfthAM6tndBIx66cPdsgBxnEOo7ES06hdYx1BG6g==","shasum":"3c1d66a48b58efb03fa5fef3a7a766f3e83a1679","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.5.4.tgz","fileCount":8,"unpackedSize":56905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejJamCRA9TVsSAnZWagAA5ogQAIEfiu1VFZOXrO59k4+p\nnXR5yUiWG8hhAZZfaBndRV8brev/hXTEDRJoBC5ez6VbLgmZKmWeaKv5tKnt\nr6GldkVSUf4YEhK+vHtsyAhbt+DA7cQIMUG/8KojHUqbcY/C/xKSGK4Z7E7E\n7tNS98MfDJZDwXJOkRRdQewe78aNG4+x1Ikd/hTFOAK+cCPCLgHDZlcPZiOn\nmrz2BXhQyDl4zq+1bQ/eZUsJlzwdynAK5affyMchGNVfK8JwWslabxBSpW2n\nMIhOpbmlq7jn6uvHcj0tvOg147V3Fz6Sa3VleCE8P38VsRGYJ9auRiZvAkIE\nPCb2i6S1kfIwZrB5U1tFR3S3nZxGwIsFR1Gwf3NvSeUbZ6jQA3jNgZbI/8xf\nxIeTczXUQza3A0BXeXFiTwG5hR2z8XxSVG1WHlUvhZzGM3dNLgGgX54E1VPI\n9y8JSroy0uJgokN6iyT8/nXlwG9BViAuO7iLHSsfx+17NkDN81oR0zfd7kOH\niytO1g6JVf8LBOmaLFBvAui3EITQ/IJXmdmVya9LPzqFBsvfu5tqA51foPvG\nbZmqU79+H8ZF4dpEQyfrrHk633vny65/zXCZYuKvIwpqdlr9xdiojPz81QUu\niFRvZ6Je0nnHisHHfzPWkHRisZnQ2zG7FInrJHUP0cREnVoNkItXss5YwsYO\nEFXH\r\n=CuxZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICKMpWM/gz+6QKZeCNyTr5wO2yJEAKDXu1c44rDZMtXTAiEAvS0rIBtKGviLKeMvT9pLI/YAtP/3rwukUgdNCZJvPOw="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.5.4_1586271904085_0.8256962258821112"},"_hasShrinkwrap":false},"2.5.6":{"name":"bigint-crypto-utils","version":"2.5.6","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"scripts":{"test":"mocha","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","prepublishOnly":"npm run build"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.js","/lib/index.browser.bundle.min.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.1","@rollup/plugin-replace":"^2.3.1","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.1","npm-run-all":"^4.1.5","rollup":"^2.3.3","rollup-plugin-terser":"^5.3.0","standard":"^14.3.3","typescript":"^3.8.3"},"dependencies":{"@types/node":"^13.11.0","bigint-mod-arith":"^2.0.4"},"gitHead":"29faa429bbe377426f89c0dee3756d870c89d5fc","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@2.5.6","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-aC2T4s4hE/Rp8vD7+EG6j3qZd8lrHFqnHLcUck35QGAUt9w2PrdY+xkx+LAb0mkkBr7yfu86tVhBqVunMVkiGg==","shasum":"ecf760f2803ab935c76f415f70bccfc1ce5f8e6a","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-2.5.6.tgz","fileCount":9,"unpackedSize":87918,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejLfbCRA9TVsSAnZWagAAvUYP/jiYYdNmuBoP2qLddmYL\nDQT6rf51ID3bXUCFSYL/3V1ElkUXJnjCMUYB4Kg8EmHEoGv7oX98d+1BAKp0\nye2kejlogrDb1PyqUvQCvQ7KV1Crevly/TByl8kU8ZtEKcrYgj+fy/+U+/oZ\nkllpyxAsqXaUOarARRI6yBoJZKGX4OdH35oDmkf2gpPhjmSgo+q6qEZY/q0m\n7n2gWAsUaGKbqoqk+rBcl58mHdXiqampb2D5dB/dn5G0u7ZJHPMRBtFUZIlO\nzIWNlvhaq7tyWx1ZS2exXTNlZC5YY6XE3bF1IBVcp+CtAuFu2giKDuoSeW4N\nMTUam1K6qLBp2eR0zFjNdJkWQSnv6Jql7QaqNpQv26/V1Qt70IFh4TWqhuxx\nkfk0XCAJDVQvyGLQIR6k+oYQLDg3tr70OYHcQaUKKtpd6uyx22g2qO+F0ltx\n6CX7Anb/U8xgWc3hxqYvxzRxmxbUhABTKm2r+Eku1psToF7V5OGjww3iWixo\nrOEicn3T50cm2m9TbhxijdPW5e51/udvJQF+SF3SECoZYfbLqYRyZq2CGSBr\n9kmkpo0VZIWFOl+LRq3nQXd0AQTjzgEtMrVZSEgJuoKbtqI3+V/+pKYs5r69\ncfoLG5devOffcc2GwH7ksxyXEa6AIov3VNgTUrhV0lOVl0zy3zfi4eZLQSjn\n6AxC\r\n=+Eg0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUH3+o1Vky7gNgDcO857KvQ91lE4CG3VLEliD/+pUJyAIgEpDqwoNo+6I1Tumgc7+OqsSbYXHSi76bTaW9bT62VA8="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_2.5.6_1586280411445_0.9017396297896167"},"_hasShrinkwrap":false},"3.0.0":{"name":"bigint-crypto-utils","version":"3.0.0","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"scripts":{"test":"mocha","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","prepublishOnly":"npm run build"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.iife.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.1","@rollup/plugin-replace":"^2.3.1","bigint-mod-arith":"^2.0.4","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.1","npm-run-all":"^4.1.5","rollup":"^2.3.4","rollup-plugin-terser":"^5.3.0","standard":"^14.3.3","typescript":"^3.8.3"},"dependencies":{"@types/node":">=10"},"gitHead":"4e423816b4390f098d4a8f90caa2d322e2a2d837","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.0","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-SmibYI14dnWgKViS6qMWXWp2ZQ21eYWePuoNJsSZIoCW5djqgThRmvI1stCkeH8N9RRvnS5f0aWlC7OzNhCZPg==","shasum":"c85a0e4497660e12f770d377ca3e19a0fd5c45f0","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.0.tgz","fileCount":8,"unpackedSize":81771,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejP1pCRA9TVsSAnZWagAA3JwP/2sUU2J3nXqVglioXt9a\n7fljsRR0BJm5NKvtXMge3PpNYdbyQuwvpx7z76SJvCCShfFj6DcKfRZ5/ZS2\nKd0tHC1/odJKiLA8VfIC4/XWgAptR3jkIKLnapQehzq0hLrpSW+btSRNw9ZL\nU3JbCy2aIzk5dmHJk6uDZ+Tq9J6qXv3qlFJigSTXMBsVgspviUGc32K5kng1\neIBsQqKGWTLKSDFdVwEhC/jgxhibGvha4ju7ibCbphr6RSg5MRJyEXQYyTKm\n/RQsbz1Yp9QSi+/yR6PTaMCTE1t4jloPTWEYyJpqouO/KiIwtAJq4t6sRUbv\nqrbWiQXGwfpkDlbT6EoD+s1iWVLjyJ/kYFCUwWF0yfteF/RwxkWyJBFwtEza\nrURPa/pLKJJo5QPNS696gOeURtM9VQAmuQgGoxIgDmiNR9bz7dVG7q9dvHmh\n/Tb37PXLq7ahBwu4pFzbWj0Qd9BArqxsd5JFbWLTV0MvFJPAIA2gWoz1C1nb\nJsiqmYdfZHamtm1KRv+FBSc5uZLBXtlnYngAVKiDOsPtGP1IqdhHIayUhfhR\ndYb7c2voPAkJx7qD1ldYTQljlmjp/orrr8CCFz0nFeWE7CzOTkpJV+1Hfm8w\n5SWmGDZ4mM5+OQxVxSfh4/lp/Ae1dS1dYm9bKlSPw8gRronT5bkwhsmNKHyV\ni18W\r\n=X72l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB6MtflNA2TTO0sC4NfzTMl4SlgqRDNGKfopKNCgOMrSAiEAq5Y6wrWl8CONShp7fA1pSvZFQdtOBQ9JwomCDaBRUVE="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.0_1586298217260_0.46615687991048604"},"_hasShrinkwrap":false},"3.0.1":{"name":"bigint-crypto-utils","version":"3.0.1","description":"Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing.","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"jserrano@entel.upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"scripts":{"test":"mocha","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","prepublishOnly":"npm run build"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","crypto","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.iife.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.1","@rollup/plugin-replace":"^2.3.1","bigint-mod-arith":"^2.0.4","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.1","npm-run-all":"^4.1.5","rollup":"^2.3.4","rollup-plugin-terser":"^5.3.0","standard":"^14.3.3","typescript":"^3.8.3"},"dependencies":{"@types/node":">=10"},"gitHead":"827e853c5e7d25808e386c4af5d8faa6eaa4d0d6","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-GR1KIj5CeNc7GliH7GymIodS7+DdaQl2+/9+YlGsWiMsjB5cNNCaCMhi/nKbIXOnokti5OGDa7HtaHWKEknSBw==","shasum":"7c1585440c780b4084612850a7bfc875e3a4493b","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.1.tgz","fileCount":8,"unpackedSize":81375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejerjCRA9TVsSAnZWagAAU8UP/0OeY7oviW4VzXg/y3HN\ns88Msjq6l3bDn4rot9k5e9+lWA2xFKcS4wngMjWvGZ2jVPgNyoQInOjWSym5\nA/mBMwVcOi1Rr01EDoT1m7nrX/gmVzUJrWCO8GTyPSfVjzUEJmU/x0AiVXPK\ntDR78+cjA6t0M36WVSxvPQWjZStBQqS2DnJ1mZ9lUlrNh6k5IJQXwWxEojAb\naktQS24MouZL5pPMhrLXDIyXz3nXAyumcTeGZrullOkEYwtTMt0Wi4yrl5EH\n/2gQX9GQR64iYfhyjaYYgIXpKPxo3dkg1EgzQJxAK/+qrgyzQ+hVTX/ydPE9\nuXEWmQzudrcz2tOpKrYjrkbFVJ+wblQMAOawqH2/AkYUKXzpe/NXySjTyVCk\nZVUK9foaaLRPvHE/XWUYJe22D9wsd1lRuV/X/wG3JddUs6W2VbQ0+T+L6MbW\nyLUV52/PBqwc52Z2Jre3utYuCjyLSl2cCDT+IcbF8ZIrn98xGwjwzh+8wIwy\nzsjoNv9gGCRrl0TaTI1GMIMvMpnUDXqWgWA6dpuqL430jOpIWyyl2SKcZCmv\n1Vg3qGXVi9TysY9U6hPokoNNvsFHHyU3T6xE9ROWkxFNCfQiVnPZEhNL8zwo\nbr0rSXVhYPlgxg5KAhgzCoTRm6aL6tfEF0eXxanmY7jhLMHYvA/kmOgnSHh3\n5dOk\r\n=R7Nl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFKm8Ny4cZuhNKCdQtyhKXdlaXgTOOT9sLjXbwK+KO07AiEA0H8PJFKRng9NiA0wB2gWIODQ04izt8pdV1BTQIDSJjc="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"jserrano@entel.upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.1_1586359011389_0.3216157399641826"},"_hasShrinkwrap":false},"3.0.2":{"name":"bigint-crypto-utils","version":"3.0.2","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"engines":{"node":">=10.4.0"},"scripts":{"test":"nyc --check-coverage mocha","coverage":"nyc report --reporter=lcov","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","preversion":"npm run build && npm run test","postversion":"git push"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.iife.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.1.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.3","@rollup/plugin-replace":"^2.3.2","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.1","npm-run-all":"^4.1.5","nyc":"^15.0.1","rollup":"^2.6.1","rollup-plugin-terser":"^5.3.0","standard":"^14.3.3","typescript":"^3.8.3"},"dependencies":{"@types/node":">=10.4.0","bigint-mod-arith":"^2.0.7"},"gitHead":"c0fe8fac060c7cd8e9047931dd956e32b1083fda","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.2","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"integrity":"sha512-PDU0hHjATQk4M3wH3RaLjH+UajdlzB6OAmTB9ENkIBviZE/RDhPA1xgooTY9mn9ti1yh5msdW72V6bereVXOYg==","shasum":"4b7bab1e4a952006b365280bb9ed31baf7deb5ab","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.2.tgz","fileCount":8,"unpackedSize":72272,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenkIbCRA9TVsSAnZWagAAcssQAJX+3QQqwYd01ryP/M63\n5Xb5QufZ5p+FnwRmBmJBhzepOicNqoE+9MGtWTemgSQcoIHKDq7bjpSRC263\ncqpNMu3eHOfQcNl4uTP7XS0A+ZRk9uaJpznkI2G2Fg0VgQezDC7Y04K5P5uw\nGiSmaR5kN4S+Q+LQe8CQnv8sTorU7ZFID/KbU5jcKGUuJEU8WUa3Vixns3zY\n3RTEA2ZI6H9e8KChBrnY3QntDFa3jUge0TyZuFwtfWTGieveOLbs6pIoAkzS\nITOurV6yOSoaUIIkLZ6WkgRKxgjKIVh4Xe/NP568Ke2oql98UwHL3nITt05p\nqb6c80bIH0zXsJ/es57xDfPNDUHWBQYogUdLAy7it/1XvToxxWO8UguWLANM\nwUYwHCov/f77t9Ak/i+GCUYGP12ucaQr9Xa11xyVWMbjns+37+kbZGzjXAAg\nptf1sCV6yFc/z0j7IeB5CNNLPTwP0WL4HVz7hxuB6CyIg3t5tWkhFkRo96Ld\noilSbvY7Abs0WiPADiUU1TgCFmAzclbUkHP/t5OyL+7a4GmOFaySNokXC35U\n6uTWiq+nubcWINqpdjtkjCUaLBTdY5CMRB6zBDSZKk+VVGG6e4dwa6a9C9cn\nbqLrlM+ooREJJGJh8rKZO0IUbgtDUpYIIPVQLf2uISj8ewPOvO1af07SeS8t\nkI62\r\n=Kz+V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBNiIR6P6RILQzT9t7dbYdk8Vl7tGCqRdwZHFwuYDHBaAiAcAyBEHUmctqnIpUfwxSPVaKU1sZ33IH/clmAC4nSiRw=="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.2_1587429915127_0.6811405286978867"},"_hasShrinkwrap":false},"3.0.3":{"name":"bigint-crypto-utils","version":"3.0.3","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"engines":{"node":">=10.4.0"},"scripts":{"test":"nyc --check-coverage mocha","coverage":"nyc report --reporter=lcov","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","preversion":"npm run build && npm run test","postversion":"git push"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.iife.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.1.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.3","@rollup/plugin-replace":"^2.3.2","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.1","npm-run-all":"^4.1.5","nyc":"^15.0.1","rollup":"^2.6.1","rollup-plugin-terser":"^5.3.0","standard":"^14.3.3","typescript":"^3.8.3"},"dependencies":{"@types/node":">=10.4.0","bigint-mod-arith":"^2.0.7"},"gitHead":"4f9659707fe358bbd4b8a37299d7e6e9feed0b35","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.3","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"integrity":"sha512-kHpTVnhihygbBI365tDaqOyoJebPCkKHi52tawe0EOVJVeM9fpCjr5AvHt84oSWutbZoi6fHiRPtQlHZdOjJDw==","shasum":"19ebf5b3d03f89a1fa438efa10619bd25b1815b4","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.3.tgz","fileCount":8,"unpackedSize":72107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenkXICRA9TVsSAnZWagAAsHcQAIreTRRZ0vNXHhV5+gfR\ngAN78oUyRAhWzdvjMdBEBcdxNFHGGtU1hNOeq6xjDA+GudDvlRLqJWlxJQr3\nIKRQUZCHltyTMmmUl7feGxCgc2Jcfiz5uHpJznatVtu1whei3iNPZ8F0BOyq\nkH552wOREJmaA+iauD6onhMHklu5wYfF8i6vPNpLSNoLkuX8Ktk/o6NVR9s7\ntmR4ebp8TBG/JyeSl+ZXLnyGlijwuuXW3cuRxPymhwOk+pR8BVtGltQb1gKo\ndbSGgz+Jexoz7ACKQyugW6Tob0dPnPbu6MtvCgYsP8k7ZdDvbCdGm+QJz1e2\npFP0nBw69zgVZ9gZwNsJC2saV0PbxOOJfJCN4mxDdYhrzXm+gnYjs4QlcPfj\nraqEwTYhaj0RcGAWIcoi5n/tYgom5m4WkLO+OBgmq7Ne8d9kcVAKMQpA93s3\nlEU7rN/vordH3iwfwB1ptBPgrAFH9y2mVTKb3EwhW+1JGZx6PSee+sJiVKsh\nfKkYnAOZRX85RaCKxiGKcqM1WWEOqwaMJ1bOleK67JGYL5c9VFcXJHbgYbl7\nrhzzpWriVtZazM2+mN9SQFquaJ3mZ9qY3KOyIw2k7ueS5xvp0tTI99G4tioQ\nvosbgrP4DOHXO1ROjdS1+KQq5MOrBF4AOIKoaz+eO2uRCq39ZCLo0INEziiU\n8zsr\r\n=ddeo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE3OQ0AFVgOjIuWrbAmrQbBw5udXhfJAUQ94uFGV8Z+iAiEAiKKOO7pT/KQOukGQ1bsMf8t9IiftZGHDe1ohdhUJ31U="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.3_1587430855828_0.6538584225507125"},"_hasShrinkwrap":false},"3.0.4":{"name":"bigint-crypto-utils","version":"3.0.4","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"engines":{"node":">=10.4.0"},"scripts":{"test":"nyc --check-coverage mocha","coverage":"nyc report --reporter=lcov","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","preversion":"npm run build && npm run test","postversion":"git push"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.iife.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.1.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.3","@rollup/plugin-replace":"^2.3.2","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.1","npm-run-all":"^4.1.5","nyc":"^15.0.1","rollup":"^2.6.1","rollup-plugin-terser":"^5.3.0","standard":"^14.3.3","typescript":"^3.8.3"},"dependencies":{"@types/node":">=10.4.0","bigint-mod-arith":"^2.0.7"},"gitHead":"5e31534b31a519f4a3ce8133d3dbe5dcff0b7f52","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.4","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"integrity":"sha512-fwRFCdJExR4GxXMqBb/ZJOg4OtTzLM7ELE5yPcLTe2Vx8pT94V1VDoac7JldPQt77DaHSMeizcSzPDCuSuUzeg==","shasum":"a49c5265b8c75dd85c276268175b50dce0527233","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.4.tgz","fileCount":8,"unpackedSize":74109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenqo0CRA9TVsSAnZWagAA7u4P/2e3yaIB0dmoWk+Plj9Z\nPlrRD02b/y6d18wrNzLk6fHf+d9JnB2RlzryuY2cpiBvtEg1rn87fR82KFNx\n1esXz8Ub4dKcF/5xg7vQmy6Psrha1BXZMN+rWbW3SIkO+kV0/8QydUm5gKi6\nkBYwqViII2Kxv5MtBFJy018GlFm2li1t8UCSGZRwhCOMb/pefyqL/VGFPx6g\nCrYC3x51JU9rvTWXiRtirnQIYsUf3/4qKhNqacM6EraPc/ngWrDk9pu+Flkm\nZOdMGhbBgyVT5/zYUvitiKWNe93+4LT3IaUz+tiVVS3PjXvuI8dHW3iXmT09\n+xzdZjRja0KnS/p8wnxT52BSJDyf1KpW8sNB68XFC7ZngDxTC3RejfBJKPWb\nFZCVJlL8I1f1r5EJsPKmxQB1xyZMthdsf/qhr9aP6zaG0WWObSZh85A7gzIt\nPEsG5ESswzrUho4Wfv/wKy1sVtdqHVAVHu36NCgjQNSAZcK+4w2hsSpQUupL\nCAlCUCElAS1qmczF2g8gCPp8xv+yuN9fimzOvg8KMDAAiUy8k+tnFwiVGaOA\nc9irGB5rod2wLoyKk0f29m8pz/sI6nLUsctLmG1pjX/ubhLiy89FaiX6bDdZ\nP38hTR/940d2um23LzlNOCnQoQKH+i5UNxjQ3nzz7BNGpQTjpTN7eyOMlDnY\ngE6g\r\n=vbfJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4Q9Xcke7Oiov7+bE/dI6XQdnuYQQOW548QYymQNsS2AIhAPe3KUok2EUQd2+zWGZjXySCfTi1Kw/Io/EjKgOTjcLN"}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.4_1587456564198_0.18087086787557483"},"_hasShrinkwrap":false},"3.0.5":{"name":"bigint-crypto-utils","version":"3.0.5","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"engines":{"node":">=10.4.0"},"scripts":{"test":"nyc --check-coverage mocha","coverage":"nyc report --reporter=lcov","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","preversion":"npm run build && npm run test","postversion":"git push"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.iife.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.1.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.1.3","@rollup/plugin-replace":"^2.3.2","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.1","npm-run-all":"^4.1.5","nyc":"^15.0.1","rollup":"^2.6.1","rollup-plugin-terser":"^5.3.0","standard":"^14.3.3","typescript":"^3.8.3"},"dependencies":{"@types/node":">=10.4.0","bigint-mod-arith":"^2.0.7"},"gitHead":"9344d20f3244313dfc53b6744f1e33bb65900d2c","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.5","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-oKV6wLdIoGn6EsCsr+Dr3XOrTGVYtOOHSYDtWHxJL0IQXzUmYi4OVDZwA/5SXkvMajJDVHHgwLROpqo3WZnWCg==","shasum":"7c1f93353239a2124e0994c0475300140e1f7bf8","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.5.tgz","fileCount":8,"unpackedSize":74114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeq2CGCRA9TVsSAnZWagAAnWMQAJx7ySrzpde6iCu1RsHP\n0+zNFSQtBZ6q5joB9R37YXcWRr9eY8V4Ok+1EblzW1UThKn/oO9FauSFlBvG\noYO/2JapZ5FuAxvqEItKay3ihQqei53/OSfiyiL2CPacfLz6BDlSRx/4Al0H\nk0nRzWY8V2gWvf7Rb25aOx9/hyNVp91qsIuDve0Ao0Do6Jz9vwe2z3GbcroS\nOsrXsnRqbClXhxzrqT19/HjPhaTVdiqH6YRjUHiFJp4UI1G/VT2SA0xKf1fD\n8Xljrb7U8uEP2GQqfbs/OKmdYkWPEQbJwMYysq2VP2o0VyIufPSiNX+nqfEw\nH7MP8JEVGjkLCOvLBeWic8YPv58pFUheyle8pS8Rqsz3KkSCSfEuBp2ruStR\nM4DCBZdx+p+saIclWmfsfICyQyMW0x7n5cgifwDuLja9M1/RbNmWeVQIPm1j\nO5mgPT4qqiHrjdH07ea2TVJdtzlrRNbODnAPOt1GIDghTX7mOPR4QQW59ZT7\nIfJ9/HS1uDO+99t/kczZcNbgr5JQamXyvY2N78CQlt+71irDXrmMUDQvdubf\nQXc6XFP5XzosbGnKTp/dPZMGgMeuY2HRBAPHSXv/VXt0kwXJNqOaT0WRmC5w\nMpdE2OPuT6rW1F4Mu+r0Y01lVe7pg2co+qWdLp7rh8sXZmCyzuUy1wMnkgsw\nfU46\r\n=1sVG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5ffMyICxk5gz1P3W8FVx1SQTgcW8SSz7KHpR87T8rFAIgV1HcWDdxSNwZWmAnpe6wVPKHBq/btZ2CCZC1CCs9+L0="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.5_1588289669307_0.5374190429608163"},"_hasShrinkwrap":false},"3.0.6":{"name":"bigint-crypto-utils","version":"3.0.6","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"engines":{"node":">=10.4.0"},"scripts":{"test":"nyc --check-coverage mocha","coverage":"nyc report --reporter=lcov","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","preversion":"npm run build && npm run test","postversion":"git push"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.iife.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.1.0","@rollup/plugin-multi-entry":"^3.0.1","@rollup/plugin-node-resolve":"^7.1.3","@rollup/plugin-replace":"^2.3.2","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.2","npm-run-all":"^4.1.5","nyc":"^15.0.1","rollup":"^2.9.1","rollup-plugin-terser":"^5.3.0","standard":"^14.3.4","typescript":"^3.8.3"},"dependencies":{"@types/node":">=10.4.0"},"gitHead":"9c4eaf2830c95f4237591d051dd34b78220c0c0d","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.6","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-ubtabRW8buR88TB/ne81vswcWZaM4v3Ozv6x1goD2k+IAu/6dzalW+EljvAmNO6un4IJ+bJRZy7E13aoATM8AQ==","shasum":"127c60ad6d8601e4437a48affaded1abad481c65","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.6.tgz","fileCount":8,"unpackedSize":85213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuaEHCRA9TVsSAnZWagAAGYUP+gN/U5imE/Hzc5rvz0Vf\nc5SwNLUZNjowXBYgOhJODCcgnCPlIReVkxUiPJpEjdePXxAvqOoO+hYR7Ub/\nKidIUGgpbQ/6FW3Ynx2LXr5LnDlImdkmnjh1xMp5nNGIf7V2E7b9yVTxO3mh\nR9zyAqNEMdKjrqhXYuVRRb9W5m4uBdRUDkZD7u7Se3hUJ5VkcikHZOHC7Hz1\nL3P7XlXRuD7aQ5TL5nGQliJ07CqLXfGjrCwbmMGv4F4s2NwJjmSxJt3P6j3Q\nbvJwiDy8bkIxKL/yUHiRsppIOF7zdRrRagfNrlMXwnyLhTDdR8uU03p5JSdn\nXVJlpL74UeKYerMhMdYLCF19z56nSBvg4PGPaUMHRfY+OWwEJP13MixEsiob\nbt+x+EV4J5FsrGcFbom1OaBrHYwmkBPyl5O9oPbzUsHHkIx7DAwO4ZG6GzHe\nrD+jDtHteeXpSNOa2A3VblvUpXcJyDL8YsnV9rghKknuIz6D0APIJbntzaDH\nTfZ43wlLcqlIK10noAg3YL0ZAvay9Bl6fT57cOPoYBRiM0WIXGd6B3d027CL\nIdXt1A0K5Xa7lnN/LDGPaYE7SBTlVLup3JT524IyVStx4CznlVXu0naLEmjR\ndAnmV65iUideMn/qQUk/jBucEH4JJxJ1I+5bCr5QuNtMiIxD+Eh5zsLDpenK\nMoZa\r\n=cZ3l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmjPUoV/JqbYpH0vlsSu4cOpY5wpNfevRUza+OphbNBQIgUc4awgsKG0/aoyHQctKBRNAsgQkX+Eou3zY7A8i2/EM="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.6_1589223686827_0.4932959858904642"},"_hasShrinkwrap":false},"3.0.7":{"name":"bigint-crypto-utils","version":"3.0.7","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"engines":{"node":">=10.4.0"},"scripts":{"test":"nyc --check-coverage mocha","coverage":"nyc report --reporter=lcov","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","preversion":"npm run build && npm run test","postversion":"git push"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.iife.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.1.0","@rollup/plugin-multi-entry":"^3.0.1","@rollup/plugin-node-resolve":"^7.1.3","@rollup/plugin-replace":"^2.3.2","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.2","npm-run-all":"^4.1.5","nyc":"^15.0.1","rollup":"^2.9.1","rollup-plugin-terser":"^5.3.0","standard":"^14.3.4","typescript":"^3.8.3"},"dependencies":{"@types/node":">=10.4.0"},"gitHead":"902e9fc4ddc94fed54939f8daa303c3f094d64b8","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.7","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-e5AAYZgTQgncSXe6HJV/kGdLX8DhUvV+zCm8O4ckMuC3/zcpLTUhu5piyblt9nqrjWoJCBkoOiaUkBzPT3zo9w==","shasum":"d56984eb6220fa26711bba11899abd57dfc96fb4","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.7.tgz","fileCount":8,"unpackedSize":85731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0SxJCRA9TVsSAnZWagAA0KoP/Rk/fxCkno4CM0Vnd9b6\nEiJGt3GRjJruOtm0ANMCHNKRB+3ZMm80X2iiYkzNE7re8V8Cn51vLjXPHqId\ntNiENAUVt6PxWPe3TvSkt0jlz+g3U2JA1qnKYFpzXRFKyrluxEPvjfCtOcGk\nWh3Py0CV1IaoVYcQr9IDu9an0BQMT2aIlvTzSmlQttaBX0kImptVCo1qt3B6\nEEcYmE+xRIB9nVkIIQZA3EsM42YNUbR4McCND0g19zBVlJiZ7GShlfEdy20b\n0ay+uCAPUE61RAK4hqw8MFpec6+Qe4xjy82phs0MzWZwAP+Z2CPtUY/YZYco\nnOAdWIs6wB51hjLgjM8vQ7+gYl2jJomg4kCSf9fGmd768GKKvZl0wgZi18Yu\nRggFsHtrAwtLkt9NeV0cv9PX2uQNkd5jAac4AtDG0PhCbcQGznMYsuzS9s+c\nIhFbGdgQA3juS1iJmEYiJs3hK1kY6UgKcgqFVelZhNfWMlZ5FerHw+Rx0eNa\nTPSSAgWTrDM8n/4KfXUmGV/dfY6ApsgT6CwBEZJbu1Eo/hcISNtZB3kJDNEZ\nH8idLRKU5ItF78C/bX6jXtwUgzcjkS4QJ499lXplUcLldvBBH4bB4DmgZKaL\nVdPzvdhydOSg9kAm5X1a32g7vevWvKCmWi8q5qoqjRwrYIdV1fHctVd1oJhQ\nnN9S\r\n=R+1U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID+zQjjAoGiS1pVDGW2jdbHbRI73GMrWCogfIClbr5DoAiEA/LxY+cS3QKeBW267NMdnYq1uUadMwJS6d2u9UsxWliA="}]},"maintainers":[{"name":"juanelas","email":"jserrano@entel.upc.edu"}],"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.7_1590766664679_0.7697019497194779"},"_hasShrinkwrap":false},"3.0.8":{"name":"bigint-crypto-utils","version":"3.0.8","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"engines":{"node":">=10.4.0"},"scripts":{"test":"nyc --check-coverage mocha","coverage":"nyc report --reporter=lcov","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","preversion":"npm run build && npm run test","postversion":"git push"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.iife.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^11.1.0","@rollup/plugin-multi-entry":"^3.0.1","@rollup/plugin-node-resolve":"^7.1.3","@rollup/plugin-replace":"^2.3.2","chai":"^4.2.0","jsdoc-to-markdown":"^5.0.3","mocha":"^7.1.2","npm-run-all":"^4.1.5","nyc":"^15.0.1","rollup":"^2.9.1","rollup-plugin-terser":"^5.3.0","standard":"^14.3.4","typescript":"^3.8.3"},"dependencies":{"@types/node":">=10.4.0"},"gitHead":"90f48f74401863b3a55742a503a3d1bdcca84949","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.8","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-ND5XXqpoD5AlbXx//muZQO9IU5nceJ7RDHBvGvkHkBFN6yoWUfCEmyTsk6z/rVhUW3mkiTaGcWbKrglgePZIMg==","shasum":"41798d2c8d42a3a588dc472d884967f30148eb25","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.8.tgz","fileCount":8,"unpackedSize":85677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfanBGCRA9TVsSAnZWagAARfMP/RjDJWlYXPLkVCyFqVJn\n72lbcwG2RBg/z5YDJv2eoY+L7uI0KL4KoOa2HNPaUcYz5JTMMDd+8ADt5T2b\njCCCEdFK8kNJwLIdv/xXdgBgcivqyujp64F9HS5ZMP6rh/2KmWr2rSEgycUw\n+mzLFPNv6Pu3T7ABbhi3Dz3IcWwHeqkcqn37/mrqm7f9Zq212jkOTC3TmrtI\nFXDU09+bsLnJRETHVFTO+NdOUEHfIJI4eKjTpM7J7TsPQuD0Zj8hdp5rT6VB\nB8Cv9cBPru7tA0WyRfM9uq7pRc0kTS4hay7k56YsOj/VZN2cXhLYGACNX3gg\ncz8xN3bbhzBhDI+nQuSz3oVw3AG7LAcXGXx10SQpq8BrLQfbnE/Eo25+yFl/\nSp21US8Y0Eyp4v9yqkhSYQwfB8nh6+iWTWAM+keEAY8QPW7yeqyJ1FzktBlZ\nSRn/aznWdH91FqGckpRvLdtNRneQ/plbdWMaoUnffde6dPF3oDuW2A5DM5aR\ns+aE8N8Ksb7kY26h27cHJcB81H29olbtobDRoWaJrcutBDQwwFVwLix9VXdc\n7FNcogjlZrU+tRqs80TJWN1+AZl7I1zbnrjv+qX7F2Nb/5C/F4AsxsU2j4fY\nhOYvbpRgfTIPwJAUrZsJpkfLpg/exAZHjP7Pa90vW7LRf7zaTklkx7buCdpD\nkMgi\r\n=8nvz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIASXlcewF94UdA3Q+M7OKw69pj74TkGpeCGJPlAWrPvIAiBqD7LjUMKfzQlZmGBLbI8DZs739uKARd4JAcG3nbuC4Q=="}]},"maintainers":[{"name":"juanelas","email":"j.hernandez@upc.edu"}],"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.8_1600811078384_0.18571346517888765"},"_hasShrinkwrap":false},"3.0.9":{"name":"bigint-crypto-utils","version":"3.0.9","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"main":"./lib/index.node.js","browser":"./lib/index.browser.mod.js","types":"./types/index.d.ts","directories":{"build":"./build","lib":"./lib","src":"./src","test":"./test","types":"./types"},"engines":{"node":">=10.4.0"},"scripts":{"test":"nyc mocha","coverage":"nyc report --reporter=lcov","build:js":"rollup -c build/rollup.config.js","build:standard":"standard --fix","build:browserTests":"rollup -c build/rollup.tests.config.js","build:docs":"node build/build.docs.js","build:dts":"node build/build.dts.js","build":"run-s build:**","preversion":"npm run build && npm run test","postversion":"git push"},"standard":{"env":["mocha"],"globals":["BigInt","Blob","postMessage","self","Worker"],"ignore":["/test/browser/","/lib/index.browser.bundle.iife.js","/lib/index.browser.bundle.mod.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^16.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^10.0.0","@rollup/plugin-replace":"^2.3.4","chai":"^4.2.0","jsdoc-to-markdown":"^6.0.1","mocha":"^8.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rollup":"^2.33.1","rollup-plugin-terser":"^7.0.2","standard":"^16.0.2","typescript":"^3.9.7"},"dependencies":{"@types/node":">=10.4"},"gitHead":"653fbd87fe990f10accb4dfe257ee3352627aad2","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.9","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-YuLQ3Qhi2VSpCoF9VU787N6oh39udxNX2Fh/xOulRb3Y5NQzZY1qDvmw15kBtEzUGh4ek4W9u3pN2lbkf3+zuw==","shasum":"f3187f78667e598d11ad1c68e2a810a3ac462823","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.9.tgz","fileCount":8,"unpackedSize":86046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrRfFCRA9TVsSAnZWagAAJMIP/1pTcN6OxJ3gTZwh2IPm\ngTsb/vhJh5EmfJtYkG3QGxIgobnn0/f+1Zo50wAXF2Ly1U63nDSgkJ6y5S2f\nbXDAWzWUFIxsAwu17KUYxyUf09jC5ztI3n3moS0QG3KmTmRKpm6OAwVo1zLO\nDHdM9O3qZo1/b96riAPnvmMgVJOI74uuil7Eonrs2zPUZPho4R7QaMpLV0eq\n0l2wYAJPQhHpiXjMdb5oHvXRSFrLQfUPItyzlifKN7aXvJrKLEHVbzkBus6l\nrok7F/oVgNlLmUr0Rl0zvtlPl48icCTlNc804vr3w6718RhYXWZ3AXsdAXge\ntuUl4IFSdY4Y1sT9rfuhwSV/DO6SoheIibMWejKXgTEZ4fvgVMZURfM8Fffq\nWyeaLNXSOOsqZBEbxdy9xZdiVMfLQzBGrYqi7Okc7rZFE/HvAA212raWz0bG\nJI5OooaTgyy6mFYwlPQvnUInF2pz/jOJrnUIVZMu9WioUf6WtpbctsjKhGu/\nlj/jIsUj1svwF9iz69o4G+t1eqjBhOY7lDLXDI7og9bCSZ272AIRppsuONfn\n5qEGkml4iggZIbpr645hks1bRaGXC4wvN3lgY+pDWib6Bt2TcZ9ihSUDx7v/\nfi2zPV1RzglNW3qX3h3y+WqyFWbxZUoyOIdIdtGqobHkva3zz3+eF5dwjS6n\nQB0q\r\n=O2aW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBidH8mz9lCqEw3o/tm94+/Yu+KGxJycCnX1t47DcBf2AiBWpxEBp/MAtyqf5WKnfk6eRPPxiMbEkhJ+JzEmlUPDqQ=="}]},"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelas","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.9_1605179332899_0.8668971681448272"},"_hasShrinkwrap":false},"3.0.11":{"name":"bigint-crypto-utils","version":"3.0.11","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./dist/esm/types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./bundles/":"./dist/bundles/","./types/":"./dist/esm/types/"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","coverage":"nyc --check-coverage --exclude build --exclude '{src/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","preversion":"run-s lint build:js test:browser coverage","postversion":"npm run docs","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^11.2.0","@rollup/plugin-replace":"^2.4.1","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^8.2.1","@types/node":">=10.4","chai":"^4.3.3","glob":"^7.1.6","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^8.3.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^8.0.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.1.0","typedoc":"^0.20.29","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"dependencies":{"bigint-mod-arith":"^3.0.0"},"peerDependencies":{"@types/node":">10.4"},"gitHead":"84ed0b1146de2d97423c3732921e9dddfb817ff3","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.11","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-JrsmVHEnFVE8Z7OwSyBzlOnUakcbApYtMvfJaXTFIRCe5ajcE/cklOsEwdNsRWLLR/JoYf1ZE1CKE1nk6hp5Ug==","shasum":"d48c6fb979b35fc3eec535670cd0c93e83418b9c","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.11.tgz","fileCount":34,"unpackedSize":170292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXIy8CRA9TVsSAnZWagAABEgQAKSMJMFu13z3lZdW5Ht/\n3795JijI8tpR8gXe2PprQRh5BVR3QJ9C+ciU5YpDJqqSqY4VpTHTn0lGVl8E\n43DE8p7tyPytx5uk3AMVzROPWAp5fAcT1g0SKZoqpvsNX26JAFN3lAfWHxVz\nOwlQCwoIgpLlamVaTjUzuX6QQx+1ykxTzlbRlclEVrTIy3tttcRoIPFgb9q6\ncSxIvgRXsiCIAPGehimtMql8SOi6W1ch0G7aCEIfPxsLjWdf0Z5HMKLXHRyB\nbn2jhqG3HnRU5asDcpoFsEINeikuebBKKFjlZl72gjS7WiSA5Qs/7aLwl3jd\ngaWgHx7pUNcqwA/w4WARMJDdwnueUsxe7h7BWLW/6pQ6j8WyLwDX/hb/Psxp\nln9+4K4nLBEaY+EGQCMdjJz4DxoW7fKSghY641w/Gl81n4lH06zDWL5qew2O\n5dAfE8N3oHBt0Idve1dsKwH9lxocRpVUURLcplXtMoQ0Xy4xHFhwPnv/NDUO\nVgsck9ljVltT/+RGObPEcXCeCDC+xAykGyeXadkAm5V1FN0w9Ne5qMq97mRz\nyziuR+dJJzjBpm85PvnYtAJbgiGFZV2f5dyCWSEaTDVoAryOHoro/POHUyJs\nwY/DoP1ukD7nzU9WsQAJKLyNSsaZD1a2Nyz9vaBasyA2TjfFLs/CT41dzTt8\nP3DQ\r\n=6faU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKGEwqMDwGADv+uIYaThCsB+PBDQIcxXYqCN2Gah+JSQIgddii4MZnY3JgdYZdne6BmseXYFTE/YvJDHrCnctLmW8="}]},"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelas","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.11_1616678075368_0.7124002674296146"},"_hasShrinkwrap":false},"3.0.12":{"name":"bigint-crypto-utils","version":"3.0.12","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./dist/esm/types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/bundles/bigint-crypto-utils.esm.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/bundles/bigint-crypto-utils.esm.js"},"./esm-browser-bundle":"./dist/bundles/bigint-crypto-utils.esm.js","./iife-browser-bundle":"./dist/bundles/bigint-crypto-utils.iife.js","./umd-browser-bundle":"./dist/bundles/bigint-crypto-utils.umd.js","./types/":"./dist/esm/types/"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","coverage":"nyc --check-coverage --exclude build --exclude '{src/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","preversion":"run-s lint build:js test:browser coverage","postversion":"npm run docs","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^11.2.0","@rollup/plugin-replace":"^2.4.1","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^8.2.1","@types/node":">=10.4","chai":"^4.3.3","glob":"^7.1.6","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^8.3.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^8.0.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.1.0","typedoc":"^0.20.29","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"peerDependencies":{"@types/node":">10.4"},"dependencies":{"bigint-mod-arith":"^3.0.0"},"gitHead":"d7f49502f544f2898370feaf557ea5fd8f15b313","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.12","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-cCncM+9lrZ95X3lplsxJmtf1sdF0vDGhn50LTH5HrGb4WFeI4kPmv40WHYVCZ6QEFnjRhTq5XW1S2Kh9+oeS5g==","shasum":"b531108804e0db1214e625acafca5a777af79f06","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.12.tgz","fileCount":33,"unpackedSize":138576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgf1+uCRA9TVsSAnZWagAAEsgP/RCgPaN0klllt40Ra9Xb\nF3Hg9YHLFzet7DLQzjWBo0yuResbJpnBLZwrP5BunGHFTH2ZABcCy0u6MO32\nG+g7htJ3j801fU1Z0zu7zY/PFl5JL6xJ46Az0yeu2mevXnhBgb2Ci5Z2gnRX\nLbNH8UY/fjon22vncfJ7oKkoZv4kBX/o9hI9HYdaRN37nv+cmmR+u4xx6GBU\n3fRfx3Y49Nb2O8m1D/lNZfxQPb9E6J9vHPs88hP+EHdrcQyYKAX/waykkHg7\n6/b9W3n7zhaRlhNX49xB+niq8cAOuFkx+1ZgbiQel8mqm+Dc/VjiWTVn57BH\nCppm9tXNZ/bW0kG4Qjc7beLgkFCFgjQFBDqLJxN5pvWNEKUJ6ny5Qlt7Kp7u\n5FL/u+i7saZ8qol2nmynUGO0Vil78cw+b+wzQvh3VwgeUqTuSBxuKNuBfGuo\nAO06pnm6c76U/EKUm+hkZYC/mecZgHWICviJ5cHk++e55tcZDt+sWTHP/FgN\nAoY33dcNbngssB+44S+FCCVMZmbmP0bFwjC3MViO/HUcIThVxdpTZiEDndmI\nt2quFpXMNIrOCPXGHPuKhe85YHCy6nuLnSGFZbc6QIox4R/uWHjomNkndbs0\nOvEQkrn9Cq8WMTqesKmFBx6FztrqFyNI1pG/aiV/zel5g674dqUs9LhmXfB6\njcp6\r\n=cESz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDh8gV46BM7uv1s64UJ68S6gNr9c2z76iebHadz1d4MigIhAKtL6AFfOXQBVVKgHGd2IVR1O0lWM+j9h900hhwjuqDD"}]},"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelas","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.12_1618960302209_0.38142646441155703"},"_hasShrinkwrap":false},"3.0.14":{"name":"bigint-crypto-utils","version":"3.0.14","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./dist/esm/types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/bigint-crypto-utils.esm.js","./iife-browser-bundle":"./dist/bundles/bigint-crypto-utils.iife.js","./umd-browser-bundle":"./dist/bundles/bigint-crypto-utils.umd.js","./types":"./dist/esm/types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","commitversion":"git commit -a -m \"v$npm_package_version\"","coverage":"nyc --check-coverage --exclude build --exclude '{src/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","preversion":"npm run build","postversion":"run-s docs commitversion","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^11.2.0","@rollup/plugin-replace":"^2.4.1","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^8.2.1","@types/node":">=10.4","chai":"^4.3.3","glob":"^7.1.6","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^8.3.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^8.0.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.1.0","typedoc":"^0.20.29","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"peerDependencies":{"@types/node":">10.4"},"dependencies":{"bigint-mod-arith":"^3.0.0"},"gitHead":"954321199d4a8038c3d27113aec825ff2e5bf544","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.14","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-LVLUcjtzznoEMU+v1WEo+XsBZTPOMGZsJi8n+lQ4ufv/20448lm+HeO/p3dKlqH7C3pdsFLHnsUpbI/t9GbB/A==","shasum":"fe9e7934bbf73bc09dce85c833aebb8074ba03fa","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.14.tgz","fileCount":35,"unpackedSize":184436,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggHCvCRA9TVsSAnZWagAAyO4P/j9QOvKGV+onshCQeJPM\nA5u/K7ZIg5oZYHWdY/4HA2YK8Dc6UKeq5EBgyjvziFi3DBDVCRsydkSl+5p5\nVXicLMaSGYmHc5DmOcbTdg+T9RKs1qcZmszSGdJZBpMGYrIp0gfW7xo1OArl\nDki0CwmyibhvLaPQiXL3PKCf2Fs41880D+sJyr0qoMW+4Ui6gsTghlTtPiT0\nZjrPr/1GpqPkofjCGe3BAU6hDwwuHh2/31kopg5R0L/9WnWkdQ3WkfYDx7y5\nFRQ7r2kudApQjoHbMO3e1p8k0kcljpXQhXD9wc0YXe2DGvmiDwzFqaykUi7g\njbl1zDycU58fZk9ELmTk/2ReUW37yPBtrVc5fwaJfobc5j/SkWFMMxyqLCpW\n48fCyMZNOpUBDdGI1jzzt0uE5ALHpU4p2NtUnRJPSgKQ1n1KRnhacGy2vm9a\nN2s435mLh923MYcFoqZH3Kn8RyQ6jEv9kbVnnSHAOugaJ8gBVWL0K5cDhK6i\nO2HypZ4u181fukEbu0tDLJZR0f5n52Vhvl4xyEfMM8ya9+PTcmdTlub+SYoW\n8W1HVAiTXVCa2lcqyldwrx3HoZ3PM4VmCj/ceuSy4w6ENBcF9ErAb8bGquZH\nLO6eQV8n2rPtjaZ4XwE//CQ3d5Ix7YOY8ZTQhEFOCAiat1VwNffAHkfcN4gL\n0KRU\r\n=/WN/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvQit6iT5tK/vJouxN0IczVhtGXyivVkiH5UImuMa2yQIhAPfDXYZwye3yio1dEhT5XIb4RSszU+xuQ5D5EX8h0JG9"}]},"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelas","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.14_1619030190513_0.2835127203575363"},"_hasShrinkwrap":false},"3.0.15":{"name":"bigint-crypto-utils","version":"3.0.15","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./dist/esm/types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./node-js":"./dist/cjs/index.node.js","./esm-browser-bundle":"./dist/bundles/bigint-crypto-utils.esm.js","./iife-browser-bundle":"./dist/bundles/bigint-crypto-utils.iife.js","./umd-browser-bundle":"./dist/bundles/bigint-crypto-utils.umd.js","./types":"./dist/esm/types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","commitversion":"git commit -a -m \"v$npm_package_version\"","coverage":"nyc --check-coverage --exclude build --exclude '{src/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","preversion":"npm run build","postversion":"run-s docs commitversion","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^11.2.0","@rollup/plugin-replace":"^2.4.1","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^8.2.1","@types/node":">=10.4","chai":"^4.3.3","glob":"^7.1.6","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^8.3.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^8.0.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.1.0","typedoc":"^0.20.29","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"peerDependencies":{"@types/node":">10.4"},"dependencies":{"bigint-mod-arith":"^3.0.0"},"gitHead":"1a8342c4f71cac0f802ed48e306958a90cbcd263","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.15","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-c5kN++ItjeEWMVbhg5QH4MEe5xgJ7QGHzMr8sq9QaF9PzS5lAkd3L43n7h1Owx5ekvb66o0fsHEiaUQlUm61rQ==","shasum":"15bab9d758c1e1be05370b7b69b5a2b02dcd6862","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.15.tgz","fileCount":36,"unpackedSize":219193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCnJGCRA9TVsSAnZWagAAlukP/iCoaNDp403niefx8Rgi\ngee8ggUXrDkS7oMErXG0JcepADca2NpSQi/Js5yzdVlDpP3TaSSVo6gnNQfH\n426KvalpwBarPu6AIohs5ydlqpN58Grmib2o7R3dBzpg+ZcR0PEyOnJCTsHO\nRcFYUpOv0uCn3uqqoNy+6oY7YmXr9LM3JMn/UwArcgvxyZUqE1aoNtuJDBrh\nUzCBdgSwWHRyynsRvG9GVuiISDxYU+k1Z40Z47EAlOyeQ8r8zkqJwPRw07t9\nEc8yWvbzxkgfC/6ymevwX+bdsDZYePsf6sybPlUGA7edajHbX52dStqOc+s4\nPGrcyqiU6qpfq5qQULrTTP/75Ph5PvSmxZ2RdQmdu7F4dRnZqROgakhDUqmA\nVfKD0N++2deOVeejaswi0p1ZtUpWvdh652MxO0evY0vO13CrEeKzn/r+MyIV\no/S/VUrnjs3/g86BHc8cNTKlAjlcUpN1e2Ov0B6pi/ZjmPFoQHOjTMEZa9iv\nkobqJplIpHH1valw5kV+Imc7DbB3BHgzi8UZqhHt1RRxu0R4N+yh4gC+oPGg\nYAADeTYBIAGPcD8voUIi1/VBJEFGE7DwuP/TUEqXa+j9KOArbfuGVRtG00G9\nT7Qw+JIbDnfe6PFMwM5VMvjsf+90ki/EHMp47cV5epxfBVS74x1KTbob0+Q4\nAsl7\r\n=3RMl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH/7bQKifmGoohznTOjSPSLhb4MWs9+ymQKnAi9qAhOlAiEA/H53u9+bc10EzUk3Fn/L8DbA33XYrcJ4JJXVJJvWjjg="}]},"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelas","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.15_1628074566001_0.792945121834119"},"_hasShrinkwrap":false},"3.0.16":{"name":"bigint-crypto-utils","version":"3.0.16","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./dist/esm/types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./node-js":"./dist/cjs/index.node.js","./esm-browser-bundle":"./dist/bundles/bigint-crypto-utils.esm.js","./iife-browser-bundle":"./dist/bundles/bigint-crypto-utils.iife.js","./umd-browser-bundle":"./dist/bundles/bigint-crypto-utils.umd.js","./types":"./dist/esm/types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","commitversion":"git commit -a -m \"v$npm_package_version\"","coverage":"nyc --check-coverage --exclude build --exclude '{src/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","preversion":"npm run build","postversion":"run-s docs commitversion","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^17.0.0","@rollup/plugin-multi-entry":"^4.1.0","@rollup/plugin-node-resolve":"^11.2.0","@rollup/plugin-replace":"^2.4.1","@rollup/plugin-typescript":"^8.2.5","@types/chai":"^4.2.21","@types/mocha":"^8.2.3","@types/node":"^16.4.11","chai":"^4.3.3","glob":"^7.1.7","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^8.4.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^8.0.0","rimraf":"^3.0.2","rollup":"^2.55.1","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.3.0","typedoc":"^0.21.5","typedoc-plugin-markdown":"^3.10.4","typescript":"^4.3.5"},"peerDependencies":{"@types/node":">10.4"},"dependencies":{"bigint-mod-arith":"^3.0.0"},"gitHead":"54f0a8d9b945b51206ab75fa94b3b16ea18e5f5a","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.16","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-y6lnRklhdwT5DZeGpsEAnEbWy6+kxG9GYMwjod0FNGueRrku8GT0it5USPn1b1rYc3XCCiCzoKfdJuGFBtM0rQ==","shasum":"3ebc99817fa4dbea792b2dc9d88dd2309d7185ee","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.16.tgz","fileCount":36,"unpackedSize":218809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCnWcCRA9TVsSAnZWagAAXh4P+gIfbkH2ropDaY5e4K+O\nNq6DlU3LNj/vyTmmcFJtXJT3bgDU6UhZMKuZffhWr+4h6UzocAq+xkAZlF+E\noOG9dkrf3ayk9ZlyObZk702KGvkVHeBs+SbCu3iNIY3Q7+ZnlB15G04BwL4L\nJQgPxG8Esvif2CqRByZP0bhbOST3V/+qCPfFmxFBx9P0IwAUXWWNYapV8adp\nuLORWybOLXsT2NEhkb54aAGDqgGK0nc5eH1mXaSujVXeeo/PCUoPQ3G6JezS\n72RCZetFuDLSp5i2LLacWIL+5GLhpZHSfUZZKshxtOxNEgVLRsKahL0s6DdX\n3wercsnmGNWBWpvlwy8r9aEXZYdfJOziXVM5Y5NcrGKNZPnWV9K2AJSjQNlf\nbOQ3VCQXOb4MVGlGWs0PkgJwp3ONPdgERfwrvNMP/OtbySAs3wyqXuxbXSZ3\nf+jlmehJyx056dPwx+QqkA1hFNfRFLdo9TWJAXgm7w/9eQHz7CGRzT8RlVI/\nAlmj6FVWISAdrGyVv6KB+0AskBtStTo+d2vQSBw1bRIS7+xOaS16bTPxT3kF\nYfgfTa5i2LpPFYlaGEYFAyfwQaYYA5v4VS8oIXoI8/HWatxVlzB3v54VOndH\nIgjgSjsu6ZplsRBE7XgYJozJ2CPfIPgMmYtzzHbc5Mn/zttS6X3OiuuWJLvl\nbufS\r\n=ltRy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIArAgJqJth4xaqZU5J656bMxik2c5wty8bkRjlqVikl0AiEAq9jDE2l9ASBUAgCtaDQF6KNTxUSgPi3che6DKEpd0Uw="}]},"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelas","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.16_1628075419925_0.20907971886500887"},"_hasShrinkwrap":false},"3.0.17":{"name":"bigint-crypto-utils","version":"3.0.17","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","coverage":"nyc --check-coverage --exclude build --exclude '{src/ts/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","preversion":"npm run build","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-replace":"^3.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^9.0.0","chai":"^4.3.3","fs-extra":"^10.0.0","glob":"^7.1.6","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^9.0.3","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^10.1.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.1.0","typedoc":"^0.21.5","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"dependencies":{"bigint-mod-arith":"^3.0.0"},"gitHead":"17b399f19c70b094a6e5925304af68f4a8139231","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.17","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-lm9FrYtdCTMX1YqZuXzYGFumzXO6qPqPZL9yPp1NLXXy+TSxEy+0ptLfzAW854QYOV8ZeiUn0ZFqHWY0L9M6Vw==","shasum":"cf39ca87627394b94f809ec7a4c052ddaa389b1d","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.17.tgz","fileCount":36,"unpackedSize":206443,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDVrZCRA9TVsSAnZWagAAa7gP/3ozpW0VBI3K2s+CJril\nBIZxhPviUCi0dBRt5PY7iQVq57T3i7waNUqkRdWVdE2abnQdvOd1uLPY1hwa\nfmBn/MK6MoTxHUAFeVYp6w01mAgn9gNkwN41yIUDkG2oVLCEJU14cn/51H7W\nA9sOSYUHtG23h08RBcW6E26i4aEqrN1hPTlmgdGC29OjzzfOJW2bM5I9OIKJ\n3q80mx9141X4Hax/5X+H04N1ogMwTNPyOjHLXSCAW7FRR6tkVsahlLMokTye\ngTMal0Ta7QY4pmUrBKg5/igFBiTrllEkZyw38UduabHhZ1GM2yXgtMT16E79\nPN+2Kwyi8rNArkIudeSLttibnZBL8nrgJCVjnapraWZDJQT0jTDXSin0OPBU\ng2lkX+ccBjIA4vP9fKIMaYn61OSbQtGYKinF7qxYRY0STS06Vd1x2Sw/pR63\nDGpGZLGJ35qLPnr/Ey5vr4ghvmH3TRcmKT5ZgyqVf80NW3aMQ3x3NbR4g3wc\niPaq6IIKLiIAA2CQ08mCJ57RwhOMKtJBMmKOMXa2+PzJDG3dnjajkPGMet/u\nve8emoginSwUnlirKVpRMHb9Eh4a5hg7NPQ0Uk+1c4oQz4bV3Fkb/O1yPgLK\nVhGwe44bekzLX7sdC9DfNUG2o7KFFJWm7U2TdhK4HTPswMJTvjr7xYLoSV7Z\np2A8\r\n=TqVM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAWxsmS5Jr929dFf5Iab7BFRsi9U0K0O8ZgatpHUMavwAiEAoQMyMVImMuOyKvKu5fPypCLKfKGFTpEga2+cYtENSSc="}]},"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelas","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.17_1628265177072_0.5255899171950111"},"_hasShrinkwrap":false},"3.0.18":{"name":"bigint-crypto-utils","version":"3.0.18","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","coverage":"nyc --check-coverage --exclude build --exclude '{src/ts/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","git:add":"git add -A","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","version":"run-s build git:add","postversion":"git push --follow-tags","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-replace":"^3.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^9.0.0","chai":"^4.3.3","fs-extra":"^10.0.0","glob":"^7.1.6","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^9.0.3","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^10.1.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.1.0","typedoc":"^0.21.5","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"dependencies":{"bigint-mod-arith":"^3.0.0"},"gitHead":"50ac6861839b8dba6e454d982f3c43410288eb13","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.18","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"integrity":"sha512-wthavfGfrnefMWbP7jcVFzaN6msB9VXgnTiNtd58PN97RVyWylmmpA6foTnfI5eC11hKqFhf+J7vGUU2qOXRhw==","shasum":"81382a79b6dadda89452fdac197d25c79fdd082b","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.18.tgz","fileCount":36,"unpackedSize":206530,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDW/5CRA9TVsSAnZWagAALJcP/0EBh3m9vy+QhudtREkn\nnJCFZ2YtPJekMJ22UFpVxThI/LgLVuYEY2Gsfo2jAkEAMFLqZf6XtbPx6Icz\nn5zvQIe0umNJMC8nIb9SDIaVK3UR01qD3RM59md1GFycxjotdNPLkQ2MIpg/\nFEdHsFAguso9Gsbsk32D5U9bQViOrHoDDL5gNdH2UOmi/P8G/FpcwnBjUz8g\nGXvTHBK5ktdW9pqf1vA/yd4S3eKu7wxrGpHdLxQm/Mtyb3XpGIkFuby8PHk4\niijqwZ7ohxcb1L2dW5bFs+Z1jPif77whYfPFzlOhevh7/r8Jhcn2XFWo3hh7\n+g4XXvOkpvk5PSMySYmAKA4NeaCifvMOSQWjjCtNeCE5H2Smu8LOirU1Qj0p\n8WSzHFyZGfx1MN0ryhwV1prKYs6IFfjadC0TAFnFB4YIWEPmH3DyQLanqF9K\nX0n5krd4ol85pQNW00WMr7lnfINOhFwYMhMlLjinpWa7hYygcEdX7NkFV5iX\nFfYbiygrphgufNkf2gHGayCCtKXi4xFNlsnC9aoRlOVE4a7meo6HrvMtlbgI\nblZq4Hj3szquXeyrqUGQ+wE5OJaZqRdsqVd1amKmfBxTa9T0r2j4jpGnPL9V\npJb/oEXyejfRo01zmhgOklIUp6lS9smLkCtFUQA4aaBe9VczPvtNeWCT/xUt\ne3hv\r\n=WxlM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDN3m+aZqmVrKgzQNdAhbmoNI8Egw3NyqBleqJGs6mbagIhANWnnACUp9w7I/0YpaeNVNWvJyX7ZAt//y4PN/VX0Wyk"}]},"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelas","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.18_1628270585550_0.6879154050240808"},"_hasShrinkwrap":false},"3.0.19":{"name":"bigint-crypto-utils","version":"3.0.19","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","coverage":"nyc --check-coverage --exclude build --exclude '{src/ts/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","git:add":"git add -A","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","version":"run-s build git:add","postversion":"git push --follow-tags","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^21.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-replace":"^3.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^9.0.0","bigint-mod-arith":"^3.0.1","chai":"^4.3.3","fs-extra":"^10.0.0","glob":"^7.1.6","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^9.0.3","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^10.1.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.1.0","typedoc":"^0.22.0","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"gitHead":"696cc0a04b91f6b4dd165b0f5e87a73f4e9c1a3c","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.19","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-MVwaZLiPMZO04vsRJjt/21gu7mBaS0G8BHvohdPNfW9jHAxTFPNnatgca1tDPOYxrNcxuTp/dBavXOVEBRRsSQ==","shasum":"a232818c7a854e5702ad874e01eb632c77e4928b","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.19.tgz","fileCount":38,"unpackedSize":261037,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmodzaykPUueZAibiYJF7BVz1xF/4fAGp/ZhKY/WL+lAiBuVsCQULRZT0ZHtxJOpSoV07NKfuJTp6GRkPd1Q/IKrg=="}]},"_npmUser":{"name":"juanelas","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelas","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.19_1633539274370_0.5670193302003332"},"_hasShrinkwrap":false},"3.0.20":{"name":"bigint-crypto-utils","version":"3.0.20","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","coverage":"nyc --check-coverage --exclude build --exclude '{src/ts/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","git:add":"git add -A","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","version":"run-s build git:add","postversion":"git push --follow-tags","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^21.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-replace":"^3.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^9.0.0","chai":"^4.3.3","fs-extra":"^10.0.0","glob":"^7.1.6","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^9.0.3","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^10.1.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.1.0","typedoc":"^0.22.0","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"dependencies":{"bigint-mod-arith":"^3.0.1"},"gitHead":"e0e6c8862fac9867d1c10bcbf7266590999a2d38","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.20","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"integrity":"sha512-pC4NTO65K+jC/ZLCKzwUzHS7qsXZkd9xWEKuCeyLABQLqockkfTb3DCV/Su6MsqcWQo0sxJDqjNpeakPSMBeAA==","shasum":"c9d57815442b591f6f0b060eea3220a1734335f4","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.20.tgz","fileCount":38,"unpackedSize":235589,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEjRl8m7DRoVMN8DKEWg1NUBDSfrHbcgXTbrIiu5Wao7AiBRAc/4x8w25Y/MXZtB6o9/vTSYF5Pxgl6yY1hAEXhRMg=="}]},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.20_1634674250216_0.5348575133099944"},"_hasShrinkwrap":false},"3.0.21":{"name":"bigint-crypto-utils","version":"3.0.21","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","coverage":"nyc --check-coverage --exclude build --exclude '{src/ts/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","git:add":"git add -A","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","version":"run-s build git:add","postversion":"git push --follow-tags","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^21.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-replace":"^3.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^9.0.0","chai":"^4.3.3","fs-extra":"^10.0.0","glob":"^7.1.6","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^9.0.3","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^10.1.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.1.0","typedoc":"^0.22.0","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"dependencies":{"bigint-mod-arith":"^3.0.1"},"gitHead":"e9b6b94c95c1696740632a1e975614bef0a595bf","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.21","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-nJG6IQ5mgAl32V2QgdKpJOQndylgxiTwpKy92riMAPZdBy94jfZ6Z8IORY4y4/p8C9d+7Izd/YMKsxBcVocdFA==","shasum":"cfb5d2edc2b8f5246dbb730b98b208097756fa76","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.21.tgz","fileCount":38,"unpackedSize":261061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2kuaCRA9TVsSAnZWagAABdcP/RmdnwCmmQMcZ1e5+KQL\nfLvWH7gUgz5UMCX9hHGQZaC3Ht/WjzpUanu5l7zUOKPnH092lzH+cm6c5+so\n9RkqTvWmRR2Io7u/UAKDwq4CeVQjuASW4nHNnSx98SecMgG9DgZ42at+3cii\nD3EJaXtis7jmz0920KqOkm/sP7cjL+/kELLqj/s4+ttvSJkn/WGOGgEdZ9HT\ncn2dN31fTfWgGZVHU5fC8zQUognmtuwKmU+dFONYEexvCv6anO0mxKiClA1g\n+mnbRQQKGK6AtwlcE+hqQglgH1MzhafpmuI/w08OMSJx/n1CHug2JTujiDNf\nqBGlVRyBAMGX7BIv0sxCQ/OtL7eksdA3pw4lyDAE6BgLqihp91AC2z4QFUvM\nWSDuRkxTGYAZNW7ijXlBCAOQSCUWwltMKhP44LpXvN0EQifmoCQy4L/4PH+2\nn39HmQdy9hiPGfiuwk+pGEBKbLnODQWT2yLH0HOQfRrLAe8MJE6yFO+R+ilQ\nu6llCFyHFDhYzkhYfi1QyvzsISJumLBChFM0jKGlKlHPkGRn0CY4855Ou8Ys\ngxxkRY9XsgcSnpV0e2KJLSyeex0XH5+kM7dpI+tAmXFxZjnN2bqY7GfyGHC7\n5Cem/UvgXruVQBH5I5uQq5MQ+Sw69t1/HTvEwkJq+/5Xtn3palZfTe1qn1qY\npclj\r\n=/dpe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFw0NbgP3C0AJUYqWpTVpYHozj8VX3Jrc/R1n7Kwjj+SAiEAzSViR5Ulh+gbq6Jvv0m51jpBmFJCR/u+xmps62Nlw0c="}]},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.21_1636974359891_0.785193512603733"},"_hasShrinkwrap":false},"3.0.22":{"name":"bigint-crypto-utils","version":"3.0.22","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","coverage":"nyc --check-coverage --exclude build --exclude '{src/ts/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","git:add":"git add -A","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","version":"run-s build git:add","postversion":"git push --follow-tags","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^21.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-replace":"^3.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^9.0.0","chai":"^4.3.3","fs-extra":"^10.0.0","glob":"^7.1.6","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^9.0.3","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^10.1.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.1.0","typedoc":"^0.22.0","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"dependencies":{"bigint-mod-arith":"^3.0.1"},"gitHead":"3b0da39f60490b2d74a4d34abd4fd1fad52afd7d","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.22","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-6VVmk9PTI9LZhSvcKcZsjY6g3fQZWLs08H+oPWC5WrVtLY8wul/QByJASByiG+e0u0A7aHmUhWy3eqI59hPXlw==","shasum":"341105b09a375816ad5c927c008a0192d5664304","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.22.tgz","fileCount":38,"unpackedSize":261309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5UVyCRA9TVsSAnZWagAA4lEP/03wpJPiSvGIjm/cca4w\neo1RC+lEA9fmeRqNPWp+QVYmYqavsBeYL2qrRbnLuABCdoHEm2JpbfkPRjpF\nbdcH+57jYnbc1VDqVi/bnFaYyB48lEineJz3uvoINAbDJ/2Kq/6Ze5S1gzAz\ntYqPeiOvk2EXLD6K25nmtn56P2DxAQGgWy+8LbSHrTnUKq7DunV+D5I8KcyD\nEl3u8HzVShThAHM6w01KpaTUJpnL63fytjQMLByGuvxbwnwMUGLFRnX28V+7\n5ykYIkGRVOJY5c9oD27p3fFRJSL0mFHBz81KaeUMeoVD0MUuBHPapa6o+Vrn\ne2+q/iBO5Kq+Bud7MhsqNNK8QvGFohgKxcGNKumJn49FxnEnJ6Wyk0ckfKEG\ny66Yg1yiu1eec6PlCEjVRXoKuMapQ0hLvElpnjtjAACqjdReFSrGEedFK7Oy\n2tncOBRFdx6qQYv48t7gja8HZ99qxWGaNnIt49gPYQ8a9m+KWJhYlrXm99Fy\nay/DlS9hvM0cMW84MCdGpCXLCbBXLeO7BsEcD/MaH5g4Lf9DrJN4CCIcivFc\nQxwfkh2Z3dF/xlQK+QRGP9y7pxIr++kZwrlho46kextxwDfoUslSMLOjgqHV\nAGSqev90x/N1x3tDKVTe48Ne8mg2BOMBmU8MfZ+w3yWFw8X0KSbTKMInO1Ef\nUEUs\r\n=FbZl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5F6pmvCCF4zhop1gOVJt8kDzTtXkmuPeg1UNxtxbCigIgc/hX1mc8OVg+TrMbOsTIo2uoxqP1jJ5RBAqiCK8ytAI="}]},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.22_1642415474428_0.5924121834912794"},"_hasShrinkwrap":false},"3.0.23":{"name":"bigint-crypto-utils","version":"3.0.23","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs test:browser coverage","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist docs","coverage":"nyc --check-coverage --exclude build --exclude '{src/ts/**/*.spec.ts,test/**/*.ts}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","git:add":"git add -A","lint":"ts-standard --fix","mocha":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","version":"run-s build git:add","postversion":"git push --follow-tags","test":"run-s test:browser test:node","test:browser":"node build/testing/browser/index.js","test:node":"npm run mocha -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^21.0.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-replace":"^3.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^9.0.0","chai":"^4.3.3","fs-extra":"^10.0.0","glob":"^7.1.6","json5":"^2.2.0","minimatch":"^3.0.4","mocha":"^9.0.3","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^10.1.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^10.0.0","tslib":"^2.1.0","typedoc":"^0.22.0","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"dependencies":{"bigint-mod-arith":"^3.0.1"},"gitHead":"f7ac7090326bd251f51146541512c625f7d33003","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.23","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ecCXGRhpfm6gOMlNymoojOXnASyx8lwk3Z8f76lANPAnR/rgo/OKVMajxN5TbfT/BaEfcBXskpIUiRz8HPDKoQ==","shasum":"f62448c5fbc6f74760991dc36a321e4474d4a3e1","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.23.tgz","fileCount":38,"unpackedSize":260428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5VRqCRA9TVsSAnZWagAAsZgP/3S96GzzTXptopHt61f0\nyUFreAFoQapbdWLZo05A66ZsXDtpAJx5YudeYcE/xjjylpIbnKD37Wq0TiRJ\n5vPk8gyyVJffv8zMTE7oC33lnS44baZRh5wbj/dBW9Q6kfcYx6eZG9aDlw+/\nAxxOcSxgL5Yo1ABji/BszBb+Ebf3x2gUHETnJpg1wmVt3WxYAoZ63/Zte0Yy\ncqhY3DgXz6Um5yuWPz8Xwe6ymlJE54YdCSSSE76yHAt8ZxlCKiQwz5Jed55d\nkZQpEcCuWY7BJ9LcdgVS4XC4kqUlQNcxM2otLa/1SLM4GNHv+8wRw/eHWlH4\nM0ENdrQlOP1COgItCEFaYW7OdlH+Hb4zkfI+XFOtm5NFWucUSGHYRW2VK8XN\n+cV6L64MVP/G1HFDsgiC9PKPDwg/QczOu/SP4wK2cRb9Wvuxmp1rLE1MTX8k\nENQD53DsoX0MfhCa2kf804RlZD+9Dlhk+mtwxuDHhjN02wwjoE5y2mveqQfP\nimX8L0sHboVTOAhCvkZGtrzCC1A+0cbWOhJbbVTnQ6e4qxoIiBXFGm/XhvD2\nndyb89nffb+dylPEV21/VqYJhAiJsmKEuyDAiy7PZM0zT/luRZ7SJJOFcKa2\n7JVIixrsfKQedVNur1APcSPEqSYi1H9xncraw/RV9ikmYkbdzkwjhjzPLOTd\nut7K\r\n=uDEm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTZE/66PsiBn/0gRp5g0tirCrshhYjS+GHT6Ovir+ZbgIhAPcv3UFM5SwFr0HZnmj2O2zVusjRACrBlr25dghaXgRY"}]},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.23_1642419306308_0.23801014919268004"},"_hasShrinkwrap":false},"3.0.24":{"name":"bigint-crypto-utils","version":"3.0.24","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist types docs","coverage":"nyc --check-coverage --exclude build --exclude '{src/ts/**/*.spec.ts,test/**/*.ts,.mocha-ts/**/*}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.js","git:add":"git add -A","lint":"ts-standard --fix","mocha-ts":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","mocha-ts:browser":"node build/testing/browser/index.js ","mocha-ts:browser-headless":"node build/testing/browser/index.js headless ","preversion":"run-s clean lint build:js coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:browser-headless test:node","test:browser":"npm run mocha-ts:browser ","test:browser-headless":"npm run mocha-ts:browser-headless ","test:node":"npm run mocha-ts -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha-ts:node -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^21.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-replace":"^4.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.14","@types/mocha":"^9.0.0","chai":"^4.3.3","dotenv":"^16.0.0","fs-extra":"^10.0.0","glob":"^8.0.1","json5":"^2.2.0","minimatch":"^5.0.1","mocha":"^9.0.3","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^13.6.0","rimraf":"^3.0.2","rollup":"^2.40.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^11.0.0","tslib":"^2.1.0","typedoc":"^0.22.0","typedoc-plugin-markdown":"^3.6.0","typescript":"^4.2.2"},"dependencies":{"bigint-mod-arith":"^3.0.1"},"gitHead":"680733f6fbacb285917ba56d5dc9dc4a31658845","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.0.24","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-TZZ04h0BCfE5kAR5VTiUp+8eWHcclXFCI+4EFL5Y8z0++XJqqUnEjgwzBbVIpMHbSBu3Gjv7VT6msIXJzzSfTg==","shasum":"ae8b4f3d6236a7a34df13d411b7c3bbe6779c5d8","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.0.24.tgz","fileCount":38,"unpackedSize":266747,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICBbkUH67oDvqD1BnpKi/4PexUh/LT8WecE5QzzPJL0OAiATc1UrEMjwP5HLoO9T8eQw4B+2UJ3qUxkZgt7wb+1qzg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYR3TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLFA/+LGowPDaJuCAp2uzjrA2fvrBkx8/nEpITk0ZKOIlmBwblji7a\r\n9eny15hfh9Qyi2UQgpErH8BxM2G+xyKVkXKYl7/aXkr36Id+Uex1j9fWZ+ks\r\nnVmiCAzfp5cVog3lByF0e0WgI4JnaDs9JHpHlRogEEkdfWoRgKUOgN2+rqoi\r\nMIAp/rv79sgMmi1TzsYFQz0O4FI9KDpSPoQA+f/IVHkry3iE5M+DOKPX1HSc\r\n77Ag+OT/+xGdpF9ZOegBnKh/DvwLsQednh/Q5tWFtEeRj5vFC5+++2yI7y8P\r\nOc32vVD3SpCMLrrDwgbKgZ2uMvPXEV+Rw3LsOo7LeY4ocPoJ6w/crwbH3Cg9\r\nY/pGz3pHa7ndU1aA0LtaZfIudpPhBBs3ryLhYA2ebyKi6jDwEYVGKcx/q5wK\r\n5aKPLPovZVFZev05DwV1pzQ9YIcPe84mkpTzSzy11w6+FUSzSC486HAVsiUE\r\nWHWv2idZ2bWZfCdajXH/RHPHgsf1JLZyAJezoPYffQObWRKA0ibDw34mCdnB\r\nyks0FDlDejXxTHUxwxxkKDdZkaL+fInkjlcIGO+2LyPCyL/RzTwxCTOu4ZKX\r\n1RONVHi2FHcZvm5LWMLe4l3srm7vXEqF/3dFJCLqTalAMLwduGGRJiHn9Aed\r\nL1DRB/8l978TKLDFng6bRn0m7TbHpY+YT/o=\r\n=EPQS\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.0.24_1650531795696_0.0011648482667905302"},"_hasShrinkwrap":false},"3.1.1":{"name":"bigint-crypto-utils","version":"3.1.1","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"type":"module","types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js","module":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.min.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .nyc_output .mocha-ts coverage dist types docs","coverage":"nyc --check-coverage --exclude build --exclude '{src/ts/**/*.spec.ts,test/**/*.ts,.mocha-ts/**/*}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.cjs --require build/testing/mocha/mocha-init.cjs '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.cjs","git:add":"git add -A","lint":"ts-standard --fix","mocha-ts":"node ./build/bin/mocha-ts.cjs --require build/testing/mocha/mocha-init.cjs ","mocha-ts:browser":"node build/testing/browser/index.cjs ","mocha-ts:browser-headless":"node build/testing/browser/index.cjs headless ","preversion":"run-s clean lint build:js coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:browser-headless test:node","test:browser":"npm run mocha-ts:browser ","test:browser-headless":"npm run mocha-ts:browser-headless ","test:node":"npm run mocha-ts -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha-ts:node -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"./tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.5","@rollup/plugin-replace":"^4.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.22","@types/mocha":"^9.0.0","chai":"^4.3.3","dotenv":"^16.0.0","fs-extra":"^10.0.0","glob":"^8.0.1","json5":"^2.2.0","minimatch":"^5.0.1","mocha":"^10.0.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","pirates":"^4.0.1","puppeteer":"^15.5.0","rimraf":"^3.0.2","rollup":"^2.57.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^11.0.0","tslib":"^2.3.1","typedoc":"^0.23.0","typedoc-plugin-markdown":"^3.11.0","typescript":"^4.4.3"},"dependencies":{"bigint-mod-arith":"^3.1.0"},"gitHead":"16c2723ced59366ff1082701cb08a11f6fb3c727","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.1.1","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-qQxTebdm4D8Obhk02Ntl+dgXMmce1lAeHc8YD9QhlJS1/Cgy74/qIIEkgnlY7llDvznHtb7GLk0Qm1zEncj1ew==","shasum":"c4ce085894b70b3730f69d6cbbbc4b545ff0c594","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.1.1.tgz","fileCount":38,"unpackedSize":261540,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFOvHgWU6ZF3jDur2+X2bcS3it6HVxtfFYJ/JRQudkIAIhAOFQWDIyPOKYvzaArOwHOAO3bhewYv2wIu79ie6/EsQs"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi5z+GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjJw/+JJlcKdJiY0VE5DrXU161IIDLZwAPOsElM/v8keA/cT7rwfVI\r\nKfMdUjll2cYSw1FXN5d+uzukn90b6/2yH7J1f3p848t0D0NFHYzISEeLID34\r\nN1GRBrnfOcoUW3OMyC2iVH//Po9w1WTA2SFiAwYiOWWeAoxEDL/abry3J1G8\r\n21muOuVKd6DH6zdtvjzQ0BPb9AFKfVmXOjaO0XpH6lzgfkuP5iGPbAZQib64\r\nL9RHXVfvCkvuDqb82LcGzG855SPTMuSP4l99+vStEufOIZAfoNAj4LAFikgG\r\nIDBpKFfOTth7m14+EOtQgKQCKQThjiaNgMmcUXjXbcRcgUu/GOHPGYhB1iNy\r\nLSjt5HWMk8l4IvpEvPYGHCngqCq2rHda2J2IYWHfg4yRfveekhWRGBecrr7Z\r\nlfoiZ+mtpJxj5XRqpp969V/dOpYzvTRByyn3ShsAuejIRJxzgdWseO9+Kk2y\r\n3KGEBbP49clx7juusruyiOWyRuStx9jOZCrNLKTlfz0hZTy6RvILQ5Am9Lfq\r\nz4BEGHNOH4FD7nTCrOeehbDsZ38EqUIbGfjI0cHeLsIStbqLRuSCqh8zijAw\r\nOFuuNWeEe1+l+TjY8tycho/p8FcI5pGmVcprNZDJYfHIxPUn4NSXEEaL8yZg\r\n7z9Cs4HG5n2vO9nzfPV+ZotFZE8pRpXuBQ4=\r\n=sCXT\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.1.1_1659322246484_0.4546700871807172"},"_hasShrinkwrap":false},"3.1.2":{"name":"bigint-crypto-utils","version":"3.1.2","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"type":"module","types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js","module":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.min.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .mocha-ts coverage dist types docs","coverage":"c8 --clean --check-coverage --exclude-after-remap --exclude '{build,node_modules,src/ts/**/*.spec.ts,test/**/*.ts,.mocha-ts/**/*}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.cjs","git:add":"git add -A","lint":"ts-standard --fix","mocha-ts":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","mocha-ts:browser":"node build/testing/browser/index.cjs ","mocha-ts:browser-headless":"node build/testing/browser/index.cjs headless ","preversion":"run-s clean lint build:js coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:browser-headless test:node","test:browser":"npm run mocha-ts:browser ","test:browser-headless":"npm run mocha-ts:browser-headless ","test:node":"npm run mocha-ts -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha-ts -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.5","@rollup/plugin-replace":"^4.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.22","@types/mocha":"^9.0.0","c8":"^7.12.0","chai":"^4.3.3","dotenv":"^16.0.0","fs-extra":"^10.0.0","glob":"^8.0.1","json5":"^2.2.0","minimatch":"^5.0.1","mocha":"^10.0.0","npm-run-all":"^4.1.5","pirates":"^4.0.1","puppeteer":"^15.5.0","rimraf":"^3.0.2","rollup":"^2.57.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^11.0.0","tslib":"^2.3.1","typedoc":"^0.23.0","typedoc-plugin-markdown":"^3.11.0","typescript":"^4.4.3"},"dependencies":{"bigint-mod-arith":"^3.1.0"},"gitHead":"0d4f0abfd684b47e97a5017344fcb0edecfe1f5a","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.1.2","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-/uGwkLbOseeu6Y9lBJ1VLMOaejkwGvbnbKKNomJMP8zgX6PFZWDLXuoQuN5L0e5w0Hf5aGvmw4GOOz3KorNcMw==","shasum":"9f6017ff7fad2a51d67dd1b31f029c99cb772658","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.1.2.tgz","fileCount":38,"unpackedSize":264464,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9H7Eoc20/xOTwX7gY1/SbGNOoShFq6kD08cHBn+UydAIhAObebNIkoNSlUtmBvqUswwzMghRT8e2kuP1WRE+OL7gE"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6B82ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLAQ/+IBNf3iwVChL2kBHUD4uuyL5ZzdvjacLAVyoEj9qHB9d/WVDe\r\nQ9s/stL2B/mG1EQOhH4zqLTfgYHh9F9wc69ArfJcN1fZuRb+p2rqW50vmINn\r\njZp2ibU+VswtMOHaP9Vx1OfD5Q23hb4H3LGf1QpKdsDp8uwCsRI07VRq+Hu7\r\nXvRVw2wHobhhjz+Hj2qjIqQiIg/W50hZewboXlET7btTyY6qaazwvtII4EkD\r\nRgZbD0kin7dWzmlwKTgyFM9myFqXdKxY4W9nfCUXn8G+CFvxx8Fq+fF+t4Le\r\nK2tQmF7y0Ux4mpTWEJ6v1PD8bY2AoqZBis8b3/ewHG953x6pdeXhA5PPs1x2\r\nhLwMMZMBTqutGyZh9q0VBS5dfzlrkKG4oJnVhcd99NIVjJsY/LYMAxwFcTQw\r\n/pEKsZefYHKeMxPlADfqnwTy1yfOGrvNpCP4+dPL+BvR9SCyorflwcNB4eiF\r\nUQt8HyKU+5EbUFXn2tu0nGoCoa32SrGq6ZygNGqShUXTW231yOhs4SIT9rrV\r\nGeqBYnT6oTqKo4ULhNbppgLvJxP5U8Kb7wHd85y2ZHmFwSuyO3YDSa1yi/o+\r\n1nIDPOxAVHPS0WvD7i6As06WHiTn8ADBT+HxSU4+iXLjCE1YhWb3YQEwShsA\r\nbnNYvJeEBfwf3dkALiGrLOFmfIfzmRcBbVk=\r\n=8SPA\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.1.2_1659379510689_0.7503385132653915"},"_hasShrinkwrap":false},"3.1.3":{"name":"bigint-crypto-utils","version":"3.1.3","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"type":"module","types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js","module":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.min.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .mocha-ts coverage dist types docs","coverage":"c8 --clean --check-coverage --exclude-after-remap --exclude '{build,node_modules,src/ts/**/*.spec.ts,test/**/*.ts,.mocha-ts/**/*}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.cjs","git:add":"git add -A","lint":"ts-standard --fix","mocha-ts":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","mocha-ts:browser":"node build/testing/browser/index.cjs ","mocha-ts:browser-headless":"node build/testing/browser/index.cjs headless ","preversion":"run-s clean lint build:js coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:browser-headless test:node","test:browser":"npm run mocha-ts:browser ","test:browser-headless":"npm run mocha-ts:browser-headless ","test:node":"npm run mocha-ts -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha-ts -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.5","@rollup/plugin-replace":"^4.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.22","@types/mocha":"^9.0.0","c8":"^7.12.0","chai":"^4.3.3","dotenv":"^16.0.0","fs-extra":"^10.0.0","glob":"^8.0.1","json5":"^2.2.0","minimatch":"^5.0.1","mocha":"^10.0.0","npm-run-all":"^4.1.5","pirates":"^4.0.1","puppeteer":"^15.5.0","rimraf":"^3.0.2","rollup":"^2.57.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^11.0.0","tslib":"^2.3.1","typedoc":"^0.23.0","typedoc-plugin-markdown":"^3.11.0","typescript":"^4.4.3"},"dependencies":{"bigint-mod-arith":"^3.1.0"},"gitHead":"13829b78b0265b7bad62c2d7b5d04b330a371aa1","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.1.3","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-Ic8r3b8HxvadWHPh784QinAHC1L2xl3QQ7DEq+7UOeh4Sjox3BkCwGRIRPiTFOnKWo3aYJHx0VslMuamzS+gnQ==","shasum":"f2abbd298662fa244f3f412c28e3744da8417eb9","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.1.3.tgz","fileCount":38,"unpackedSize":263623,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxkR7y10wxJ6vB7hoTGgf48C7KLCi4HvFpxvbGVDKFVwIgOmD4zSI26AaF7/F1Q//IIL4IYSWvLaMJeB4Kawri8/g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6DB3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjqQ/8DozZOy5U3QQeLfcrTtsM6sT2qoolkYRz0sWEyHkcmQKGaS6+\r\ntjvG5bwYHGq/85OOO7QeWI9lzDJl52yAH/fBCGEFJeH9sI+vBchumgLdE7RC\r\nN15RG7Gzm/xmxIV5kSHR/r9VUNTMNf10CA/AheMc8MV94hsCvtxgziVJ8RZz\r\nOg0t1dZugbGtqBM6NHD67kckoTyg3b5AQRaI/B1NQxFEz0tiNMcK5nAeufHt\r\nRErrU/bRrDxmE5YdqF1BK8oZuGApse4eUVSJ4xSJxKiXXVG//rlq/2FidGZ1\r\n7w7oKux76Zs2rmUaQn2+MOZTtMTYGZvwhIf6Z869Q3cq+vCuIAw2JuzuILp4\r\nzfaoha1zqITMbpnWOP43rO4vNqdgSUul/mnc3PAHPHdOFRhdk/osaVOTaRhb\r\ny05Li0XgXTQpf2NLMzZY2xUx9cm6b0tLlsRBJftqc/4WN/ih/+tEpHWtAMEz\r\nW8ehbrCY11JsBwDMuKZYnEDYQxyOmY+iW+lNUfxCbfuETQSETuNWMCb2zjdn\r\n+yN0D4ZqwnDswLM3rrxUkSoCadlIDqkH1SeU0TUrTRM/B4AE092YkD6r1cwv\r\n+EBb2BRFDcOV1iVxAtyxYid5MOhWXRmwStV8sJOlfOM8HEm29vWm2S9cGeJ6\r\ncmY2+NkforQ4+94mY866CxgMFJ+4U3gVu6Y=\r\n=TvTI\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.1.3_1659383926825_0.7296358278238015"},"_hasShrinkwrap":false},"3.1.4":{"name":"bigint-crypto-utils","version":"3.1.4","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"type":"module","types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js","module":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.min.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .mocha-ts coverage dist types docs","coverage":"c8 --clean --check-coverage --exclude-after-remap --exclude '{build,node_modules,src/ts/**/*.spec.ts,test/**/*.ts,.mocha-ts/**/*}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.cjs","git:add":"git add -A","lint":"ts-standard --fix","mocha-ts":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","mocha-ts:browser":"node build/testing/browser/index.cjs ","mocha-ts:browser-headless":"node build/testing/browser/index.cjs headless ","preversion":"run-s clean lint build:js coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:browser-headless test:node","test:browser":"npm run mocha-ts:browser ","test:browser-headless":"npm run mocha-ts:browser-headless ","test:node":"npm run mocha-ts -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha-ts -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.5","@rollup/plugin-replace":"^4.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.22","@types/mocha":"^9.0.0","c8":"^7.12.0","chai":"^4.3.3","dotenv":"^16.0.0","fs-extra":"^10.0.0","glob":"^8.0.1","json5":"^2.2.0","minimatch":"^5.0.1","mocha":"^10.0.0","npm-run-all":"^4.1.5","pirates":"^4.0.1","puppeteer":"^15.5.0","rimraf":"^3.0.2","rollup":"^2.57.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^11.0.0","tslib":"^2.3.1","typedoc":"^0.23.0","typedoc-plugin-markdown":"^3.11.0","typescript":"^4.4.3"},"dependencies":{"bigint-mod-arith":"^3.1.0"},"gitHead":"25484ae03f91e3b1a5876b4f5987957df3446d19","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.1.4","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-niSkvARUEe8MiAiH+zKXPkgXzlvGDbOqXL3JDevWaA1TrPhUGSCgV+iedm8qMEBQwvSlMMn8GpSuoUjvsm2QfQ==","shasum":"b00aa00eb792b14f2f71ead916105c17aac98a4c","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.1.4.tgz","fileCount":36,"unpackedSize":259892,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA0JgFlYFH1MF+Kg55DCX5gc1Y5BLuqQecP0kvxIWfp7AiEArtR8q6a5gZ7JwBAZH/YrYAiVgkJnW/anfsOikqzQqlU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6DmDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGOA/8CRQTJ+4vu4xPcC+2OEA/bV1Nmiz15QjPMQ7bZwmszz+hc/Hs\r\nZpStaD3S8HSzlzJoi80n/TPkfUHjeVHWUYKR79RFakxjSmqIx294KaLlT7D3\r\n1NpPnDVEa1LEidZsnH3dvLkbXrHN/pgBP7Ue7Vodi2sKNYJa7wjgZA9uxH/l\r\n1RcpqkhdhwKUa2KiP/yMO7B8IkmjautPN9NlsvibKD7znz66JbkZlqKHOAaE\r\nyetEUxAG9OSaO8lgofqGQ8zWZwGUcZ6+q17TTfsNC9e8NeECem3rva4eqkh0\r\nF3NkcWqmfsWE9JGuQhoMfxlrQvQgDjK2AaIrJv+McRUok1cz/+thjvAoINlV\r\n2pNUPy1sE62AQihSsz0A3fsXnC89U/of1DDS9BhULYjwl58bEhdBRmxgy9nH\r\nk5nmJzmu/OKdD6ozIlTKJhVVOhcpxp4cPQnSuIhoAFk9U+/xUBEM5A5kmDq1\r\nB3XbnIZGeXJj7pqq4TSIvGNHJYK2TgD8Eu5OtPfu7oVhBPvnTOLblZYvbdZ/\r\nzXIC66hAj4mOUZgEn3d1b8k7IwFLqlmfD2EVVzlPdWLvE2dEBlYZ3VYe2RV6\r\nMCSoLqKP2HCG5f1DA7P/yEcIuo7Z/Ahw+RkHq8yK793nlVXxkk6x9VqZkPUe\r\nWVVOCsbn6Q0uw+rBOophyTANNtr9OV+Cqo0=\r\n=BTy2\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.1.4_1659386243597_0.1848949841508878"},"_hasShrinkwrap":false},"3.1.5":{"name":"bigint-crypto-utils","version":"3.1.5","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"type":"module","types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js","module":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.min.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .mocha-ts coverage dist types docs","coverage":"c8 --clean --check-coverage --exclude-after-remap --exclude '{build,node_modules,src/ts/**/*.spec.ts,test/**/*.ts,.mocha-ts/**/*}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.cjs","git:add":"git add -A","lint":"ts-standard --fix","mocha-ts":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","mocha-ts:browser":"node build/testing/browser/index.cjs ","mocha-ts:browser-headless":"node build/testing/browser/index.cjs headless ","preversion":"run-s clean lint build:js coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:browser-headless test:node","test:browser":"npm run mocha-ts:browser ","test:browser-headless":"npm run mocha-ts:browser-headless ","test:node":"npm run mocha-ts -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha-ts -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.5","@rollup/plugin-replace":"^4.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.22","@types/mocha":"^9.0.0","c8":"^7.12.0","chai":"^4.3.3","dotenv":"^16.0.0","fs-extra":"^10.0.0","glob":"^8.0.1","json5":"^2.2.0","minimatch":"^5.0.1","mocha":"^10.0.0","npm-run-all":"^4.1.5","pirates":"^4.0.1","puppeteer":"^15.5.0","rimraf":"^3.0.2","rollup":"^2.57.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^11.0.0","tslib":"^2.3.1","typedoc":"^0.23.0","typedoc-plugin-markdown":"^3.11.0","typescript":"^4.4.3"},"dependencies":{"bigint-mod-arith":"^3.1.0"},"gitHead":"fe7a8fe3fc9f6c9d76db2d16b91c4f9beccfdce2","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.1.5","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-0moCFXUXO0kBSR6+saQlhyhvTds2XM6O5RIfbMIEqArDH5hdx8MpMr5SWfbI3hW/UZgbWbWjky4Fvuf+1hQ3uw==","shasum":"4d393a9de45ded8844c7b983bc27ce527c65c9ec","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.1.5.tgz","fileCount":36,"unpackedSize":266828,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGMC/8i+0zkbSi0+ilJGu1MHWi091roDxu5vwMp1cXstAiBCoZCMXtpWnZlwzaiWvRk5GsggQEOQxeRQON2+ZDNmTQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGduEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrcig/9GxwLWNE1K4KxqORvy1RxtZwuYFLimNXusSHMSds2R1XQMLWc\r\npsQfjE15KTEKz4N8+coKZxi4Wdfh1ma9ry2owKfxbjUxhmFTyrN+PJp5+sbm\r\ntjXXtVwEvTn5areRKd9+TXDs2aKP+2VNnsORYwlbNHOSBPAhxAIGrWqO3Pi9\r\nUUNuCf0wHrh9gFLuQkAWyvGZVcQ4yDr3XQJx4srM+2+VkZ9EleJcGTgxpC/7\r\nAttNODyWf8k1GJRBtOCZZQOODoDp9GyIHhQ1MiCpuJrUZhzv/vxwTvNjnIT0\r\nc6GbOWSC19R7rag5K5FeQb7UNGhrM2tnesXlVdZnFnlnPjev5FyVbzm1daw0\r\n5FA8IngcMEyajVHh/joYd6omJkUNizaB+kOcrveKPvBq3knY8JU0ycu4r1My\r\nY2I62vwgNNWiQ53lRObgJH/drW8QtF6fgq0hjB6k8fPFqRA7KTI+24a4TegZ\r\n3yk8nx0DJMXW8FGbHOgfYuBK1R0gORh2qra4u4I9ghKR2YQYZMcYs0rJr81R\r\nEzgQNhEE5Rxg9CsSwxQtb5xJiGJDa74109ZJMRgipU9Ip4p7FYP7mZdksifT\r\npCLaI+ko2SGRr2w6uKBsMZm1tEncr91kOhwbFXQMUqwupcXk6DHPW852YSbV\r\nRJouc3Q9bpUF97TH+Npql2eR0Y7BtqB3KY0=\r\n=3aQp\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.1.5_1662638980403_0.32900252300885957"},"_hasShrinkwrap":false},"3.1.6":{"name":"bigint-crypto-utils","version":"3.1.6","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"type":"module","types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js","module":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.min.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test"},"scripts":{"build":"run-s lint build:js docs","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .mocha-ts coverage dist types docs","coverage":"c8 --clean --check-coverage --exclude-after-remap --exclude '{build,node_modules,src/ts/**/*.spec.ts,test/**/*.ts,.mocha-ts/**/*}' --reporter=text --reporter=lcov node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js '{src/ts/**/*.spec.ts,test/**/*.ts}'","docs":"node build/build.docs.cjs","git:add":"git add -A","lint":"ts-standard --fix","mocha-ts":"node ./build/bin/mocha-ts.js --require build/testing/mocha/mocha-init.js ","mocha-ts:browser":"node build/testing/browser/index.cjs ","mocha-ts:browser-headless":"node build/testing/browser/index.cjs headless ","preversion":"run-s clean lint build:js coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:browser-headless test:node","test:browser":"npm run mocha-ts:browser ","test:browser-headless":"npm run mocha-ts:browser-headless ","test:node":"npm run mocha-ts -- '{src/ts/**/*.spec.ts,test/**/*.ts}'","watch":"npm run mocha-ts -- --watch '{src/ts/**/*.spec.ts,test/**/*.ts}'"},"ts-standard":{"env":["mocha"],"globals":["Blob","postMessage","self","Worker","IS_BROWSER","browser","page","_pkg","chai"],"project":"tsconfig.json","ignore":["dist/**/*","examples/**/*","types/**/*"]},"devDependencies":{"@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^13.0.5","@rollup/plugin-replace":"^4.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.22","@types/mocha":"^9.0.0","c8":"^7.12.0","chai":"^4.3.3","dotenv":"^16.0.0","fs-extra":"^10.0.0","glob":"^8.0.1","json5":"^2.2.0","minimatch":"^5.0.1","mocha":"^10.0.0","npm-run-all":"^4.1.5","pirates":"^4.0.1","puppeteer":"^15.5.0","rimraf":"^3.0.2","rollup":"^2.57.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^11.0.0","tslib":"^2.3.1","typedoc":"^0.23.0","typedoc-plugin-markdown":"^3.11.0","typescript":"^4.4.3"},"dependencies":{"bigint-mod-arith":"^3.1.0"},"gitHead":"3138bfa2090ddefdb04a68f4b5036b9e82e589a1","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.1.6","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-k5ljSLHx94jQTW3+18KEfxLJR8/XFBHqhfhEGF48qT8p/jL6EdiG7oNOiiIRGMFh2wEP8kaCXZbVd+5dYkngUg==","shasum":"3a52a660423416856342d0d9981935fa9856f177","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.1.6.tgz","fileCount":36,"unpackedSize":267233,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBhp5s7SS/7dqxO4aHEdIs/D54TmCPh3nVq2vtQi25bAAiEA0riuKW74JDpAue98rhXBLDcdn7aIwQXl1VYJrIexfYk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjHvmkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/Jg//dTJYJd9kjwfXolNK/kRkKfDl18OfRtfVH1T8wuQA6/fth+N+\r\nhwkwI1BqZVOx2u9ypKa6VsuA9JcXuzLz27+/uJypefExbwVgD/j6qfecRNdc\r\nvYDbFuAyT/lcR+dGSHvsErJB24mNKdXSzyoea+QAFzDzMPytMj5+EtLJUAH4\r\npB6qlmIvHGZbJwEiVFxWjyYX0ne6zyUJvN1JRGm2RTinPTNotuVL+41LtIfq\r\nKmRKKzSOduohGS+OZNsxAa11kcFhM64sW1wz6aAkL6UzN5x8wIh1AkRdlUGB\r\nxtUn/jfkdVfF78OxZfHEnaZawJPnbHjg1xtD7hFMpSg1pluy33OCJar0oXTK\r\nCtOj/LFtpzTtJRch4XikYdK8C+vn9E7WJI6/4GOHkZiTgmg4acszKimRQPKk\r\nqIAr8BZa1ew+oadFrAIakn9Kiz0EijgB2LHBygb3HRij6hBxUqQY4ywaaE4H\r\nDjEQzFAHnMPAJoCjRcQvGAgbZn6ffM5+TWqyCrNSA0W8cjca/QL+eg9ScUTu\r\nlZOcMCNy2MQMvV9DpCdoQQEZEqWZnHaNxgPLAFgHYUC/IBxiJqIrS8ij9H6U\r\nUZPHTilI0RfUIYmvXBeMAvbQwPoQbqAMaFC6151XbdXHSPnueLDTN6XjPd15\r\niCQgUCKdH3RcTOTrIesmZUOqZMNMDMk5UU4=\r\n=G1Ns\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.1.6_1662974372590_0.6210922526621121"},"_hasShrinkwrap":false},"3.1.7":{"name":"bigint-crypto-utils","version":"3.1.7","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"type":"module","types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js","module":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.min.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"imports":{"#pkg":{"import":"./dist/esm/index.node.js","require":"./dist/cjs/index.node.cjs"}},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test","benchmark":"./benchmark","mocha-ts":"./.mocha-ts"},"scripts":{"build":"run-s lint build:js docs","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .mocha-ts coverage dist types docs","coverage":"c8 --clean --check-coverage --exclude '{src/ts/**/*.spec.ts,test,test-vectors,build}' --exclude-after-remap --reporter=text --reporter=lcov node ./build/bin/mocha-ts.cjs --commonjs ","docs":"node build/build.docs.cjs","git:add":"git add -A","lint":"ts-standard --fix","mocha-ts":"node --experimental-modules --es-module-specifier-resolution=node ./build/bin/mocha-ts.cjs ","mocha-ts:cjs":"node ./build/bin/mocha-ts.cjs --commonjs ","mocha-ts:watch":"npm run mocha-ts:cjs -- --watch ","mocha-ts:browser":"node build/testing/browser/index.cjs ","mocha-ts:browser-headless":"node build/testing/browser/index.cjs headless ","preversion":"run-s clean lint build:js coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:node test:browser-headless","test:browser":"npm run mocha-ts:browser","test:browser-headless":"npm run mocha-ts:browser-headless","test:node":"run-s test:node-cjs test:node-esm","test:node-cjs":"npm run mocha-ts:cjs ","test:node-esm":"npm run mocha-ts ","watch":"npm run mocha-ts:watch "},"ts-standard":{"project":"tsconfig.json","env":["mocha"],"globals":["IS_BROWSER","browser","page","chai"],"ignore":["dist/**/*","examples/**/*","types/**/*","build/testing/mocha/mocha-init.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-replace":"^4.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.22","@types/mocha":"^10.0.0","c8":"^7.12.0","chai":"^4.3.3","dotenv":"^16.0.3","fs-extra":"^10.1.0","glob":"^8.0.1","json5":"^2.2.0","minimatch":"^5.0.1","mocha":"^10.0.0","npm-run-all":"^4.1.5","pirates":"^4.0.1","puppeteer":"^18.0.5","rimraf":"^3.0.2","rollup":"^2.57.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^11.0.0","tslib":"^2.3.1","typedoc":"^0.23.0","typedoc-plugin-markdown":"^3.11.0","typescript":"^4.4.3"},"dependencies":{"bigint-mod-arith":"^3.1.0"},"gitHead":"b967f954b3a7f9f6ebcabc0eee56beebfaaae709","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.1.7","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-zpCQpIE2Oy5WIQpjC9iYZf8Uh9QqoS51ZCooAcNvzv1AQ3VWdT52D0ksr1+/faeK8HVIej1bxXcP75YcqH3KPA==","shasum":"c4c1b537c7c1ab7aadfaecf3edfd45416bf2c651","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.1.7.tgz","fileCount":36,"unpackedSize":267608,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDUUSqWcTRkxefKeYWh6eueq7QTM+sVajiYDhMooCCj/AiAxxKDwsgiN5rbMdwtmTXE7da56TeIwN8wU1PLYtr1riw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjO1jpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoToRAAnPaoT0A4+Wdv5RwLgwr3e8ZR2MY8ssUwAAi1bZ06eN1VMWnE\r\ncI6QJJzq1fwISAkSu06MFvefx9T7qTWcTzgZjrX3IOwVDVHszB3/OpYZvVQx\r\nqxeAnMhRDQVVl6XK08sU7H3dZeOdXEfYuMlfOYUhrwPavZeOPs7P04hw72of\r\nMqUpsdfq+TkI6QPukiQM7DR4uaroCExAmTps4bOY2AZAYaKDtkbVOhp3Nit9\r\nwAEFzzBGeXeNlHsDLGlPSUCmmgRxZrI90rbAfZgcDRUv2OK2/KIKtBh9iI3Z\r\nF6UnWm4uESManmqRXC45xB73pvKwH8vJI2GcPLiSjReqqPAS+cWaeP7qBDEg\r\nFZLlh+9xIP/CddGMnMPvSAAaNVXfQy9WbaaQHUeWKj9VIDaqAW44JHaA+yOK\r\n9iL5wn+o5A0swUTUsCpkb+aP8+GrOMWyRSbDNbobjMVm4WCbeme71AN9V4ZI\r\n/FYCSGR1P6p0imsny5HSRaJl9ESQ+lcOqryZ+J6ZLIo5DEmbcgEoQqRWL3FX\r\nO4AydbCMBSCzfDGOlxWvqYj/jTqMYgh7V9S8WXcdKy4j8dZaEWhO4mwisUQI\r\n26rxNaRmjoisHzvO/q7+rm+M++orWk5wZPa1rBgrNcJiR3w11A6OFUQ8kE6E\r\nv8TgfiO3s4vhUq0OMoJ/c52LPp1lvV22C28=\r\n=WJwH\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.1.7_1664833769602_0.3019021869824603"},"_hasShrinkwrap":false},"3.1.8":{"name":"bigint-crypto-utils","version":"3.1.8","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=10.4.0"},"type":"module","types":"./types/index.d.ts","main":"./dist/cjs/index.node.cjs","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":"./dist/cjs/index.node.cjs","import":"./dist/esm/index.node.js","module":"./dist/esm/index.node.js"},"default":"./dist/esm/index.browser.js"},"./esm-browser-bundle":"./dist/bundles/esm.min.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.ts"},"imports":{"#pkg":{"import":"./dist/esm/index.node.js","require":"./dist/cjs/index.node.cjs"}},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test","benchmark":"./benchmark","mocha-ts":"./.mocha-ts"},"scripts":{"build":"run-s lint build:js docs","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .mocha-ts coverage dist types docs","coverage":"c8 --clean --check-coverage --exclude '{src/ts/**/*.spec.ts,test,test-vectors,build}' --exclude-after-remap --reporter=text --reporter=lcov node ./build/bin/mocha-ts.cjs --commonjs ","docs":"node build/build.docs.cjs","git:add":"git add -A","lint":"ts-standard --fix","mocha-ts":"node --experimental-modules --es-module-specifier-resolution=node ./build/bin/mocha-ts.cjs ","mocha-ts:cjs":"node ./build/bin/mocha-ts.cjs --commonjs ","mocha-ts:watch":"npm run mocha-ts:cjs -- --watch ","mocha-ts:browser":"node build/testing/browser/index.cjs ","mocha-ts:browser-headless":"node build/testing/browser/index.cjs headless ","preversion":"run-s clean lint build:js coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:node test:browser-headless","test:browser":"npm run mocha-ts:browser","test:browser-headless":"npm run mocha-ts:browser-headless","test:node":"run-s test:node-cjs test:node-esm","test:node-cjs":"npm run mocha-ts:cjs ","test:node-esm":"npm run mocha-ts ","watch":"npm run mocha-ts:watch "},"ts-standard":{"project":"tsconfig.json","env":["mocha"],"globals":["IS_BROWSER","browser","page","chai"],"ignore":["dist/**/*","examples/**/*","types/**/*","build/testing/mocha/mocha-init.js"]},"devDependencies":{"@rollup/plugin-commonjs":"^22.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-multi-entry":"^4.0.0","@rollup/plugin-node-resolve":"^14.1.0","@rollup/plugin-replace":"^4.0.0","@rollup/plugin-typescript":"^8.2.0","@types/chai":"^4.2.22","@types/mocha":"^10.0.0","c8":"^7.12.0","chai":"^4.3.3","dotenv":"^16.0.3","fs-extra":"^10.1.0","glob":"^8.0.1","json5":"^2.2.0","minimatch":"^5.0.1","mocha":"^10.0.0","npm-run-all":"^4.1.5","pirates":"^4.0.1","puppeteer":"^18.0.5","rimraf":"^3.0.2","rollup":"^2.57.0","rollup-plugin-terser":"^7.0.2","ts-standard":"^11.0.0","tslib":"^2.3.1","typedoc":"^0.23.0","typedoc-plugin-markdown":"^3.11.0","typescript":"^4.4.3"},"dependencies":{"bigint-mod-arith":"^3.1.0"},"gitHead":"6894e72264b25471c5983f9067c2254244600b91","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.1.8","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-+VMV9Laq8pXLBKKKK49nOoq9bfR3j7NNQAtbA617a4nw9bVLo8rsqkKMBgM2AJWlNX9fEIyYaYX+d0laqYV4tw==","shasum":"e2e0f40cf45488f9d7f0e32ff84152aa73819d5d","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.1.8.tgz","fileCount":36,"unpackedSize":273472,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGYLtIx4b//QD+UvP5f9OXJa2os+K9Q/BGCJenzr/RAwIge4RDyIYUiWtMFVwZJxTZGpQSVVGFal0u1ngyCFgKMIg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjoj3gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOkBAAoFkwKtIHt/9p7P7AaNzbfr/VWc1mq1Th+xl18tuQaG2FFv1B\r\noVGmQ6bmbciJ/VGwBVF4SLrXapz/RpxDlxee7j4os0I7TCcB4M6LS/Wf3uyv\r\neyWnbL+PVNoJOQXQjRLwBs+PxdJx9VL/TUT+RMp7g7Kkv47axMzAhGdtu1dZ\r\nPQM1AeqKVSKKk4vk9gc6d8gNTrTdEYx6lDXh/P01M5GAzzjGgMQcKyH3hC3g\r\naJ9m5mY2VYRgXHdMwvu/otlVSnRux9sfUD9GHzEaLMZCiezj2+Vi5OjqCA0K\r\n3qWeq2nMThXLW18zTW1BAyxzqdo72f+h1LPE1YcrnYSvrDXitAwzjmNGqYPa\r\nHsQNYGME6hSEQ3QnpIQHv5UC+cfLv7p1ZGDLHXNdlt5/XO5AodNyt8j7zPXe\r\np9SA2PlwA0U0OCOQvNSdCvLjiZ4N+pVEC23bbqkQBv8zOAmjti9xD8DoU7WV\r\nsQb8DKSQ/60xjPLd04DQG+qvytK9pEoBfVnj/rsWx8ClSV13L3K7Y0MQm+wb\r\nNotY9tm+XIhT9UjI1qeHGbIab5JSqk5c/pll86HAQMa8iDwmVEIH2jGP1Fau\r\n6YA+1VZdw812cYPlzCNU1fU5Gy3z/s8FYde3b2grIn0t0PQ47YPwpvxZ1M/a\r\nXuhjQrBSa8ODwKmG84gmO/h7B605lJPAzAM=\r\n=IhH5\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.1.8_1671577056120_0.46284296264391855"},"_hasShrinkwrap":false},"3.2.1":{"name":"bigint-crypto-utils","version":"3.2.1","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=14.0.0"},"type":"module","main":"./dist/cjs/index.node.cjs","types":"./types/index.d.cts","browser":"./dist/esm/index.browser.js","module":"./dist/esm/index.node.js","exports":{".":{"node":{"require":{"default":"./dist/cjs/index.node.cjs","types":"./types/index.d.cts"},"import":{"default":"./dist/esm/index.node.js","types":"./types/index.d.ts"}},"default":{"default":"./dist/esm/index.browser.js","types":"./types/index.d.ts"}},"./esm-browser-bundle":"./dist/bundles/esm.min.js","./esm-browser-bundle-nomin":"./dist/bundles/esm.js","./iife-browser-bundle":"./dist/bundles/iife.js","./umd-browser-bundle":"./dist/bundles/umd.js","./types":"./types/index.d.cts"},"imports":{"#pkg":{"require":{"default":"./dist/cjs/index.node.cjs","types":"./types/index.d.cts"},"import":{"default":"./dist/esm/index.node.js","types":"./types/index.d.ts"},"default":{"default":"./dist/esm/index.browser.js","types":"./types/index.d.ts"}}},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test","benchmark":"./benchmark","mocha-ts":"./.mocha-ts"},"scripts":{"build":"run-s lint:src build:js lint:test docs","build:js":"rollup -c build/rollup.config.js","clean":"rimraf .mocha-ts coverage dist types docs","coverage":"c8 --clean --check-coverage --exclude \"{src/ts/**/*.spec.ts,test,test-vectors,build}\" --exclude-after-remap --reporter=text --reporter=lcov node ./build/bin/mocha-ts.cjs --commonjs ","docs":"node build/build.docs.cjs","git:add":"git add -A","lint":"ts-standard --fix","lint:src":"ts-standard --fix \"src/**/!(*.spec).ts\"","lint:test":"ts-standard --fix \"{test/**/*.ts,src/**/*.spec.ts}\"","mocha-ts":"node --experimental-modules --experimental-json-modules --es-module-specifier-resolution=node ./build/bin/mocha-ts.cjs ","mocha-ts:cjs":"node ./build/bin/mocha-ts.cjs --commonjs ","mocha-ts:watch":"npm run mocha-ts:cjs -- --watch ","mocha-ts:browser":"node build/testing/browser/index.cjs ","mocha-ts:browser-headless":"node build/testing/browser/index.cjs headless ","preversion":"run-s clean lint:src build:js lint:test coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:node test:browser-headless","test:browser":"npm run mocha-ts:browser","test:browser-headless":"npm run mocha-ts:browser-headless","test:node":"run-s test:node-cjs test:node-esm","test:node-cjs":"npm run mocha-ts:cjs ","test:node-esm":"npm run mocha-ts ","watch":"npm run mocha-ts:watch "},"ts-standard":{"project":"tsconfig.json","env":["mocha"],"globals":["IS_BROWSER","browser","page","chai"],"ignore":["dist/**/*","examples/**/*","types/**/*","benchmark/**/*"]},"nodeBrowserSkel":{"badges":{"workflow":true,"coveralls":true},"git":{"branch":"main"}},"devDependencies":{"@rollup/plugin-commonjs":"^24.0.1","@rollup/plugin-inject":"^5.0.3","@rollup/plugin-json":"^6.0.0","@rollup/plugin-multi-entry":"^6.0.0","@rollup/plugin-node-resolve":"^15.0.1","@rollup/plugin-replace":"^5.0.1","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-typescript":"^11.1.0","@types/chai":"^4.2.22","@types/mocha":"^10.0.0","c8":"^7.12.0","chai":"^4.3.3","dotenv":"^16.0.3","glob":"^9.3.4","json5":"^2.2.0","minimatch":"^8.0.3","mocha":"^10.0.0","npm-run-all":"^4.1.5","pirates":"^4.0.1","puppeteer":"^19.1.2","rimraf":"^4.4.1","rollup":"^3.20.2","ts-standard":"^12.0.2","tslib":"^2.3.1","typedoc":"~0.23.0","typedoc-plugin-markdown":"~3.14.0","typescript":"^5.0.3"},"dependencies":{"bigint-mod-arith":"^3.2.0"},"gitHead":"9ebe60d7ee086c6fb2bdff3e5f5dcb6514a9a701","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.2.1","_nodeVersion":"18.15.0","_npmVersion":"9.5.0","dist":{"integrity":"sha512-/sERxP9gzXUJ7wfrFf4/oCnLc/Y87tkhi58o0zifx4VdQdLVW6OkV3X2+BxVJn1FTLpT1laG2YIbwP6ZLNut+A==","shasum":"fda6eba79b5a6843194e8ae562584237607f5b7f","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.2.1.tgz","fileCount":52,"unpackedSize":170551,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSUeU3E1Ev1XwvKeLsvFcJm5CrugBIIHPild6k0Mw50wIgNoMPQpojdMvypqpu8Y4hWI3o+67CLHOM+79NwjMjk6U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNUgfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMihAAjjhEh+Bq0MagyzEvKR5qEvn3JSN/s7A24DIazOB/ZKEiBTuz\r\nwahOcV0OSI5W9CvwANqLulXq5HaQL2TZx9/CgdUn87Wc5YcN07YRe/XU/Cw4\r\naBYxcWSoEKCsTvpNp5O9mfoUeSBtLijpLUjBI+RVSOEejXE7T1xeF4jAxyxT\r\nPnz1xMKsudOvfuKmvUSAWuG/pMoR9Wgq8MQpyMyEIyZDAajcQ32SoK+ATZrg\r\ntiD6nLP/2rVKWr2gFLNldgjXncpgeYyguEfRyT6maXvbqRko2dQsLtUKG4Pz\r\n4YEJPMKWO9ouEvDpHUigH7iaKh5EcI+t/FNo9kxrP1CTUBn5cDOq0yrMpijc\r\nkEQAulMJ4B2Z2fIZDd+UmIunuDGRaTjW75CjjyRZJrnUWNhTfcMIBHKLhZtK\r\n2E3tERw+L7JNGXrwxClNAh9p9QlNTlpsDB76GwyU3vb6wjCULPkDeuZ8smCV\r\nQeijGmlPZIPh2JL1t+Ir/6pCEknlinR9KVzNHI4CCFrC1/G1lyW/09ug550B\r\nHn3/lnzjgnuNsIhu71NZ1HNv74anwqq+RPEQWx5xIoLhgnAPHB2TXW9o+ciN\r\n8NkvHrYIvsbvHSyzqrhQxyUgLtO1M4COl8+QzQXTb4Svf4VHbRHArLa8hsxz\r\nvIvj6Gr4m/nU7sJzgIKSJaCpgnnd9b6B6fU=\r\n=Msyp\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.2.1_1681213471532_0.6997698926298699"},"_hasShrinkwrap":false},"3.2.2":{"name":"bigint-crypto-utils","version":"3.2.2","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=14.0.0"},"type":"module","main":"./dist/index.node.cjs","browser":"./dist/index.browser.esm.js","types":"./dist/index.d.ts","exports":{".":{"node":{"module":{"types":"./dist/index.d.ts","default":"./dist/index.node.esm.js"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.node.esm.js"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.node.cjs"}},"script":"./dist/bundle.iife.js","default":{"types":"./dist/index.d.ts","default":"./dist/index.browser.esm.js"}},"./esm-browser-bundle":"./dist/bundle.esm.min.js","./esm-browser-bundle-nomin":"./dist/bundle.esm.js","./iife-browser-bundle":"./dist/bundle.iife.js","./umd-browser-bundle":"./dist/bundle.umd.js","./types":"./dist/index.d.ts"},"imports":{"#pkg":{"require":{"types":"./dist/index.d.ts","default":"./dist/index.node.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.node.esm.js"},"default":{"types":"./dist/esm/index.d.ts","default":"./dist/index.browser.esm.js"}}},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test","benchmark":"./benchmark","mocha-ts":"./.mocha-ts"},"scripts":{"build":"run-s lint:src build:js lint:test docs","build:js":"rollup -c build/rollup.config.js","postbuild:js":"rimraf .types","clean":"rimraf .mocha-ts coverage dist .types docs","coverage":"c8 --clean --check-coverage --exclude \"{src/ts/**/*.spec.ts,test,test-vectors,build}\" --exclude-after-remap --reporter=text --reporter=lcov node ./build/bin/mocha-ts.cjs --commonjs ","docs":"node build/build.docs.cjs","git:add":"git add -A","lint":"ts-standard --fix","lint:src":"ts-standard --fix \"src/**/!(*.spec).ts\"","lint:test":"ts-standard --fix \"{test/**/*.ts,src/**/*.spec.ts}\"","mocha-ts":"node --experimental-modules --experimental-json-modules --es-module-specifier-resolution=node ./build/bin/mocha-ts.cjs ","mocha-ts:cjs":"node ./build/bin/mocha-ts.cjs --commonjs ","mocha-ts:watch":"npm run mocha-ts:cjs -- --watch ","mocha-ts:browser":"node build/testing/browser/index.cjs ","mocha-ts:browser-headless":"node build/testing/browser/index.cjs headless ","preversion":"run-s clean lint:src build:js lint:test coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:node test:browser-headless","test:browser":"npm run mocha-ts:browser","test:browser-headless":"npm run mocha-ts:browser-headless","test:node":"run-s test:node-cjs test:node-esm","test:node-cjs":"npm run mocha-ts:cjs ","test:node-esm":"npm run mocha-ts ","watch":"npm run mocha-ts:watch "},"ts-standard":{"project":"tsconfig.json","env":["mocha"],"globals":["IS_BROWSER","browser","page","chai"],"ignore":["dist/**/*","examples/**/*","types/**/*","benchmark/**/*"]},"nodeBrowserSkel":{"badges":{"workflow":true,"coveralls":true},"git":{"branch":"main"}},"devDependencies":{"@rollup/plugin-commonjs":"^24.0.1","@rollup/plugin-inject":"^5.0.3","@rollup/plugin-json":"^6.0.0","@rollup/plugin-multi-entry":"^6.0.0","@rollup/plugin-node-resolve":"^15.0.1","@rollup/plugin-replace":"^5.0.1","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-typescript":"^11.1.0","@types/chai":"^4.2.22","@types/mocha":"^10.0.0","bigint-mod-arith":"^3.2.1","c8":"^7.12.0","chai":"^4.3.3","dotenv":"^16.0.3","glob":"^10.0.0","json5":"^2.2.0","minimatch":"^9.0.0","mocha":"^10.0.0","npm-run-all":"^4.1.5","pirates":"^4.0.1","puppeteer":"^19.1.2","rimraf":"^5.0.0","rollup":"^3.20.2","rollup-plugin-dts":"^5.3.0","ts-standard":"^12.0.2","tslib":"^2.3.1","typedoc":"~0.23.0","typedoc-plugin-markdown":"~3.14.0","typescript":"^5.0.3"},"gitHead":"e7d607a0d1bb12860b24ae373ac7e3a342a8dda7","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.2.2","_nodeVersion":"18.15.0","_npmVersion":"9.5.0","dist":{"integrity":"sha512-U1RbE3aX9ayCUVcIPHuPDPKcK3SFOXf93J1UK/iHlJuQB7bhagPIX06/CLpLEsDThJ7KA4Dhrnzynl+d2weTiw==","shasum":"e30a49ec38357c6981cd3da5aaa6480b1f752ee4","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.2.2.tgz","fileCount":53,"unpackedSize":150831,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDOM8ekvO4Ywyd1hdTvlG8ET7zHQ79wTPwsRFG/X6SBiAiAyLolz9H7tm1SYLX7PQflOtbohcHnq/AWAOcd/Nv9uvw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOD7QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrN+Q//bsL9FVFhaxSYjl96yDD4Sgqxod+Ct9nU/h/ElnSUOTQqcrTx\r\nXkMVz+d6wiMAQqQR6CO+w4fVe+i7iiRByUuoWCR9xFPXPKCt5mpcz/uKHUhJ\r\n8FDgZARWPRJtAVpandpAjIFQv4cxl++FMAcGnpBWlIqWN5nmvfMk1abVpGXf\r\nBTNxQ3/QDzYrFGPfVAtHwftKK+DjNJKbGQGolPyfZMo7ag2l+o6NvvHI9eAw\r\nB9M+Dn+80AVqXiw01rawarc+89vujEVwcpiZ6BN//N7F3aMOI6/V9Qm3djEY\r\nzta6FJNMEBnGNk5pnNYpmgB8X+Q6RO/57jSALClAQAbW4N5CxWT5C2+ocC1W\r\nzgVNlq99KEY3/vH6BfP9J7hmSIJ8gS9GRX29rBkF+bdQwYvQ+mDwTtIn+J7A\r\nxGtP6ErI5Il9Vb8WP6qjFAeq8oQNAxGuZnv4gMwznUkuKuWcTB5XAQpQEM6w\r\nVIlrCH+gid3FWxlw5yiUH5C01qTOSQ32zrRHroJae2P13v4dL+b3GculqUqk\r\nnEuRz6dyvOTWWFLj40pYT3ZvRNHjHPUheKyMIS3OzOi75+CahA3+6zg2tk5u\r\npNmoLnNiCx1+TsBunq3yvyGmRSg8V3F6w+uIb+14F+iay2LeRj1E1RRl3/BK\r\nMBT+SJtPm9lkckyCLCzOACFBqUebnbzjSB8=\r\n=pb/K\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.2.2_1681407696588_0.9860728325577712"},"_hasShrinkwrap":false},"3.3.0":{"name":"bigint-crypto-utils","version":"3.3.0","description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"license":"MIT","author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"engines":{"node":">=14.0.0"},"type":"module","main":"./dist/index.node.cjs","browser":"./dist/index.browser.esm.js","types":"./dist/index.d.ts","exports":{".":{"node":{"module":{"types":"./dist/index.d.ts","default":"./dist/index.node.esm.js"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.node.esm.js"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.node.cjs"}},"script":"./dist/bundle.iife.js","default":{"types":"./dist/index.d.ts","default":"./dist/index.browser.esm.js"}},"./esm-browser-bundle":"./dist/bundle.esm.min.js","./esm-browser-bundle-nomin":"./dist/bundle.esm.js","./iife-browser-bundle":"./dist/bundle.iife.js","./umd-browser-bundle":"./dist/bundle.umd.js","./types":"./dist/index.d.ts"},"imports":{"#pkg":{"require":{"types":"./dist/index.d.ts","default":"./dist/index.node.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.node.esm.js"},"default":{"types":"./dist/esm/index.d.ts","default":"./dist/index.browser.esm.js"}}},"directories":{"build":"./build","dist":"./dist","docs":"./docs","src":"./src","test":"./test","benchmark":"./benchmark","mocha-ts":"./.mocha-ts"},"scripts":{"build":"run-s lint:src build:js lint:test docs","build:js":"rollup -c build/rollup.config.js","postbuild:js":"rimraf .types","clean":"rimraf .mocha-ts coverage dist .types docs","coverage":"c8 --clean --check-coverage --exclude \"{src/ts/**/*.spec.ts,test,test-vectors,build}\" --exclude-after-remap --reporter=text --reporter=lcov node ./build/bin/mocha-ts.cjs --commonjs ","docs":"node build/build.docs.cjs","git:add":"git add -A","lint":"ts-standard --fix","lint:src":"ts-standard --fix \"src/**/!(*.spec).ts\"","lint:test":"ts-standard --fix \"{test/**/*.ts,src/**/*.spec.ts}\"","mocha-ts":"node --experimental-modules --experimental-json-modules --es-module-specifier-resolution=node ./build/bin/mocha-ts.cjs ","mocha-ts:cjs":"node ./build/bin/mocha-ts.cjs --commonjs ","mocha-ts:watch":"npm run mocha-ts:cjs -- --watch ","mocha-ts:browser":"node build/testing/browser/index.cjs ","mocha-ts:browser-headless":"node build/testing/browser/index.cjs headless ","preversion":"run-s clean lint:src build:js lint:test coverage test:browser-headless","version":"run-s docs git:add","postversion":"git push --follow-tags","test":"run-s test:node test:browser-headless","test:browser":"npm run mocha-ts:browser","test:browser-headless":"npm run mocha-ts:browser-headless","test:node":"run-s test:node-cjs test:node-esm","test:node-cjs":"npm run mocha-ts:cjs ","test:node-esm":"npm run mocha-ts ","watch":"npm run mocha-ts:watch "},"ts-standard":{"project":"tsconfig.json","env":["mocha"],"globals":["IS_BROWSER","browser","page","chai"],"ignore":["dist/**/*","examples/**/*","types/**/*","benchmark/**/*"]},"nodeBrowserSkel":{"badges":{"workflow":true,"coveralls":true},"git":{"branch":"main"}},"devDependencies":{"@rollup/plugin-commonjs":"^25.0.2","@rollup/plugin-inject":"^5.0.3","@rollup/plugin-json":"^6.0.0","@rollup/plugin-multi-entry":"^6.0.0","@rollup/plugin-node-resolve":"^15.0.1","@rollup/plugin-replace":"^5.0.1","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-typescript":"^11.1.0","@types/chai":"^4.2.22","@types/mocha":"^10.0.0","bigint-mod-arith":"^3.3.1","c8":"^8.0.0","chai":"^4.3.3","dotenv":"^16.0.3","glob":"^10.0.0","json5":"^2.2.0","minimatch":"^9.0.0","mocha":"^10.0.0","npm-run-all":"^4.1.5","pirates":"^4.0.1","puppeteer":"^20.7.3","rimraf":"^5.0.0","rollup":"^3.20.2","rollup-plugin-dts":"^5.3.0","ts-standard":"^12.0.2","tslib":"^2.3.1","typedoc":"~0.23.0","typedoc-plugin-markdown":"~3.14.0","typescript":"^4.4.3"},"gitHead":"7acfd37d61463d2dd4473c7086641daadf71872b","bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","_id":"bigint-crypto-utils@3.3.0","_nodeVersion":"18.16.1","_npmVersion":"9.5.1","dist":{"integrity":"sha512-jOTSb+drvEDxEq6OuUybOAv/xxoh3cuYRUIPyu8sSHQNKM303UQ2R1DAo45o1AkcIXw6fzbaFI1+xGGdaXs2lg==","shasum":"72ad00ae91062cf07f2b1def9594006c279c1d77","tarball":"https://registry.npmjs.org/bigint-crypto-utils/-/bigint-crypto-utils-3.3.0.tgz","fileCount":45,"unpackedSize":121150,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB0pBWB6QZgWl6p8PA4CsH1ETBuK7wTAPgTTbj3NhmFKAiEAkUvriwyh3IuE1YrrgxAfywfc5xSTQYuBRnv1FA1hISU="}]},"_npmUser":{"name":"juanelasisme","email":"j.hernandez@upc.edu"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bigint-crypto-utils_3.3.0_1688045346363_0.00912962889146085"},"_hasShrinkwrap":false}},"time":{"created":"2019-04-20T20:35:37.115Z","1.0.1":"2019-04-20T20:35:37.270Z","modified":"2023-06-29T13:29:06.683Z","1.0.2":"2019-04-21T07:42:31.961Z","1.0.3":"2019-04-23T09:37:30.395Z","1.0.4":"2019-04-23T09:40:32.063Z","2.0.0":"2019-04-29T10:37:31.209Z","2.0.1":"2019-04-29T11:23:41.777Z","2.1.2":"2019-05-05T05:05:02.022Z","2.1.3":"2019-05-09T07:43:25.066Z","2.1.4":"2019-05-09T17:26:09.563Z","2.1.5":"2019-05-24T09:59:33.120Z","2.1.6":"2019-05-27T14:43:34.830Z","2.1.7":"2019-05-28T16:07:57.305Z","2.1.8":"2019-05-29T15:44:39.004Z","2.2.1":"2019-07-20T08:47:39.625Z","2.3.0":"2019-10-09T12:17:48.236Z","2.3.1":"2019-10-09T12:56:42.360Z","2.3.2":"2019-12-09T12:16:27.029Z","2.3.3":"2019-12-09T12:18:26.020Z","2.4.0":"2019-12-12T08:13:20.420Z","2.4.1":"2019-12-12T09:13:38.306Z","2.4.2":"2019-12-20T16:08:47.655Z","2.4.3":"2020-02-27T20:52:19.410Z","2.4.4":"2020-02-29T00:10:46.704Z","2.4.5":"2020-03-02T10:09:06.606Z","2.4.6":"2020-03-02T22:21:06.868Z","2.4.7":"2020-03-03T08:37:46.203Z","2.5.0":"2020-03-15T16:06:50.363Z","2.5.2":"2020-03-24T23:35:34.159Z","2.5.1":"2020-04-06T11:44:02.476Z","2.5.3":"2020-04-06T12:18:11.949Z","2.5.4":"2020-04-07T15:05:04.256Z","2.5.6":"2020-04-07T17:26:51.580Z","3.0.0":"2020-04-07T22:23:37.398Z","3.0.1":"2020-04-08T15:16:51.520Z","3.0.2":"2020-04-21T00:45:15.282Z","3.0.3":"2020-04-21T01:00:56.007Z","3.0.4":"2020-04-21T08:09:24.353Z","3.0.5":"2020-04-30T23:34:29.424Z","3.0.6":"2020-05-11T19:01:26.940Z","3.0.7":"2020-05-29T15:37:44.880Z","3.0.8":"2020-09-22T21:44:38.502Z","3.0.9":"2020-11-12T11:08:53.079Z","3.0.11":"2021-03-25T13:14:35.728Z","3.0.12":"2021-04-20T23:11:42.368Z","3.0.14":"2021-04-21T18:36:30.696Z","3.0.15":"2021-08-04T10:56:06.155Z","3.0.16":"2021-08-04T11:10:20.094Z","3.0.17":"2021-08-06T15:52:57.253Z","3.0.18":"2021-08-06T17:23:05.746Z","3.0.19":"2021-10-06T16:54:34.570Z","3.0.20":"2021-10-19T20:10:50.384Z","3.0.21":"2021-11-15T11:06:00.064Z","3.0.22":"2022-01-17T10:31:14.571Z","3.0.23":"2022-01-17T11:35:06.500Z","3.0.24":"2022-04-21T09:03:15.790Z","3.1.1":"2022-08-01T02:50:46.640Z","3.1.2":"2022-08-01T18:45:10.879Z","3.1.3":"2022-08-01T19:58:47.106Z","3.1.4":"2022-08-01T20:37:23.765Z","3.1.5":"2022-09-08T12:09:40.626Z","3.1.6":"2022-09-12T09:19:32.784Z","3.1.7":"2022-10-03T21:49:29.825Z","3.1.8":"2022-12-20T22:57:36.287Z","3.2.1":"2023-04-11T11:44:31.740Z","3.2.2":"2023-04-13T17:41:36.868Z","3.3.0":"2023-06-29T13:29:06.513Z"},"maintainers":[{"name":"juanelasisme","email":"j.hernandez@upc.edu"}],"description":"Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt","homepage":"https://github.com/juanelas/bigint-crypto-utils#readme","keywords":["modular arithmetics","crypto","prime","random","rng","prng","primality test","BigInt","angular","react"],"repository":{"type":"git","url":"git+https://github.com/juanelas/bigint-crypto-utils.git"},"author":{"name":"Juan Hernández Serrano","email":"j.hernandez@upc.edu","url":"https://github.com/juanelas"},"bugs":{"url":"https://github.com/juanelas/bigint-crypto-utils/issues"},"license":"MIT","readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![Node.js CI](https://github.com/juanelas/bigint-crypto-utils/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/juanelas/bigint-crypto-utils/actions/workflows/build-and-test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/juanelas/bigint-crypto-utils/badge.svg?branch=main)](https://coveralls.io/github/juanelas/bigint-crypto-utils?branch=main)\n\n# bigint-crypto-utils\n\nArbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing.\n\nIt relies on the native JS implementation of ([BigInt](https://tc39.es/ecma262/#sec-bigint-objects)). It can be used by any [Web Browser or webview supporting BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility) and with Node.js (>=10.4.0). The bundles can be imported directly by the browser or in Angular projects, React apps, Node.js, etc.\n\nSecure random numbers are generated using the native crypto implementation of the browsers ([Web Cryptography API](https://w3c.github.io/webcrypto/)) or [Node.js Crypto](https://nodejs.org/dist/latest/docs/api/crypto.html). Strong probable prime generation and testing use Miller-Rabin primality tests and are automatically sped up using parallel workers both in browsers and Node.js.\n\n> The operations supported on BigInts are not constant time. BigInt can be therefore **[unsuitable for use in cryptography](https://www.chosenplaintext.ca/articles/beginners-guide-constant-time-cryptography.html).** Many platforms provide native support for cryptography, such as [Web Cryptography API](https://w3c.github.io/webcrypto/) or [Node.js Crypto](https://nodejs.org/dist/latest/docs/api/crypto.html).\n\n## Usage\n\n`bigint-crypto-utils` can be imported to your project with `npm`:\n\n```console\nnpm install bigint-crypto-utils\n```\n\nThen either require (Node.js CJS):\n\n```javascript\nconst bigintCryptoUtils = require('bigint-crypto-utils')\n```\n\nor import (JavaScript ES module):\n\n```javascript\nimport * as bigintCryptoUtils from 'bigint-crypto-utils'\n```\n\nThe appropriate version for browser or node is automatically exported.\n\n> `bigint-crypto-utils` uses [ES2020 BigInt](https://tc39.es/ecma262/#sec-bigint-objects), so take into account that:\n>\n> 1. If you experience issues using webpack/babel to create your production bundles, you may edit the supported browsers list and leave only [supported browsers and versions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility). The browsers list is usually located in your project's `package.json` or the `.browserslistrc` file.\n> 2. In order to use `bigint-crypto-utils` with TypeScript you need to set `target`, and `lib` and `module` if in use, to `ES2020` in your project's `tsconfig.json`.\n\nYou can also download the [IIFE bundle](https://raw.githubusercontent.com/juanelas/bigint-crypto-utils/main/dist/bundle.iife.js), the [ESM bundle](https://raw.githubusercontent.com/juanelas/bigint-crypto-utils/main/dist/bundle.esm.min.js) or the [UMD bundle](https://raw.githubusercontent.com/juanelas/bigint-crypto-utils/main/dist/bundle.umd.js) and manually add it to your project, or, if you have already installed `bigint-crypto-utils` in your project, just get the bundles from `node_modules/bigint-crypto-utils/dist/bundles/`.\n\nAn example of usage could be (complete examples can be found in the [examples](https://github.com/juanelas/bigint-crypto-utils/tree/master/examples) directory):\n\n```typescript\n/* A BigInt with value 666 can be declared calling the bigint constructor as\nBigInt('666') or with the shorter 666n.\nNotice that you can also pass a number to the constructor, e.g. BigInt(666).\nHowever, it is not recommended since values over 2**53 - 1 won't be safe but\nno warning will be raised.\n*/\nconst a = BigInt('5')\nconst b = BigInt('2')\nconst n = 19n\n\nconsole.log(bigintCryptoUtils.modPow(a, b, n)) // prints 6\n\nconsole.log(bigintCryptoUtils.modInv(2n, 5n)) // prints 3\n\nconsole.log(bigintCryptoUtils.modInv(BigInt('3'), BigInt('5'))) // prints 2\n\nconsole.log(bigintCryptoUtils.randBetween(2n ** 256n)) // prints a cryptographically secure random number between 1 and 2**256 (both included).\n\nasync function primeTesting (): void {\n  // Let us print out a probable prime of 2048 bits\n  console.log(await bigintCryptoUtils.prime(2048))\n\n  // Testing if number is a probable prime (Miller-Rabin)\n  const number = 27n\n  const isPrime = await bigintCryptoUtils.isProbablyPrime(number)\n  if (isPrime === true) {\n    console.log(`${number} is prime`)\n  } else {\n    console.log(`${number} is composite`)\n  }\n}\n\nprimeTesting()\n\n```\n\n## API reference documentation\n\n[Check the API](./docs/API.md)\n","readmeFilename":"README.md"}