Back
workshop

10th December 2024

17:45 UTC

Workshop host:

ZK Hack V Workshop – Range Checks Using Polygon Plonky3


Links to the GitHub repos presented by Brian Seong during the workshop:
* Plonky3 main repo
* Plonky3 Fibonacci example
* Plonky3 Range Check examples

Video Summary

In this video, Brian get into the details of what Plonky3 is and how it can be used, looking into concrete examples.
After giving some background context for Plonky3, as well as a technical overview, he then proceeds with 3 examples of Range Check implementations: the Mersenne31 Range Check, BabyBear Range Check "basic" implementation, and an optimized BabyBear Range Check with Constraint Degree Comparison.
All along the workshop, Brian answers the question from the audience to clarify the concepts and also give some advice about how to get started with Plonky3.