Skip to content

Commit

Permalink
restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Dec 13, 2024
1 parent 50f65b6 commit 02d613a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ BOOST_AUTO_TEST_CASE(field_element_non_fixed_size_container_bls12_381_g1_field_b
std::cout << "BLS12-381 g1 group field non fixed size container big-endian test finished" << std::endl;
}

/*
BOOST_AUTO_TEST_CASE(field_element_non_fixed_size_container_bls12_381_g1_field_le) {
std::cout << "BLS12-381 g1 group field non fixed size container little-endian test started" << std::endl;
test_field_element_non_fixed_size_container<nil::crypto3::algebra::curves::bls12<381>::g1_type<>::field_type,
Expand All @@ -125,6 +123,5 @@ BOOST_AUTO_TEST_CASE(field_element_non_fixed_size_container_bls12_381_g2_field_l
7>();
std::cout << "BLS12-381 g2 group field non fixed size container little-endian test finished" << std::endl;
}
*/

BOOST_AUTO_TEST_SUITE_END()
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ namespace nil::crypto3 {
+ static_cast<std::size_t>(T5) + static_cast<std::size_t>(T6);
};

/* This specialization is important */
template<bool THasSequenceSizeFieldPrefix>
struct adapt_field_sequence_size_field_prefix;

Expand Down

0 comments on commit 02d613a

Please sign in to comment.