3.0.17
This commit is contained in:
parent
1febe0f090
commit
4f2d4b1759
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "bigint-crypto-utils",
|
||||
"version": "3.0.16",
|
||||
"version": "3.0.17",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "3.0.16",
|
||||
"version": "3.0.17",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"bigint-mod-arith": "^3.0.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bigint-crypto-utils",
|
||||
"version": "3.0.16",
|
||||
"version": "3.0.17",
|
||||
"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