Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for deriving keys from a specified seed #90

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

tomato42
Copy link
Collaborator

@tomato42 tomato42 commented Jan 8, 2025

The new IETF standards require storage of private key as a seed, not as the derived value. Add API that allows derivation of the keys from such a seed.

Copy link
Owner

@GiacomoPope GiacomoPope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks so much for doing this work, just some formatting to do to get the CI to be happy

@tomato42
Copy link
Collaborator Author

tomato42 commented Jan 8, 2025

LGTM thanks so much for doing this work, just some formatting to do to get the CI to be happy

I always forget to run black 😅 should be good now

@GiacomoPope GiacomoPope merged commit b8abab1 into GiacomoPope:main Jan 8, 2025
14 checks passed
@tomato42 tomato42 deleted the seed-api branch January 8, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants