Skip to content

Commit

Permalink
Fixing perf test.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun committed Oct 17, 2023
1 parent 59e196c commit b8af7ed
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion test/systems/plonk/placeholder/performance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,24 @@
#include <iostream>
#include <fstream>

#include <nil/sha2.hpp>
#include <nil/actor/testing/test_case.hh>
#include <nil/actor/testing/thread_test_case.hh>

#include <nil/crypto3/algebra/curves/bls12.hpp>
#include <nil/crypto3/algebra/fields/arithmetic_params/bls12.hpp>
#include <nil/crypto3/algebra/curves/pallas.hpp>
#include <nil/crypto3/algebra/fields/arithmetic_params/pallas.hpp>
#include <nil/crypto3/algebra/random_element.hpp>

#include <nil/crypto3/math/algorithms/unity_root.hpp>
#include <nil/actor/math/polynomial/lagrange_interpolation.hpp>
#include <nil/actor/math/algorithms/calculate_domain_set.hpp>

#include <nil/crypto3/random/algebraic_engine.hpp>

#include <nil/crypto3/hash/algorithm/hash.hpp>
#include <nil/crypto3/hash/md5.hpp>
#include <nil/crypto3/hash/sha2.hpp>
#include <nil/crypto3/hash/keccak.hpp>

#include <nil/actor/zk/snark/systems/plonk/placeholder/prover.hpp>
Expand Down

0 comments on commit b8af7ed

Please sign in to comment.