Unverified Commit f7d61fc7 authored by Oleh's avatar Oleh

SKALE-3334 fix complaintResponse function

parent 091f6851
...@@ -126,7 +126,7 @@ public: ...@@ -126,7 +126,7 @@ public:
static Json::Value calculateAllBLSPublicKeysImpl(const Json::Value& publicShares, int t, int n); static Json::Value calculateAllBLSPublicKeysImpl(const Json::Value& publicShares, int t, int n);
static Json::Value complaintResponseImpl(const string &_polyName, int _ind); static Json::Value complaintResponseImpl(const string &_polyName, int t, int n, int _ind);
static Json::Value multG2Impl(const string &_x); static Json::Value multG2Impl(const string &_x);
......
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