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

elliptic-curve v0.13.0 #1255

Merged
merged 1 commit into from
Mar 1, 2023
Merged

elliptic-curve v0.13.0 #1255

merged 1 commit into from
Mar 1, 2023

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Mar 1, 2023

Added

  • PublicKey::to_sec1_bytes (#1102)
  • Forward std feature to sec1 dependency (#1131)
  • NonIdentity wrapper type (#1176)
  • Impl serde traits for NonZeroScalar (#1178)
  • MulByGenerator trait (#1198)
  • NonZeroScalar::invert_vartime (#1207)
  • BlindedScalar type (#1208)
  • point::Double trait (#1218)
  • FieldBytesEncoding trait (#1235)
  • Invert::invert_vartime (#1239)

Changed

  • Allow bigger c1 constant in OsswuMapParams (#1024)
  • Rename Curve::UInt => Curve::Uint (#1191)
  • Use weak feature activation (#1192, #1194)
  • Consolidate CurveArithmetic trait (#1196)
  • Rename SecretKey::to_pem => ::to_sec1_pem (#1202)
  • Rename ScalarCore to ScalarPrimitive (#1203)
  • Use CryptoRngCore trait (#1206)
  • Refactor field element decoding/encoding (#1220)
  • Update VOPRF identifier type (#1175)
  • Rename SecretKey::as_scalar_core => ::as_scalar_primitive (#1228)
  • Rename Reduce::from_bytes_reduced => ::reduce_bytes (#1225, #1229)
  • Consolidate AffineCoordinates trait (#1237)
  • Allow multiple dsts in the hash2curve API (#1238)
  • Have serde feature activate pkcs8 (#1245)
  • Dependency upgrades:

Removed

  • impl_field_element! macro (#1165)
  • Direct der crate dependency (#1195)
  • AffineArithmetic, ProjectiveArithmetic, ScalarArithmetic traits (#1196)
  • Toplevel re-exports except for AffinePoint, ProjectivePoint, and Scalar (#1223)
  • Reduce methods (#1225)
  • Blanket impl for Invert (#1242)

@tarcieri tarcieri merged commit 3ab3a2d into master Mar 1, 2023
@tarcieri tarcieri deleted the elliptic-curve/v0.13.0 branch March 1, 2023 00:14
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