Skip to content

primeorder v0.14.0#1887

Open
tarcieri wants to merge 1 commit into
masterfrom
primeorder/v0.14.0
Open

primeorder v0.14.0#1887
tarcieri wants to merge 1 commit into
masterfrom
primeorder/v0.14.0

Conversation

@tarcieri

@tarcieri tarcieri commented Jul 2, 2026

Copy link
Copy Markdown
Member

Added

  • Implement From<NonIdentity> for Projective/AffinePoint (#1190)
  • Implement TryFrom<Scalar/Projective/AffinePoint> for NonIdentity/ZeroScalar (#1193)
  • scalar_mul_impls! macro (#1198)
  • scalar_impls! and scalar_from_impls! (#1201)
  • Implement De/Serialize for ProjectivePoint (#1214)
  • Optimized addition formulas for curves with a=0 (#1270)
  • Optimized implementation for LinearCombination (#1343, #1360)
  • Implement CofactorGroup (#1394)
  • hash2curve::osswu implementation (#1404)
  • Implement AffineCoordinates::from_coordinates (#1405)
  • Implement crypto_common::Generate trait (#1586)
  • Support for wNAF variable-time scalar multiplications (#1714, #1779, #1870)
  • Implement MulVartime (#1715, #1870)
  • Implement MulByGeneratorVartime for ProjectivePoint (#1726)
  • BasepointTable and LookupTable types (#1788, #1789, #1796)
  • PrimeCurveWithBasepointTable trait (#1788)
  • lincomb_vartime support (#1797, #1870)
  • MulBackend trait and associated type (#1803, #1835)
  • double_in_place support (#1843)
  • Support batch normalizations on hybrid Arrays (#1860)

Changed

  • Update to elliptic-curve v0.14 (#1011)
  • Update to secdect v0.3 (#1084)
  • Edition changed to 2024 and MSRV bumped to 1.85 (#1125)
  • Relax MSRV policy and allow MSRV bumps in patch releases
  • Rename impl_projective_arithmetic_tests! macro to test_projective_arithmetic! (#1200)
  • Expose AffineCoordinates::y (#1230)
  • Use rejection sampling for random point generation (#1344)
  • Use new Reduce trait (#1359)
  • Avoid field inversion in ProjectivePoint equality (#1706)
  • Simplify bounds (#1721, #1784, #1802)
  • Use elliptic_curve::FieldArithmetic trait (#1833)
  • Use mixed arithmetic formulas for ProjectivePoint *Assign impls (#1842, #1844)
  • Bump elliptic-curve to v0.14 (#1849)

Removed

  • MulByGenerator trait - use Group::mul_by_generator (#1145)
  • field module (#1175)

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