jsrsasign
jsrsasign copied to clipboard
Add support for EdDSA (ed25519) via noble-ed25519 (Closes kjur#540, kjur#510, kjur#341)
… #341)
Hi @fpedrei san,
Thank you for your pull request. I'll merge it, add some test code and release.
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
EdDSAwithEd25519does not match the algorithm identifiers of Java 25, it should beEdDSA