-
Notifications
You must be signed in to change notification settings - Fork 158
Add lambdaworks Pinocchio example #884
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #884 +/- ##
==========================================
+ Coverage 72.03% 72.05% +0.01%
==========================================
Files 149 149
Lines 33407 33408 +1
==========================================
+ Hits 24066 24073 +7
+ Misses 9341 9335 -6 ☔ View full report in Codecov by Sentry. |
examples/pinocchio/Readme.md
Outdated
This is an implementation of [Pinocchio protocol](https://eprint.iacr.org/2013/279.pdf) using Lambdaworks. This sourse code is the companion of this [blog post](link) aimed at those who want to learn about SNARKs. | ||
|
||
# Understanding the code | ||
We encourage to start by reading the [blog post](link) to understand the code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest updating the link with the one the post will have when published.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
source code
Pinocchio example
Description
Add lambdaworks Pinocchio example based on the previous implementation.