-
Notifications
You must be signed in to change notification settings - Fork 919
Add createKeyPairSignerFromPrivateKeyBytes
helper
#3051
Add createKeyPairSignerFromPrivateKeyBytes
helper
#3051
Conversation
🦋 Changeset detectedLatest commit: a5fec8b 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 |
createKeyPairSignerFromPrivateKeyBytes
helper
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @lorisleiva and the rest of your teammates on Graphite |
5ef7999
to
993119b
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.
cf1091d
to
b738776
Compare
993119b
to
e8a2dd9
Compare
b738776
to
8b2a00d
Compare
e8a2dd9
to
4872e7a
Compare
8b2a00d
to
329cf27
Compare
4872e7a
to
aa40be3
Compare
329cf27
to
f180911
Compare
aa40be3
to
2b7d98a
Compare
f180911
to
5de7317
Compare
2b7d98a
to
b678f4f
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.
5de7317
to
913533a
Compare
b678f4f
to
1f4938d
Compare
Merge activity
|
1f4938d
to
a5fec8b
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
createKeyPairSignerFromPrivateKeyBytes
helper that composecreateKeyPairFromPrivateKeyBytes
andcreateSignerFromKeyPair
.It also adds missing documentation for the
createKeyPairSignerFromBytes
function.