Skip to content

Support for EdDSA in PGP C# #345

@ofrir-cl

Description

@ofrir-cl

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions