Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

fix: derive ed25519 public key from private key using node crypto #300

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

achingbrain
Copy link
Member

Create a private key object from the raw Ed25519 private key and export it as a JWK to obtain the public key.

Fixes #295

Create a private key object from the raw `Ed25519` private key and
export it as a JWK to obtain the public key.

Fixes #295
@mpetrunic mpetrunic merged commit 874f820 into master Feb 8, 2023
@mpetrunic mpetrunic deleted the fix/derive-ed25519-public-key-correctly branch February 8, 2023 10:29
github-actions bot pushed a commit that referenced this pull request Feb 8, 2023
## [1.0.12](v1.0.11...v1.0.12) (2023-02-08)

### Bug Fixes

* derive ed25519 public key from private key using node crypto ([#300](#300)) ([874f820](874f820)), closes [#295](#295)

### Trivial Changes

* replace err-code with CodeError ([#293](#293)) ([4398cf6](4398cf6)), closes [js-libp2p#1269](libp2p/js-libp2p#1269)
@github-actions
Copy link

github-actions bot commented Feb 8, 2023

🎉 This PR is included in version 1.0.12 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The Ed25519 key pair creation from the seed is broken
2 participants