skalenetwork / skalenetwork/libBLS

Function `DKGBLSWrapper::CreateTEPublicKey` declared but not defined

Open
#175 1 comment 0 reactions 1 assignee View on GitHub

@olehnikolaiev is already working on this.

Since Apr 4, 2023.

bug good first issue Technical debt
Dominant language
C++
Stars
156
Forks
43
Avg merge
1d 5h
Merged PRs (30d)
13

Description

I am trying to aggregate public shares in the context of BLS TSS.
The problem is, DKGBLSWrapper::CreateTEPublicKey is declared at DKGBLSWrapper.h#L55 . However, its definitions does not appear in DKGBLSWrapper.cpp.

There is an equivalent API DKGTEWrapper::CreateTEPublicKey implemented at DKGTEWrapper.cpp#L81, which returns TEPublicKey . But no explicit conversion method from TEPublicKey to BLSPublicKey is provided.

@olehnikolaiev Could you fix this problem? Thanks.

┆Issue is synchronized with this Jira Task

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.