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

we want to know whether bls12381-key-pair supports for EIP-2333: BLS12-381 Key #38

Open
forsalim12 opened this issue May 3, 2021 · 1 comment

Comments

@forsalim12
Copy link

Hi we are working on a project, where we want to know whether bls12381-key-pair supports for EIP-2333: BLS12-381 Key Generation.
If support then let us know the process to support https://eips.ethereum.org/EIPS/eip-2333.
Any additional library or any procedure to support that.
https://eips.ethereum.org/EIPS/eip-2333

@tplooker
Copy link
Member

Hi @forsalim12 this library supports BLS12-381 key pairs, however the proposal you linked requires a specific way in which to derive the keys from a tree based derivation structure and using lamport signatures for PQR, both of these concepts are not presently in scope for this library. However, if you had the support for these outside of the library then you could always feed in the result of that computation to this library via the seed to generate a key pair.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants