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

Verifier #16

Merged
merged 65 commits into from
Dec 28, 2024
Merged

Verifier #16

merged 65 commits into from
Dec 28, 2024

Conversation

luckyyang
Copy link
Collaborator

Add all computations for verifier checks.

Todos:

  • choose proper parameters
  • improve aggregation relation check logic, there is a workaround by truncating the coefficients from conjugation automorphism to pass the check, we should resolve this

@Junochiu Junochiu changed the base branch from main to prover December 25, 2024 13:13
b_constraint_ct: Vec<Zq>,
}

struct Tr {
Copy link
Collaborator

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?

Copy link
Collaborator Author

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

Copy link
Collaborator

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 🙏🏻

@Junochiu Junochiu merged commit e203997 into prover Dec 28, 2024
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.

3 participants