Skip to content

ecdsa: have RecoverableSignPrimitive return a bool flag#175

Merged
tarcieri merged 1 commit into
masterfrom
ecdsa/recoverable-signature-boolean-flag
Sep 27, 2020
Merged

ecdsa: have RecoverableSignPrimitive return a bool flag#175
tarcieri merged 1 commit into
masterfrom
ecdsa/recoverable-signature-boolean-flag

Conversation

@tarcieri

Copy link
Copy Markdown
Member

...as opposed to using a separate associated type.

As it were, this is how the method is documented. It was changed at some point but the comments were never updated.

@tarcieri tarcieri force-pushed the ecdsa/recoverable-signature-boolean-flag branch 2 times, most recently from a92f4a7 to cfeff92 Compare September 27, 2020 15:59
@codecov-commenter

codecov-commenter commented Sep 27, 2020

Copy link
Copy Markdown

Codecov Report

Merging #175 into master will decrease coverage by 0.33%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
- Coverage   49.54%   49.20%   -0.34%     
==========================================
  Files           7        8       +1     
  Lines         436      439       +3     
==========================================
  Hits          216      216              
- Misses        220      223       +3     
Impacted Files Coverage Δ
ecdsa/src/hazmat.rs 0.00% <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 0993b4b...8f90ecc. Read the comment docs.

...as opposed to using a separate associated type.

As it were, this is how the method is documented. It was changed at some
point but the comments were never updated.
@tarcieri tarcieri force-pushed the ecdsa/recoverable-signature-boolean-flag branch from cfeff92 to 8f90ecc Compare September 27, 2020 16:02
@tarcieri tarcieri merged commit 8332711 into master Sep 27, 2020
@tarcieri tarcieri deleted the ecdsa/recoverable-signature-boolean-flag branch September 27, 2020 16:05
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 27, 2020
Impls the `RecoverableSignPrimitive` trait revived in
RustCrypto/signatures#175.

This provides low-level support for computing recoverable signatures.
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 27, 2020
Impls the `RecoverableSignPrimitive` trait revived in
RustCrypto/signatures#175.

This provides low-level support for computing recoverable signatures.
@tarcieri tarcieri mentioned this pull request Sep 27, 2020
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 27, 2020
Impls the `RecoverableSignPrimitive` trait revived in
RustCrypto/signatures#175.

This provides low-level support for computing recoverable signatures.
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 27, 2020
Impls the `RecoverableSignPrimitive` trait revived in
RustCrypto/signatures#175.

This provides low-level support for computing recoverable signatures.
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