parent
0d87202374
commit
3ada612b9d
|
@ -0,0 +1 @@
|
|||
# 1.0.0 (2023-07-11)
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/bigint-crypto-utils",
|
||||
"version": "3.3.0",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/bigint-crypto-utils",
|
||||
"version": "3.3.0",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@lumeweb/bigint-mod-arith": "^1.0.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lumeweb/bigint-crypto-utils",
|
||||
"version": "3.3.0",
|
||||
"version": "1.0.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",
|
||||
|
@ -38,7 +38,6 @@
|
|||
},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"homepage": "https://github.com/juanelas/bigint-crypto-utils#readme",
|
||||
"_id": "bigint-crypto-utils@3.3.0",
|
||||
"scripts": {
|
||||
"prepare": "presetter bootstrap",
|
||||
"build": "run build",
|
||||
|
|
Loading…
Reference in New Issue