Skip to content

Ecdsa support#53

Draft
divarvel wants to merge 3 commits into
mainfrom
ecdsa-support
Draft

Ecdsa support#53
divarvel wants to merge 3 commits into
mainfrom
ecdsa-support

Conversation

@divarvel
Copy link
Copy Markdown
Contributor

@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