Commit Graph

13 Commits

Author SHA1 Message Date
Kevin Jue
a0d5ad37de Base sum gate (#7)
* initial version of base_sum_gate

* add recursive circuit benchmark files

* added step circuit data and contant gate test

* moved step testing data into gate_testing_utils

* added test case for basesum gate

* added test for arithmetic_gate
2023-05-16 11:13:42 -07:00
Kevin Jue
11f5ee28c6 Circuit modifications for recent Plonky2 changes (#5)
* pretty print fibonacci data files

* added in new dummy proof serialized data

* updated powresponse calculation in the challenger chip

* changes to reflect these plonky2 changes:  40aecc8e95

* modified benchmark to accept circuit name
2023-05-11 15:31:32 -07:00
Nicholas Ward
70e24b1289 remove unused JSON file 2023-05-11 09:36:09 -07:00
Nicholas Ward
2d7f5ecf50 generate proof challenges instead of receiving through JSON 2023-05-01 10:26:45 -07:00
Nicholas Ward
d6801149f2 deserialize ProofChallenges (now works with plonky2 randomizing PI wires) 2023-04-26 16:05:23 -07:00
Nicholas Ward
9a91db901d don't need challenges serialized 2023-04-12 09:25:51 -07:00
Nicholas Ward
6bfca5badb i - s, not s - i 2023-04-12 09:16:24 -07:00
Nicholas Ward
f20852831e fixes, cleanup, and deserialize ProofChallenges 2023-04-12 09:13:38 -07:00
Nicholas Ward
4be4b48391 fix gate ID parsing, and verbose error 2023-04-06 14:14:11 -07:00
Kevin Jue
897030b335 added more test data 2022-11-11 13:47:03 -08:00
jtguibas
1b9292589c robust testcases and more data 2022-10-10 23:17:29 -07:00
jtguibas
51b98741b8 changes... 2022-10-10 22:44:59 -07:00
jtguibas
84b123d3a8 deserialization 2022-10-10 19:41:07 -07:00