JSTprove 1.4.0__py3-none-macosx_11_0_arm64.whl → 2.0.0__py3-none-macosx_11_0_arm64.whl
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.
Potentially problematic release.
This version of JSTprove might be problematic. Click here for more details.
- {jstprove-1.4.0.dist-info → jstprove-2.0.0.dist-info}/METADATA +5 -1
- {jstprove-1.4.0.dist-info → jstprove-2.0.0.dist-info}/RECORD +7 -7
- {jstprove-1.4.0.dist-info → jstprove-2.0.0.dist-info}/WHEEL +1 -1
- python/core/binaries/{onnx_generic_circuit_1-4-0 → onnx_generic_circuit_2-0-0} +0 -0
- {jstprove-1.4.0.dist-info → jstprove-2.0.0.dist-info}/entry_points.txt +0 -0
- {jstprove-1.4.0.dist-info → jstprove-2.0.0.dist-info}/licenses/LICENSE +0 -0
- {jstprove-1.4.0.dist-info → jstprove-2.0.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: JSTprove
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: Zero-knowledge proofs of ML inference on ONNX models
|
|
5
5
|
Author: Inference Labs Inc
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -239,6 +239,10 @@ To keep paths simple (and to match our scripts), **clone Expander as a subfolder
|
|
|
239
239
|
git clone https://github.com/PolyhedraZK/Expander.git
|
|
240
240
|
cd Expander
|
|
241
241
|
|
|
242
|
+
git fetch
|
|
243
|
+
git checkout af1b7473bc858d250e481d6bb7db98a1ee6b7fc5
|
|
244
|
+
|
|
245
|
+
|
|
242
246
|
# Build (uses the toolchain you configured with rustup)
|
|
243
247
|
cargo build --release
|
|
244
248
|
```
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
jstprove-
|
|
1
|
+
jstprove-2.0.0.dist-info/licenses/LICENSE,sha256=UXQRcYRUH-PfN27n3P-FMaZFY6jr9jFPKcwT7CWbljw,1160
|
|
2
2
|
python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
python/core/__init__.py,sha256=RlfbqGAaUulKl44QGMCkkGJBQZ8R_AgC5bU5zS7BjnA,97
|
|
4
4
|
python/core/binaries/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
python/core/binaries/expander-exec,sha256=C_1JcezdfLp9sFOQ2z3wp2gcq1k8zjIR09CxJKGGIuM,7095168
|
|
6
|
-
python/core/binaries/
|
|
6
|
+
python/core/binaries/onnx_generic_circuit_2-0-0,sha256=mPtP1TSpMBtVw56vtGv7Gr7PztEwbdVQ5qwrg6pwDCM,3237712
|
|
7
7
|
python/core/circuit_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
python/core/circuit_models/generic_onnx.py,sha256=P65UZkfVBTE6YhaQ951S6QoTHPuU5ntDt8QL5pXghvw,8787
|
|
9
9
|
python/core/circuit_models/simple_circuit.py,sha256=igQrZtQyreyHc26iAgCyDb0TuD2bJAoumYhc1pYPDzQ,4682
|
|
@@ -115,8 +115,8 @@ python/tests/onnx_quantizer_tests/layers_tests/test_scalability.py,sha256=RfnIIi
|
|
|
115
115
|
python/tests/onnx_quantizer_tests/layers_tests/test_validation.py,sha256=jz-WtIEP-jjUklOOAnznwPUXbf07U2PAMGrhzMWP0JU,1371
|
|
116
116
|
python/tests/utils_testing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
117
117
|
python/tests/utils_testing/test_helper_functions.py,sha256=xmeGQieh4LE9U-CDKBlHhSWqH0cAmmDU3qXNbDkkvms,27192
|
|
118
|
-
jstprove-
|
|
119
|
-
jstprove-
|
|
120
|
-
jstprove-
|
|
121
|
-
jstprove-
|
|
122
|
-
jstprove-
|
|
118
|
+
jstprove-2.0.0.dist-info/METADATA,sha256=2y7oLbQStZnZoukzpTT8Avi5d3gTWtidjoo56IWVyCg,14166
|
|
119
|
+
jstprove-2.0.0.dist-info/WHEEL,sha256=W0m4OUfxniOjS_4shj7CwgYZPxSrjpkVN6CH28tx5ZE,106
|
|
120
|
+
jstprove-2.0.0.dist-info/entry_points.txt,sha256=nGcTSO-4q08gPl1IoWdrPaiY7IbO7XvmXKkd34dYHc8,49
|
|
121
|
+
jstprove-2.0.0.dist-info/top_level.txt,sha256=J-z0poNcsv31IHB413--iOY8LoHBKiTHeybHX3abokI,7
|
|
122
|
+
jstprove-2.0.0.dist-info/RECORD,,
|
|
index a4e7f14..6f9a55e 100755
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|