Skip to content

elliptic-curve: remove ShrAssign bound on Scalars #1938

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

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

tarcieri
Copy link
Member

Removes the bound from the CurveArithmetic::Scalar associated type.

I was attempting to figure out why this issue didn't result in any bugs:

RustCrypto/elliptic-curves#1319

It appears to be completely unused.

The easiest way to fix that bug is to delete all of the relevant code.

Removes the bound from the `CurveArithmetic::Scalar` associated type.

I was attempting to figure out why this issue didn't result in any bugs:

RustCrypto/elliptic-curves#1319

It appears to be completely unused.

The easiest way to fix that bug is to delete all of the relevant code.
@tarcieri tarcieri force-pushed the elliptic-curve/remove-scalar-shrassign-bound branch from ffaa867 to c32129a Compare July 21, 2025 14:23
@tarcieri tarcieri merged commit d5355ef into master Jul 21, 2025
14 checks passed
@tarcieri tarcieri deleted the elliptic-curve/remove-scalar-shrassign-bound branch July 21, 2025 14:25
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