-
Notifications
You must be signed in to change notification settings - Fork 13
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
base: master
Are you sure you want to change the base?
Conversation
@@ -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> | |||
/* | |||
|
|||
/**/ |
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.
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> | ||
>; |
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.
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> | ||
>; |
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.
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> | |||
/**/ |
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.
Remove empty comments
3e3dd8a
to
173980a
Compare
No description provided.