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

k256 v0.5.0 #188

Merged
merged 1 commit into from
Sep 17, 2020
Merged

k256 v0.5.0 #188

merged 1 commit into from
Sep 17, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Sep 17, 2020

Added

  • ecdsa::Asn1Signature type aliases (#186)
  • ff and group crate dependencies; MSRV 1.44+ (#164, #174)
  • AffinePoint::identity() and ::is_identity() (#165)
  • expose-field feature (#161)
  • keccak256 feature (#142)

Changed

  • Bump elliptic-curve crate to v0.6; ecdsa to v0.8 (#180)
  • Refactor ProjectiveArithmetic trait (#179)
  • Support generic inner type for elliptic_curve::SecretKey<C> (#177)
  • Rename ElementBytes => FieldBytes (#176)
  • Factor out a from_digest_trial_recovery method (#168)
  • Rename ecdsa::{Signer, Verifier} => ::{SigningKey, VerifyKey} (#153)
  • Rename Curve::ElementSize => FieldSize (#150)
  • Implement RFC6979 deterministic ECDSA (#146)
  • Use NonZeroScalar for ECDSA signature components (#144)
  • Eagerly verify ECDSA scalars are in range (#143)

Removed

  • rand feature (#162)

@codecov-commenter
Copy link

codecov-commenter commented Sep 17, 2020

Codecov Report

Merging #188 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #188   +/-   ##
=======================================
  Coverage   58.53%   58.53%           
=======================================
  Files          25       25           
  Lines        3765     3765           
=======================================
  Hits         2204     2204           
  Misses       1561     1561           

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 cf65586...ce81b64. Read the comment docs.

@tarcieri tarcieri merged commit 3716ffc into master Sep 17, 2020
@tarcieri tarcieri deleted the k256/v0.5.0 branch September 17, 2020 21:04
tarcieri pushed a commit to informalsystems/tendermint-rs that referenced this pull request Sep 23, 2020
ebuchman pushed a commit to informalsystems/tendermint-rs that referenced this pull request Sep 24, 2020
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