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

elliptic-curve: use the base16ct crate #886

Merged
merged 1 commit into from
Jan 15, 2022
Merged

Conversation

tarcieri
Copy link
Member

Uses the new base16ct crate for hex decoding.

The encoder is still implemented in a non-constant-time manner. The functionality to encode to a fmt::Formatter needs to be upstreamed into the base16ct crate.

Uses the new `base16ct` crate for hex decoding.

The encoder is still implemented in a non-constant-time manner. The
functionality to encode to a `fmt::Formatter` needs to be upstreamed
into the `base16ct` crate.
@tarcieri tarcieri merged commit bbc18e2 into master Jan 15, 2022
@tarcieri tarcieri deleted the elliptic-curve/base16ct branch January 15, 2022 14:14
@tarcieri tarcieri mentioned this pull request Jan 15, 2022
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