13 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
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
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
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