You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: