@lib-q/stark 0.0.5 → 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 CHANGED
@@ -5,7 +5,7 @@ STARK framework for Node.js (lib-q-stark); full prove/verify via @lib-q/zkp or R
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install @lib-q/stark@0.0.5
8
+ npm install @lib-q/stark@0.0.6
9
9
  ```
10
10
 
11
11
  ## Runtime targets
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "integrity": {
3
- "nodejs/lib_q_stark_bg.wasm": "sha384-XP3AJMte40OMfGwMqJ0O59tf3Rh4IUyJgrw5Nwrp7gpXrIcXHFOLzBBv+rXNSQUT",
4
- "web/lib_q_stark_bg.wasm": "sha384-XP3AJMte40OMfGwMqJ0O59tf3Rh4IUyJgrw5Nwrp7gpXrIcXHFOLzBBv+rXNSQUT"
3
+ "nodejs/lib_q_stark_bg.wasm": "sha384-XiiG9vbzVbzMd1OHbCUFhOFwUSEoEDet2Yd1ZfMpbuOG9bxXgNtQ9nourr9CIBs0",
4
+ "web/lib_q_stark_bg.wasm": "sha384-XiiG9vbzVbzMd1OHbCUFhOFwUSEoEDet2Yd1ZfMpbuOG9bxXgNtQ9nourr9CIBs0"
5
5
  }
6
6
  }
Binary file
@@ -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.5",
8
+ "version": "0.0.6",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "Nexlab-One"
7
7
  ],
8
8
  "description": "STARK framework for Node.js (lib-q-stark); full prove/verify via @lib-q/zkp or Rust",
9
- "version": "0.0.5",
9
+ "version": "0.0.6",
10
10
  "license": "Apache-2.0",
11
11
  "repository": {
12
12
  "type": "git",
Binary file
package/web/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "Nexlab-One"
7
7
  ],
8
8
  "description": "A minimal univariate STARK framework providing core components for proof generation and verification.",
9
- "version": "0.0.5",
9
+ "version": "0.0.6",
10
10
  "license": "Apache-2.0",
11
11
  "repository": {
12
12
  "type": "git",