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

bigint/rsa: Avoid constructing Montgomery constant for d. #2165

Merged
merged 1 commit into from
Dec 5, 2024

bigint/rsa: Avoid constructing Montgomery constant for `d`.

46aeb2b
Select commit
Loading
Failed to load commit list.
Merged

bigint/rsa: Avoid constructing Montgomery constant for d. #2165

bigint/rsa: Avoid constructing Montgomery constant for `d`.
46aeb2b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 5, 2024 in 0s

84.74% of diff hit (target 96.94%)

View this Pull Request on Codecov

84.74% of diff hit (target 96.94%)

Annotations

Check warning on line 54 in src/arithmetic/bigint/modulusvalue.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arithmetic/bigint/modulusvalue.rs#L54

Added line #L54 was not covered by tests

Check warning on line 67 in src/arithmetic/bigint/modulusvalue.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arithmetic/bigint/modulusvalue.rs#L67

Added line #L67 was not covered by tests