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

Bls signatures #9

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Bls signatures #9

wants to merge 11 commits into from

Conversation

Raycoms
Copy link

@Raycoms Raycoms commented Jun 22, 2020

Closes #4

This is an implementation to include the BLS threshold scheme of https://github.com/Chia-Network/bls-signatures

This includes:

  • The binary, src and header files of BLS for easy usage. (Optionally those could be excluded from and the manual install requirements added to the readme file)
  • Config files that include the necessary BLS keys
  • A key generator
  • The necessary PublicKey, PrivateKey, Signature and certificate implementations.

Additionally I had to add a way to load the master public key from file and set it in the replica config accordingly.

@Determinant
Copy link
Collaborator

Determinant commented Jun 26, 2020

Thanks for the PR!
While I've been busy recently, could you try to use git submodule to refer to the external BLS library? Copying all the files right into the repo is a huge change... (I saw 79 files are changed..omg)

@Raycoms
Copy link
Author

Raycoms commented Jun 29, 2020

Okay, will do as soon as I get to it.

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.

Threshold Signatures
2 participants