rust-jwt icon indicating copy to clipboard operation
rust-jwt copied to clipboard

Add EdDSA (Ed25519, Ed448) signature support via OpenSSL.

Open flying-kestrel opened this issue 1 year ago • 0 comments

This addresses #57 by adding in support for EdDSA keys in the algorithm::openssl module. I would also like to add Ed25519 support that does not depend on OpenSSL, but that will come later; this is the MVP for adding Ed25519 support :)

flying-kestrel avatar Oct 20 '23 02:10 flying-kestrel