Commit Graph

2569 Commits

Author SHA1 Message Date
Eduard S ea8cd59268 Move examples to halo2_proofs. Breaks 2024-01-26 13:59:01 +00:00
Eduard S 36e82a19d1 Add reexports in halo2_proofs for plonk_api.rs 2024-01-26 13:28:06 +00:00
Eduard S 130e8e1742 Move individual tests to halo2_proofs 2024-01-26 13:13:36 +00:00
Eduard S 79d6e110a5 Pass tests in halo2_proofs 2024-01-26 11:44:43 +00:00
Eduard S cd6972a473 Pass frontend tests 2024-01-26 11:42:36 +00:00
Eduard S 2293d619c0 Clean unused imports 2024-01-25 16:56:32 +00:00
Eduard S f2c9074bdb Cleanup unused dependencies in common, backend 2024-01-25 15:03:06 +00:00
Eduard S 9b19dd9b18 Remove old halo2_proofs src 2024-01-25 09:57:50 +00:00
Eduard S 933c399265 Move dev to frontend 2024-01-24 16:39:55 +00:00
Eduard S 41f20034fe Enable dev 2024-01-24 16:31:47 +00:00
Eduard S 9b73ca4f0e Fix test imports 2024-01-24 16:07:33 +00:00
Eduard S 552c567f54 Checkpoint, halo2_proofs legacy 2024-01-24 10:27:09 +00:00
Eduard S 29b6c7527e Checkpoint. WitnessCalculator in backend 2024-01-23 16:35:29 +00:00
Eduard S f9703ecd96 Checkpoint. compile_circuit in frontend 2024-01-23 16:31:55 +00:00
Eduard S 5d9c09da07 Add TODOs 2024-01-23 16:24:34 +00:00
Eduard S b0a17cd7ba Add TODOs 2024-01-23 15:50:03 +00:00
Eduard S 0dcdf7d05b Checkpoint, backend compiles 2024-01-23 15:25:57 +00:00
Eduard S 15027e6232 Checkpoint 2024-01-22 17:06:26 +00:00
Eduard S 5c7d2ad568 Checkpoint 2024-01-22 16:55:12 +00:00
Eduard S 43fdbb3eee Checkpoint 2024-01-22 16:28:43 +00:00
Eduard S fd80a62776 Checkpoint 2024-01-22 16:03:06 +00:00
Eduard S e004913a52 Checkpoint 2024-01-22 15:47:44 +00:00
Eduard S e54c39cae2 Checkpoint 2024-01-22 15:37:04 +00:00
Eduard S adcbe4b4a4 Checkpoint 2024-01-22 13:54:00 +00:00
Eduard S de024999a5 Checkpoint 2024-01-22 13:26:58 +00:00
Eduard S f99144a25c Checkpoint. Move everything to common 2024-01-22 13:24:03 +00:00
Eduard S cd7cf537e2 Checkpoint 2024-01-22 11:33:35 +00:00
Eduard S fad6b04be0 Checkpoint 2024-01-19 10:14:24 +00:00
Eduard S 4f47ae6934 Checkpoint 2024-01-18 17:10:31 +00:00
Eduard S 1fc555b950 Checkpoint 2024-01-16 17:13:40 +00:00
Eduard S 371e69e674 Checkpoint 2024-01-16 15:44:02 +00:00
Eduard S 20c16ddf42 Split collect_queries function 2024-01-16 14:20:40 +00:00
Eduard S c71fbfad94 Document some types 2024-01-16 14:03:24 +00:00
Eduard S 2c50b39812 Simplify Backend gate type 2024-01-16 13:51:24 +00:00
Eduard S d350e727f1 Address some of the review comments from @CPerezz 2024-01-15 13:15:03 +00:00
Eduard S d3e2543a41 Merge branch 'main' into feature/frontend-backend 2024-01-11 10:48:18 +00:00
kilic 73408a1407
Merge pull request #242 from kilic/curves5
update `halo2curves` to 0.6.0
2024-01-10 23:14:20 +03:00
kilic 47e71c8284 remove serial `dev::assert_satisfied` 2024-01-10 18:27:47 +03:00
kilic 371700133d bring back bits as feature 2024-01-10 18:27:47 +03:00
kilic 6b9245f572 fix: specific halo2curves version 2024-01-10 18:27:47 +03:00
kilic b441884eea remove compilation check for `atomic` 2024-01-10 18:27:47 +03:00
kilic 0e71b9183a update `halo2curves` to v0.6.0
replace `maybe-rayon` with `rayon` v1.8
2024-01-10 18:27:47 +03:00
kilic 757613ab27 bump version to 0.3.0 2024-01-10 18:27:47 +03:00
kilic 8e9e06998b fix clippy 2024-01-10 18:27:47 +03:00
kilic fbbc3a72a2 fix multicore compiling issue
Co-Authored-By: Carlos Pérez <37264926+CPerezz@users.noreply.github.com>
2024-01-10 18:27:47 +03:00
kilic 36492ddc17 update `halo2curves` to 0.5.0 2024-01-10 18:27:47 +03:00
David Nevado 687590ad79
Merge pull request #244 from davidnevadoc/nev@fix/vk-deser-check
Add check for `k` in vk deserialization.
2024-01-10 14:20:47 +01:00
Eduard S. a3ecfbaba3 Clean up 2024-01-10 12:57:00 +01:00
soham 5b2f5f67d8
Expose mockprover data (#245)
* Expose mockprover data

* Fix issue
2024-01-09 12:20:16 +01:00
Eduard S. 582d6d5dee Remove Polynomial from backend interface 2024-01-09 11:58:51 +01:00