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

FIX: fill t and n fields in BLSPublicKey constructors; fill t and n fields of BLS public keys while generate sample keys #184

Merged
merged 3 commits into from
Jul 1, 2022

Conversation

gaoweihe
Copy link
Contributor

@gaoweihe gaoweihe commented May 6, 2022

With the previous problem in #182, public keys may not pass signers check after serialization and reconstruction. I had to copy and transmit public keys through network, so I cannot construct BLSPublicKey with map of public shares.

I revised BLSPublicKey constructors to fill up t and n fields. Hope this would be an improvement of libBLS.

FIX: fill t and n fields of BLS public keys while generate sample keys
@skale-cla
Copy link

skale-cla commented May 6, 2022

CLA assistant check
All committers have signed the CLA.

@gaoweihe gaoweihe marked this pull request as ready for review May 6, 2022 14:53
@olehnikolaiev olehnikolaiev merged commit d157b07 into skalenetwork:develop Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants