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

ecdsa: simplify serde feature #874

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

tarcieri
Copy link
Member

To get serde support for VerifyingKey, confusingly the pem feature previously needed to be enabled (even though PEM is not actually used).

This changed the serde feature to auto-enable pkcs8, similar to what was done in the elliptic-curve crate.

To get `serde` support for `VerifyingKey`, confusingly the `pem` feature
previously needed to be enabled (even though PEM is not actually used).

This changed the `serde` feature to auto-enable `pkcs8`, similar to
what was done in the `elliptic-curve` crate.
@tarcieri tarcieri merged commit f46f4a3 into master Oct 18, 2024
8 checks passed
@tarcieri tarcieri deleted the ecdsa/serde-simplification branch October 18, 2024 16:17
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.

1 participant