-
Notifications
You must be signed in to change notification settings - Fork 569
Support for EdDSA in PGP C# #345
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
Comments
It has not yet been added to the C# build, but is on the TODO list. |
The pull request #282 has worked for me. It also passes the corresponding Java tests (I've migrated them in fnajera-rac-de@f10df3a). |
I am particularly interested in this feature. Any ETA on this? Is there something I can do to help? |
Hi @peterdettman, how this issue going on? I'm having same issue when try to encrypt with public key type Ed25519 |
I've now ported the OpenPGP EdDSA (and XDH) support from bc-java. It will be in the v2 NuGet release this week. |
Hi Peter, did this happen? I look forward to your reply. I really appreciate your help. |
I am also curious on the current status of this. |
Can confirm this was added in v2 |
Hello,
I am trying to decrypt a PGP message using a private key, but when using the function
new PgpSecretKeyRingBundle(keyStream);
I am getting the exception:
unknown PGP public key algorithm encountered
The private key has the algorithm as 0x16 (22) which should correspond to ed25519
Looks like a similar issue was fixed in the java version bcgit/bc-java#636 so I am wondering if maybe it wasn't fixed in the C# one?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: