3.3.0
This commit is contained in:
parent
9b1a0052d0
commit
7acfd37d61
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
# bigint-crypto-utils - v3.2.2
|
||||
# bigint-crypto-utils - v3.3.0
|
||||
|
||||
## Table of contents
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue