-
Notifications
You must be signed in to change notification settings - Fork 8
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
Verifier #16
Conversation
…per verifier line 16 check
* commit 'fc233a0fe0bceaacf581da9db4e9a2ae17aa49ae': Update dev_notes.md Update dev_notes.md
…lculate h, instead multiply by 2 with other values to pass the check
b_constraint_ct: Vec<Zq>, | ||
} | ||
|
||
struct Tr { |
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.
question: is Tr stands for Transcript?
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 had no idea when I was implementing. I think you are right
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.
hahaha okk got it, I would like to update the name in the refactoring pr 🙏🏻
Add all computations for verifier checks.
Todos: