[WIP] elliptic-curve: transition from subtle to ctutils#2351
Draft
[WIP] elliptic-curve: transition from subtle to ctutils#2351
subtle to ctutils#2351Conversation
We can't completely remove `subtle` because it's used by the `ff`/`group` traits, however as much s possible this migrates from `subtle` to `ctutils`. It's a bit annoying because we end up with a mixed API of `ctutils` and `subtle`, but perhaps we can get `ff`/`group` to migrate upstream as well: RustCrypto/ff#148. See also: #2275
523740b to
3871ec4
Compare
tarcieri
added a commit
to RustCrypto/elliptic-curves
that referenced
this pull request
Apr 1, 2026
Companion PR to RustCrypto/traits#2351
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We can't completely remove
subtlebecause it's used by theff/grouptraits, however as much s possible this migrates fromsubtletoctutils.It's a bit annoying because we end up with a mixed API of
ctutilsandsubtle, but perhaps we can getff/groupto migrate upstream as well: RustCrypto/ff#148.See also: #2275