Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Week 7): "Plonk by Hand" Proof #21

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

arthurgousset
Copy link
Contributor

No description provided.

@arthurgousset arthurgousset changed the title feat(Week 7): Plonk by Hand (Proof) feat(Week 7): "Plonk by Hand" Proof Nov 6, 2024
There is bug in sigma 3.

I'm getting

```
Copy Constraint Vectors:
σ₁: [2, 8, 15, 9]
σ₂: [1, 4, 16, 13]
σ₃: [3, 12, 14, 5]

Copy Constraint Polynomials [d, c, b, a] where f(x) = ax³ + bx² + cx + d:
Sσ₁: [0, 2, 0, 0]
Sσ₂: [0, 1, 0, 0]
Sσ₃: [0, 3, 0, 0]
```

and I'm expecting

```
[2,8,15,3]
[1,4,16,12]
[13,9,5,14]

[7, 13, 10, 6]
[4, 0, 13, 1]
[6, 7, 3, 14]
```
Now generates correct copy constraints
Now successfully, calculates all steps in round 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant