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

New feature: Added the function NewEntityFromKey that allows passing pre-created RSA, ECDSA or Ed25519 keys. #201

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

balena
Copy link

@balena balena commented Mar 10, 2024

The objective of this PR is to add the possibility of passing pre-created RSA, ECDSA or Ed25519 keys, possibly coming from deterministic sources such as used in key derivation.

As other elliptic curves such as secp256k1 aren't supported by Go standard libraries, I left them aside.

@balena balena changed the title New feature: Added the function NewEntityFromKey that allows passing pre-created RSA or ECDSA keys. New feature: Added the function NewEntityFromKey that allows passing pre-created RSA, ECDSA or Ed25519 keys. Mar 10, 2024
@balena balena marked this pull request as draft March 11, 2024 02:12
* Added function `AddSigningSubkeyFromKey`.
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.

None yet

1 participant