Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 2, 2024

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
ark-serialize (source) dev-dependencies minor 0.4.2 -> 0.5.0
ark-serialize (source) dependencies minor 0.4.2 -> 0.5.0

Release Notes

arkworks-rs/algebra (ark-serialize)

v0.5.0

Compare Source

  • #​772 (ark-ff) Implementation of mul method for BigInteger.
  • #​794 (ark-ff) Fix wasm compilation.
  • #​837 (ark-serialize) Fix array deserialization panic.
  • #​845 (Algebra) Implementation of mul method for DenseMultilinearExtension<F> * F.
Breaking changes
  • #​577 (ark-ff, ark-ec) Add AdditiveGroup, a trait for additive groups (equipped with scalar field).
  • #​593 (ark-ec) Change AffineRepr::xy() to return owned values.
  • #​633 (ark-ec) Generic pairing implementation for the curves from the BW6 family.
  • #​659 (ark-ec) Move auxiliary parity function from ark_ec::hashing::curve_maps::swu to ark_ec::hashing::curve_maps.
  • #​746 (ark-ec) Refactor fixed-based batch multiplication:
    • Move functionality to ScalarMul::batch_mul and ScalarMul::batch_mul_with_preprocessing.
    • Create new struct BatchMulPreprocessing for to hold preprocessed powers of base.
      • Provide high-level constructor new that calculates window size and scalar size.
      • Provide low-level constructor with_window_and_scalar_size that allows setting these parameters.
      • Make windowed_mul a private method of BatchMulPreprocessing.
      • Rename get_mul_window_size to compute_window_size and make it private.
  • #​748 (ark-ff) Add FromStr for BigInteger.
  • #​756 (ark-ec) Require Neg, Sub, SubAssign ops on AffineRepr.
  • #​767 (ark-curve25519) Change (negate) generator of curve25519 for inter-operability with curve25519-dalek.
  • #​811 (ark-serialize) Remove Send trait bound from Valid.
Features
  • #​758 Implement Elligator2 hash-to-curve parameters for Bandersnatch.
  • #​659 (ark-ec) Add Elligator2 hash-to-curve map.
  • #​689 (ark-serialize) Add CanonicalSerialize and CanonicalDeserialize impls for VecDeque and LinkedList.
  • #​691 (ark-poly) Implement Polynomial for SparseMultilinearExtension and DenseMultilinearExtension.
  • #​693 (ark-serialize) Add serialize_to_vec! convenience macro.
  • #​713 (ark-ff) Add support for bitwise operations AND, OR, and XOR between BigInteger.
  • #​763 (ark-poly) Add concat to concatenate evaluation tables of DenseMultilinearPolynomials.
  • #​811 (ark-serialize) Implement Valid & CanonicalDeserialize for Rc.
Improvements
  • #​736 (ark-ff) Deprecate divn(), and use core::ops::{Shr, ShrAssign} instead.
  • #​739 (ark-ff) Deprecate muln(), and use core::ops::{Shl, ShlAssign} instead.
  • #​771 (ark-ec) Omit expensive scalar multiplication in is_in_correct_subgroup_assuming_on_curve() for short Weierstrass curves of cofactor one.
  • #​817 (ark-ec) Relax the visibility for G2 ell coeffs and related algorithms.
Bugfixes
  • #​747 (ark-ff-macros) Fix fetching attributes in MontConfig macro.
  • #​803 (ark-ec, ark-test-template) Fix incorrect decomposition in GLV.
  • #​806 (ark-ff) Fix the impl for Displaying zero element in Fp.
  • #​822 (ark-ec, ark-test-template) Fix the incorrect Affine - Projective implementation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

0 participants