This commit is contained in:
juanelas 2020-04-08 17:14:47 +02:00
parent 4cc946725a
commit 827e853c5e
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "bigint-crypto-utils", "name": "bigint-crypto-utils",
"version": "3.0.0", "version": "3.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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