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