This repository was archived by the owner on Nov 5, 2023. It is now read-only.
This repository was archived by the owner on Nov 5, 2023. It is now read-only.
Closed
Description
As a web3 developer
I would like to be able to generate a random private key within the BN254 curve
So that I can be sure the private keys I generate have sufficient entropy and are compatible
Notes
See @blakecduncan 's implementation for the extension as well as randFr from the signer library we use.
Right now, if a private key is provided to a BLS Wallet that is outside of that curve, we hash it to fit inside. See thehubbleproject/hubble-bls#28 (comment) for some discussion around why this could be undesirable.
Metadata
Metadata
Assignees
Type
Projects
Status
🤝 Done