Email or username:

Password:

Forgot your password?
Johannes Ernst

How do I use curve25519 with JSON Web Keys? rfc7518 seems to define RSA and ECDSA algorithms but not EdDSA.
What am I missing?

#cryptography

1 comment
Peter Zingg :verified:

@J12t Really wish there was pervasive support for ed25519 in all the legacy crypto stacks. It feels like you have to build your own (unsupported) cyptosuites and protocols to use what is supposedly tge current state of the art in PKI.

Go Up