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

Added tests of alt_bn128_254 in various suitest #292

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tigran-at-nil
Copy link

No description provided.

@tigran-at-nil tigran-at-nil self-assigned this Jul 16, 2024
@tigran-at-nil tigran-at-nil marked this pull request as draft July 16, 2024 15:04
@ETatuzova ETatuzova self-requested a review July 16, 2024 17:41
@ETatuzova ETatuzova linked an issue Jul 19, 2024 that may be closed by this pull request
3 tasks
@@ -58,10 +58,13 @@
#include <nil/crypto3/algebra/curves/mnt6.hpp>
#include <nil/crypto3/algebra/pairing/mnt6.hpp>
#include <nil/crypto3/algebra/fields/arithmetic_params/mnt6.hpp>
/*

/**/
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove empty comments

batched_kzg_basic_test_runner<algebra::curves::bls12_381>,
batched_kzg_basic_test_runner<algebra::curves::mnt4_298>,
batched_kzg_basic_test_runner<algebra::curves::mnt6_298>
>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Add alt_bn128_254 test

batched_kzg_bigger_test_runner<algebra::curves::bls12_381>,
batched_kzg_bigger_test_runner<algebra::curves::mnt4_298>,
batched_kzg_bigger_test_runner<algebra::curves::mnt6_298>
>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Add alt_bn128_254 test

@@ -41,6 +41,11 @@
#include <nil/crypto3/algebra/curves/mnt6.hpp>
#include <nil/crypto3/algebra/pairing/mnt6.hpp>
#include <nil/crypto3/algebra/fields/arithmetic_params/mnt6.hpp>
/**/
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove empty comments

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.

Uncomment or add KZG tests for alt_bn128_254 curve
2 participants