@lib-q/stark 0.0.2 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -3
- package/integrity-manifest.json +2 -2
- package/nodejs/README.md +329 -329
- package/nodejs/lib_q_stark_bg.wasm +0 -0
- package/nodejs/package.json +2 -2
- package/package.json +2 -2
- package/web/README.md +329 -329
- package/web/lib_q_stark_bg.wasm +0 -0
- package/web/package.json +2 -2
|
Binary file
|
package/nodejs/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"Nexlab-One"
|
|
6
6
|
],
|
|
7
7
|
"description": "A minimal univariate STARK framework providing core components for proof generation and verification.",
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.6",
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -18,4 +18,4 @@
|
|
|
18
18
|
],
|
|
19
19
|
"main": "lib_q_stark.js",
|
|
20
20
|
"types": "lib_q_stark.d.ts"
|
|
21
|
-
}
|
|
21
|
+
}
|
package/package.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"Enkom Tech",
|
|
6
6
|
"Nexlab-One"
|
|
7
7
|
],
|
|
8
|
-
"description": "STARK framework (lib-q-stark); prove/verify via @lib-q/zkp
|
|
9
|
-
"version": "0.0.
|
|
8
|
+
"description": "STARK framework for Node.js (lib-q-stark); full prove/verify via @lib-q/zkp or Rust",
|
|
9
|
+
"version": "0.0.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|