Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

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

@martun martun force-pushed the add_alt_bn128_254_tests branch from 3e3dd8a to 173980a Compare July 22, 2024 12:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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