Skip to content

EC Suite B: Remove redundant "point_mul" tests.#1769

Merged
briansmith merged 1 commit intomainfrom
b/redundant-test-files
Oct 25, 2023
Merged

EC Suite B: Remove redundant "point_mul" tests.#1769
briansmith merged 1 commit intomainfrom
b/redundant-test-files

Conversation

@briansmith
Copy link
Copy Markdown
Owner

When I generated these test vectors, I gave all of them the same point: the generator of the curve. Consequently these input files are 100% redundant with the point_mul_base.txt input files. So just remove them and use the point_mul_base.txt files instead.

When I generated these test vectors, I gave all of them the same point: the
generator of the curve. Consequently these input files are 100% redundant
with the `point_mul_base.txt` input files. So just remove them and use the
`point_mul_base.txt` files instead.
@briansmith briansmith self-assigned this Oct 24, 2023
@briansmith
Copy link
Copy Markdown
Owner Author

@vkrasnov This is the first step towards checking in the (new) generator for the curve arithmetic test generator.

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 25, 2023

Codecov Report

Merging #1769 (c670da4) into main (be27e8e) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1769      +/-   ##
==========================================
+ Coverage   96.00%   96.01%   +0.01%     
==========================================
  Files         138      138              
  Lines       20754    20788      +34     
  Branches      226      226              
==========================================
+ Hits        19924    19959      +35     
+ Misses        792      790       -2     
- Partials       38       39       +1     
Files Coverage Δ
src/ec/suite_b/ops.rs 98.17% <100.00%> (+0.08%) ⬆️
src/ec/suite_b/ops/p256.rs 100.00% <ø> (ø)
src/ec/suite_b/ops/p384.rs 100.00% <ø> (ø)

... and 14 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@briansmith briansmith merged commit 3565fe8 into main Oct 25, 2023
@briansmith briansmith deleted the b/redundant-test-files branch October 25, 2023 17:03
@briansmith briansmith changed the title EC Suite B: Remove reudndant "point_mul" tests. EC Suite B: Remove redundant "point_mul" tests. Oct 25, 2023
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