This commit is contained in:
Juanelas 2023-06-28 19:40:47 +02:00
parent 9b1a0052d0
commit 7acfd37d61
4 changed files with 5 additions and 4 deletions

1
dist/index.node.cjs vendored

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
# bigint-crypto-utils - v3.2.2
# bigint-crypto-utils - v3.3.0
## Table of contents

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "bigint-crypto-utils",
"version": "3.2.2",
"version": "3.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bigint-crypto-utils",
"version": "3.2.2",
"version": "3.3.0",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.2",

View File

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