Commit Graph

30 Commits

Author SHA1 Message Date
ancient123
b13a607b51 Update build
- Use default github rust version
- Stop using clippy action, it has been unmaintained since 2020
- No longer enforce nightly fmt rules in CI (they can still be enforced
  in commit hooks or nix
- No longer use cargo test unstable options
- Run `cargo clippy --fix` to fix new errors
2023-07-17 10:11:31 -06:00
Ivan Mikushin
56b1085c11 Bump to arkworks-0.4.0 (#126)
* Bump to arkworks-0.4.0

* Replace remaining usages of `msm_bigint` with `msm_unchecked`

Using `msm_unchecked` instead of `msm_bigint` allows to delete the BigInt conversion code by letting the library take care of it.
2023-02-21 08:53:49 -05:00
Charles Lu
22d9a191f7 open source under MIT license 2023-01-24 12:10:53 +00:00
Alex Xiong
e15b079684 update nix to flake (#101)
* update nix to flake

* add nix sanity check cronjob
2023-01-12 22:30:35 +08:00
chancharles92
e70b421351 Multilinear PCS open refactor (#113)
* cherry-pick the commit and fix clippy

* fix multi-open test

* fix srs_gen test
2023-01-09 16:53:00 -05:00
Charles Chen
c18d5d6578 uncomment 2022-12-16 14:23:46 -05:00
Charles Chen
35620b945b tmp commit for benchmark multithread 2022-12-16 14:17:53 -05:00
Charles Chen
5d6985b799 more parallelization 2022-12-16 10:03:30 -05:00
Charles Chen
81073dfee1 batch inversion 2022-12-16 09:29:28 -05:00
Charles Chen
648ea51ff4 arc 2022-12-16 09:18:53 -05:00
chancharles92
366a2674bc remove identity polynomial commitments and PCS evaluations (#104)
* remove sid pcs evals

* minor optimization + more timers
2022-12-06 09:43:01 -05:00
chancharles92
94092ca6a4 fix bench.rs (#103)
* fix bench.rs

* fix script

* fix rayon bug

* simplify high degree tests

* temporarily turnoff a bench subset

* minor

* uncomment

* minor fix

* comment

* uncomment

* minor fix

Co-authored-by: zhenfei <zhenfei.zhang@hotmail.com>
2022-11-29 11:01:22 -05:00
Benedikt Bünz
768db4eb04 Optimize verifier eq (#102)
* wip we need to be able to do batch opening for different poly sizes or pad poly with zeros

* fix small public inputs. Only works for pow2 pubinput

Co-authored-by: Charles Chen <chancharles92@gmail.com>
2022-11-20 12:26:35 -05:00
Charles Chen
cf49741b7e fix bench code 2022-11-13 10:13:59 -05:00
Charles Chen
4fdbec33a6 minor 2022-11-09 21:53:46 -05:00
Charles Chen
bd1fc9897e refactor snark 2022-11-09 21:53:46 -05:00
Charles Chen
bee67686d0 remove redundant apis 2022-11-09 21:53:46 -05:00
Charles Chen
5e782910d4 refactor permcheck 2022-11-09 21:53:46 -05:00
zhenfei
719f595758 Batch all (#89)
- use sumcheck to batch open PCS
- split Prod and witness into two batches
- benchmark code
2022-10-13 23:21:30 -04:00
zhenfei
baaa06b07b enabling batch opening and mock tests (#80)
- add mock circuits
- add vanilla and jellyfish plonk gates
- performance tuning
2022-09-27 14:51:30 -04:00
MRain
14fcd6a7b2 Specifying dependency 2022-09-06 10:37:49 -04:00
MRain
85b36ca39f add a TODO. 2022-09-06 10:13:35 -04:00
MRain
acb4b23d45 PCS crate moved to other repository. 2022-09-06 10:07:33 -04:00
chancharles92
32cc0c4fd9 Refactor HyperPlonk SNARKs (#73) 2022-09-02 14:11:32 -04:00
chancharles92
2af479ee84 refactoring building block PIOPs (#71) 2022-08-31 17:24:02 -04:00
zhenfei
3c0cb70109 perm check (#62)
Co-authored-by: Charles Chen <chancharles92@gmail.com>
2022-08-30 09:38:35 -04:00
chancharles92
8281e7c877 Prod check (#61) 2022-08-12 14:35:58 -04:00
zhenfei
066c370b3c 49 verify validity of subclaims in plonk verification (#51) 2022-08-09 12:40:28 -04:00
zhenfei
a6ea6ac26b initial integration of hyperplonk snark(#39) 2022-08-01 13:16:55 -04:00
zhenfei
9d4d178455 env setup (#6) 2022-04-20 17:10:25 -04:00