Attempt to speed up signature verification

This commit is contained in:
Jon Staab
2024-11-21 15:33:13 -08:00
parent 81bf3bec10
commit 2bc575dc21
4 changed files with 24 additions and 11 deletions
+8 -6
View File
@@ -2485,8 +2485,9 @@
},
"node_modules/nostr-wasm": {
"version": "0.1.0",
"license": "MIT",
"optional": true
"resolved": "https://registry.npmjs.org/nostr-wasm/-/nostr-wasm-0.1.0.tgz",
"integrity": "sha512-78BTryCLcLYv96ONU8Ws3Q1JzjlAt+43pWQhIl86xZmWeegYCNLPml7yQ+gG3vR6V5h4XGj+TxO+SS5dsThQIA==",
"license": "MIT"
},
"node_modules/npm-run-path": {
"version": "4.0.1",
@@ -3635,13 +3636,13 @@
},
"packages/app": {
"name": "@welshman/app",
"version": "0.0.28",
"version": "0.0.29",
"license": "MIT",
"dependencies": {
"@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.25",
"@welshman/lib": "~0.0.25",
"@welshman/net": "~0.0.37",
"@welshman/net": "~0.0.38",
"@welshman/signer": "~0.0.14",
"@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.45",
@@ -3726,7 +3727,7 @@
},
"packages/net": {
"name": "@welshman/net",
"version": "0.0.37",
"version": "0.0.38",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.25",
@@ -3781,7 +3782,8 @@
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.25",
"nostr-tools": "^2.7.2"
"nostr-tools": "^2.7.2",
"nostr-wasm": "^0.1.0"
},
"devDependencies": {
"gts": "^5.0.1",