-
Notifications
You must be signed in to change notification settings - Fork 930
Add createKeyPairFromPrivateKeyBytes
helper
#3050
Conversation
🦋 Changeset detectedLatest commit: 24d9bdd The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @lorisleiva and the rest of your teammates on |
43c17fd
to
cf1091d
Compare
createKeyPairFromPrivateKeyBytes
helper
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
981ad42
to
06734a1
Compare
cf1091d
to
b738776
Compare
06734a1
to
f3465f7
Compare
b738776
to
8b2a00d
Compare
f3465f7
to
5a9de85
Compare
8b2a00d
to
329cf27
Compare
5a9de85
to
526072b
Compare
f180911
to
5de7317
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
526072b
to
99f14b3
Compare
5de7317
to
913533a
Compare
Merge activity
|
913533a
to
24d9bdd
Compare
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
This PR adds a
createKeyPairFromPrivateKeyBytes
helper that creates a keypair from the 32-byte private key bytes.This can be useful when you have a private key but not the corresponding public key or when you need to derive key pairs from seeds. For instance, the following code snippet derives a key pair from the hash of a message.