SKALE-2599 remove unsupported function

parent c39af55b
......@@ -998,7 +998,6 @@ TEST_CASE_METHOD(TestFixture, "AES_DKG test", "[aes-dkg]") {
shared_ptr <BLSSignature> commonSig = sigShareSet.merge();
BLSPublicKey common_public(make_shared < map < size_t, shared_ptr < BLSPublicKeyShare >> > (coeffs_pkeys_map), t,
n);
libff::inhibit_profiling_info = true;
REQUIRE(common_public.VerifySigWithHelper(hash_arr, commonSig, t, n));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment