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
I am trying to aggregate public shares in the context of BLS TSS.
The problem is,
DKGBLSWrapper::CreateTEPublicKeyis declared at DKGBLSWrapper.h#L55 . However, its definitions does not appear in DKGBLSWrapper.cpp.There is an equivalent API
DKGTEWrapper::CreateTEPublicKeyimplemented at DKGTEWrapper.cpp#L81, which returnsTEPublicKey. But no explicit conversion method fromTEPublicKeytoBLSPublicKeyis provided.@olehnikolaiev Could you fix this problem? Thanks.
┆Issue is synchronized with this Jira Task