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

Constructing verification key #68

Merged
merged 4 commits into from
Jan 19, 2023

Conversation

Rumata888
Copy link
Contributor

@Rumata888 Rumata888 commented Jan 18, 2023

Adds the creation of verification key (basically, commitments to selectors and permutation polynomials)

@Rumata888 Rumata888 marked this pull request as ready for review January 18, 2023 18:08
@@ -257,6 +257,27 @@ TEST(standard_honk_composer, test_assert_equal)
EXPECT_EQ(get_maximum_cycle(composer_with_assert_equal), get_maximum_cycle(composer_no_assert_equal) * 2);
}

TEST(standard_honk_composer, test_verification_key_creation)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be worth adding a few more comments to this test. Took me a second to determine what it's actually checking

@ledwards2225 ledwards2225 merged commit debeaa7 into master Jan 19, 2023
@ledwards2225 ledwards2225 deleted the is/fresh_verification_key_construction branch January 19, 2023 17:25
dbanks12 pushed a commit that referenced this pull request Jan 26, 2023
* Added verification key computation

* Fixed test

* Replaced constants

* Added a comment that Luke wanted
dbanks12 pushed a commit that referenced this pull request Jan 27, 2023
* Added verification key computation

* Fixed test

* Replaced constants

* Added a comment that Luke wanted
ludamad pushed a commit to AztecProtocol/aztec-packages that referenced this pull request Jul 22, 2023
* Added verification key computation

* Fixed test

* Replaced constants

* Added a comment that Luke wanted
ludamad pushed a commit to AztecProtocol/aztec-packages that referenced this pull request Jul 24, 2023
* Added verification key computation

* Fixed test

* Replaced constants

* Added a comment that Luke wanted
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.

2 participants