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

k256/p256: have std activate ecdsa-core/std #273

Merged
merged 1 commit into from
Jan 13, 2021
Merged

Conversation

tarcieri
Copy link
Member

Closes #271

This is needed to define a std::error::Error impl on errors arising from the ecdsa crate.

Unfortunately without weak activation this means the ecdsa crate gets pulled in by default, but we can circle back on that later.

Closes #271

This is needed to define a `std::error::Error` impl on errors arising
from the `ecdsa` crate.

Unfortunately without weak activation this means the `ecdsa` crate gets
pulled in by default, but we can circle back on that later.
@tarcieri tarcieri merged commit da636e7 into master Jan 13, 2021
@tarcieri tarcieri deleted the activate-ecdsa-std branch January 13, 2021 16:34
This was referenced Jan 13, 2021
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

Successfully merging this pull request may close these issues.

std feature should specify ecdsa/std but does not
1 participant