mirror of
https://github.com/adria0/plonk-by-fingers.git
synced 2026-01-07 04:34:02 -05:00
main
plonk-by-fingers
This is a toy implementation of the excellent Joshua Fitzgerald Plonk by hand (part2) (part3) tutorial
- all written from scratch, do not expect this code to be anything close to production, is intended just to understand the protocol
- there is a mistake in the hand computations in part3 that says that
where the correct value seems to be
, this also affects the pairing, that is
instead
- test is here
Languages
Rust
98.8%
HTML
1.2%