Support for ed448-curve JWSsigner/JWSVerifier

Issue #465 new
Petros Klirodetis created an issue

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)

Comments (1)

  1. Vladimir Dzhuvinov

    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.

  2. Log in to comment