This commit is contained in:
Juan Hernández Serrano 2021-08-04 13:05:19 +02:00
parent 4640e8d34f
commit c269de24d6
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "bigint-crypto-utils",
"version": "3.0.15",
"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",