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

Ecdsa support #53

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

Ecdsa support #53

wants to merge 3 commits into from

Conversation

divarvel
Copy link
Collaborator

@divarvel divarvel commented Oct 13, 2022

All the plumbing is done, the (big) part missing is key serialization: cryptonite does not support

  • compressed SEC.1 encoding for public keys
  • full PKCS#8 encoding for a keypair (it only supports encoding for the private key field of the ASN.1 struct)

PKCS#8 support is available in external libs, but i haven't found anything wrt compressed SEC.1 encoding.

TODO:

- serde for public & private keys
- high-level functions for generating ECDSA keys
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.

1 participant