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
First, thank you for maintaining this fantastic library. The BBS+ signature implementation has been incredibly valuable for our SSI projects.
Context:
We're building a key management system using your library, and we've found ourselves in an interesting situation. While generateBls12381G2KeyPair() works great for new keys, we're looking for a way to handle key import scenarios where we need to derive public keys from existing private keys.
Current Workflow:
// This works great for new keys!constkeyPair=awaitgenerateBls12381G2KeyPair();
Desired Enhancement:
Would it be possible to add a utility function for deriving public keys from private keys? Something like:
Hi MATTR team! 👋
First, thank you for maintaining this fantastic library. The BBS+ signature implementation has been incredibly valuable for our SSI projects.
Context:
We're building a key management system using your library, and we've found ourselves in an interesting situation. While
generateBls12381G2KeyPair()
works great for new keys, we're looking for a way to handle key import scenarios where we need to derive public keys from existing private keys.Current Workflow:
Desired Enhancement:
Would it be possible to add a utility function for deriving public keys from private keys? Something like:
Use Cases:
We'd love to contribute to this effort if you're open to it! Let us know if you'd like us to:
Thanks for considering this request! Let us know if you need any clarification or additional information.
The text was updated successfully, but these errors were encountered: