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

OpenPGP: Implement EDDSA #319

Open
koto opened this issue Jun 30, 2015 · 1 comment
Open

OpenPGP: Implement EDDSA #319

koto opened this issue Jun 30, 2015 · 1 comment

Comments

@koto
Copy link
Member

koto commented Jun 30, 2015

Bits and pieces are already present, i.e. the Ed25519 domain parameters, but the actual EDDSA is missing. GnuPG implements https://tools.ietf.org/html/draft-koch-eddsa-for-openpgp-00 with an algorithm ID = 22 and 1.3.6.1.4.1.11591.15.1 as a prime curve OID for Ed25519.

@sirdarckcat
Copy link
Member

we added the OID, but that's it
bc31370

do you know if there are any samples? (eg test keys/messages)

@sirdarckcat sirdarckcat changed the title Implement EDDSA OpenPGP: Implement EDDSA May 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants