Support for ed448-curve JWSsigner/JWSVerifier
Issue #465
new
Hello, I am using JWS with the EdDSA algorithm. Is it possible to use it with curve ed448? If not, is there a plan to support it? I can only find implementations of JWSSigner/Verifier with curve Ed25519.
Component used: nimbus-jose-jwt: 9.19 (+ tink 1.6.1)
No plans at present. At Connect2id we had the need for Ed25519 several years ago and hired an expert to implement it for use in JOSE. I suppose the existing Ed25519 code could be used as template to add Ed448 support.