You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Terribly sorry for such a late response, I've missed this issue somehow. Ed25519 should be available provided that one of the crypto backends containing it is enabled via one of ed25519-compact, ed25519-dalek or exonum-crypto features. Note that none of these features is enabled by default (exonum-cryptowas enabled by default previously, but this changed in the 0.4.0 release). Could you please tell which crate features you're using?
When importing use jwt_compact::alg::Ed25519; I get the shown error. I am on version 0.7.0. Has Ed25519 been moved to some other module?
The text was updated successfully, but these errors were encountered: