Skip to content

Commit

Permalink
Remove code as we have operators << for logging #304
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Aug 15, 2024
1 parent 0da06e6 commit 2944583
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions benchmarks/zk/lpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,6 @@
using namespace nil::crypto3;
using namespace nil::crypto3::zk::snark;

namespace boost {
namespace test_tools {
namespace tt_detail {
template<>
struct print_log_value<nil::crypto3::math::polynomial<
algebra::fields::detail::element_fp < algebra::fields::params < algebra::fields::bls12_base_field <
381>>>>> {
void operator()(std::ostream &,
const nil::crypto3::math::polynomial<algebra::fields::detail::element_fp <
algebra::fields::params <
algebra::fields::bls12_base_field < 381>>

>> &) {
}
};
} // namespace tt_detail
} // namespace test_tools
} // namespace boost

template<typename FieldType, typename NumberType>
std::vector<math::polynomial<typename FieldType::value_type>> generate(NumberType degree) {
typedef boost::random::independent_bits_engine<boost::random::mt19937,
Expand Down

0 comments on commit 2944583

Please sign in to comment.