jsrsasign icon indicating copy to clipboard operation
jsrsasign copied to clipboard

Add support for EdDSA (ed25519) via noble-ed25519 (Closes kjur#540, kjur#510, kjur#341)

Open fpedrei opened this issue 3 months ago • 2 comments

… #341)

fpedrei avatar Sep 18 '25 20:09 fpedrei

Hi @fpedrei san,

Thank you for your pull request. I'll merge it, add some test code and release.

kjur avatar Sep 19 '25 01:09 kjur

Thanks for looking into this, I've found two issues until now:

  • Parsing PKCS#8 is affected by https://github.com/kjur/jsrsasign/issues/636, I could add a workaround for it to this PR (like it is already done for PKCS#1 keys)
  • The keyword EdDSAwithEd25519 does not match the algorithm identifiers of Java 25, it should be EdDSA

fpedrei avatar Sep 20 '25 15:09 fpedrei