Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unresolved import jwt_compact::alg::Ed25519 no Ed25519 in alg #148

Open
jsoneaday opened this issue Aug 7, 2023 · 1 comment
Open

unresolved import jwt_compact::alg::Ed25519 no Ed25519 in alg #148

jsoneaday opened this issue Aug 7, 2023 · 1 comment

Comments

@jsoneaday
Copy link

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?

@slowli
Copy link
Owner

slowli commented Sep 14, 2023

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-crypto was enabled by default previously, but this changed in the 0.4.0 release). Could you please tell which crate features you're using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants