Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function DKGBLSWrapper::CreateTEPublicKey declared but not defined #175

Open
gaoweihe opened this issue Mar 12, 2022 · 1 comment
Open
Assignees
Labels
bug Something isn't working good first issue Good for newcomers Technical debt

Comments

@gaoweihe
Copy link
Contributor

gaoweihe commented Mar 12, 2022

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

@olehnikolaiev olehnikolaiev added bug Something isn't working good first issue Good for newcomers labels Apr 28, 2022
@ef3n9r98
Copy link

Hi @olehnikolaiev, I know some devs who'd be interested in working on this. Is there a budget for fixing this issue, and if so, how much?

I'd put this issue up on OpenQ.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers Technical debt
Projects
None yet
Development

No branches or pull requests

4 participants