22 Commits

Author SHA1 Message Date
mhchia
3668dbcf63 feat: no manually setting selected_columns 2024-09-13 18:27:02 +08:00
mhchia
c449ad9858 get column with key 2024-07-05 00:23:56 +08:00
mhchia
23c11673b2 use 0.1.7 and add verifier notebook 2024-06-21 23:55:28 +08:00
mhchia
b9454d4487 use the latest zkstats library
and add verifier flow in the template.ipynb, just to show how verification key is derived
2024-06-15 00:35:10 +08:00
mhchia
e79396bf8f add generateDataCommitment in js 2024-04-13 01:52:06 +08:00
Kevin Mai-Husan Chia
97e84d7d3b Merge pull request #3 from ZKStats/feat/align-zkstats-lib-and-print-srs
feat: align latest zkstats lib and print srs path
2024-04-11 00:23:29 +08:00
mhchia
d32299bf5d feat: align latest zkstats lib and print srs path
- add generate_data_commitment.ipynb for data providers to commit to data
- change template.ipynb
	- support commitment and selected columns
	- print srs path. need to copy the srs from the path under `assets/out`
		to make verifyProof work
- modify page.tsx to work with generated data
2024-04-11 00:19:32 +08:00
Kevin Mai-Husan Chia
f2aa02d6b7 Merge pull request #2 from ZKStats/fix/align-computation-in-python-lib
Align changes from zk-stats-lib
2024-01-26 23:41:00 +08:00
mhchia
c771789c2c fix: add kzg.srs back for ezkljs
In ezkl rust/python 7.0, srs no longer needed as an input when verifying
a proof. However, ezkljs API still requires us to feed srs when verifying.
`kzg{logrows}.srs` under ~/.ezkl should be used.
2024-01-26 23:34:20 +08:00
mhchia
78d00c42ba fix: make js generate correct notebook 2024-01-26 23:25:41 +08:00
mhchia
5176de1774 fix: update template due to computation changes 2024-01-26 23:18:47 +08:00
mhchia
fbada506d0 update example 2024-01-08 17:47:14 +08:00
Kevin Mai-Husan Chia
ce1b55c4dd Merge pull request #1 from ZKStats/feat/ezkljs-verify
Use `ezkl.verify` and nextjs
2023-12-29 00:25:56 +08:00
mhchia
d19779e99f remove stale directories 2023-12-29 00:25:31 +08:00
mhchia
a50c77e7cd add template for data provider to download notebook 2023-12-29 00:15:54 +08:00
mhchia
c73276c0c7 feat: support verify and use next 2023-12-18 19:51:04 +08:00
mhchia
7b5307b130 Initial commit from Create Next App 2023-12-18 19:51:00 +08:00
mhchia
5b07dd564b comments 2023-12-13 01:15:33 +08:00
mhchia
563dce0885 add comments 2023-12-13 01:09:49 +08:00
mhchia
ef4f2b8af1 initial commit for data consumer 2023-12-13 00:46:20 +08:00
mhchia
c96eda8b31 feat: data provider generates proof with py 2023-12-13 00:37:01 +08:00
Kevin Mai-Husan Chia
88e7796829 Initial commit 2023-12-04 17:49:41 +08:00