This commit is contained in:
Juanra Dikal 2021-04-21 20:31:59 +02:00
parent 91b290be23
commit 365e92e7cd
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "bigint-crypto-utils", "name": "bigint-crypto-utils",
"version": "3.0.13", "version": "3.0.14",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "3.0.13", "version": "3.0.14",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"bigint-mod-arith": "^3.0.0" "bigint-mod-arith": "^3.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "bigint-crypto-utils", "name": "bigint-crypto-utils",
"version": "3.0.13", "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", "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": [ "keywords": [
"modular arithmetics", "modular arithmetics",