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

Add Order constants to all curve implementations #328

Merged
merged 1 commit into from
Apr 21, 2021
Merged

Conversation

tarcieri
Copy link
Member

Allows checking that a scalar field element is in range generically without a curve arithmetic implementation.

Allows checking that a scalar field element is in range generically
without a curve arithmetic implementation.
@codecov-commenter
Copy link

Codecov Report

Merging #328 (9d8a290) into master (571fd7e) will not change coverage.
The diff coverage is n/a.

❗ Current head 9d8a290 differs from pull request most recent head fe235d2. Consider uploading reports for the commit fe235d2 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #328   +/-   ##
=======================================
  Coverage   58.43%   58.43%           
=======================================
  Files          35       35           
  Lines        3950     3950           
=======================================
  Hits         2308     2308           
  Misses       1642     1642           
Impacted Files Coverage Δ
bp256/src/r1.rs 0.00% <ø> (ø)
bp256/src/t1.rs 0.00% <ø> (ø)
bp384/src/r1.rs 0.00% <ø> (ø)
bp384/src/t1.rs 0.00% <ø> (ø)
k256/src/arithmetic/scalar/scalar_4x64.rs 0.00% <ø> (ø)
k256/src/lib.rs 0.00% <ø> (ø)
p256/src/lib.rs 0.00% <ø> (ø)
p384/src/lib.rs 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 571fd7e...fe235d2. Read the comment docs.

@tarcieri tarcieri merged commit b41ecdb into master Apr 21, 2021
@tarcieri tarcieri deleted the order-constants branch April 21, 2021 15:24
This was referenced Apr 29, 2021
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.

2 participants