We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fb9fd commit 5f76404Copy full SHA for 5f76404
src/modules/frost/keygen_impl.h
@@ -238,12 +238,6 @@ typedef struct {
238
size_t threshold;
239
} secp256k1_frost_compute_pubshare_ecmult_data;
240
241
-typedef struct {
242
- const secp256k1_context *ctx;
243
- const secp256k1_pubkey * const* pks;
244
- size_t threshold;
245
-} secp256k1_frost_pubkey_combine_ecmult_data;
246
-
247
typedef struct {
248
const secp256k1_context *ctx;
249
const secp256k1_pubkey * const* pubshares;
0 commit comments