Skip to content

Commit

Permalink
Add pubkey importing / seed generation (#172)
Browse files Browse the repository at this point in the history
# Description
Add support for importing ed25519 keypairs and generating a new keypair
from seed bytes.

## Link to issue

#163 

## Type of change

- [x] New feature (non-breaking change that adds functionality)
- [x] This change requires a documentation update

## Test plan (required)

TODO

Demonstrate the code is solid. Which commands did you test with and what
are the expected results?
Which tests have you added or updated? Do the tests cover all of the
changes included in this PR?

## Screenshots/Screencaps

Please add previews of any UI Changes.
  • Loading branch information
mriise authored Jul 6, 2023
1 parent af9b1d1 commit 938ac61
Show file tree
Hide file tree
Showing 10 changed files with 545 additions and 52 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ repos:
- id: check-json
- id: check-added-large-files
- id: detect-private-key
exclude: __testkey
- id: check-executables-have-shebangs
- id: check-toml
Loading

0 comments on commit 938ac61

Please sign in to comment.