Update Rust crate ark-algebra-test-templates to 0.5.0 #103
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.4.0->0.5.00.4.2->0.5.0Release Notes
arkworks-rs/algebra (ark-algebra-test-templates)
v0.5.0Compare Source
ark-ff) Implementation ofmulmethod forBigInteger.ark-ff) Fixwasmcompilation.ark-serialize) Fix array deserialization panic.Algebra) Implementation ofmulmethod forDenseMultilinearExtension<F> * F.Breaking changes
ark-ff,ark-ec) AddAdditiveGroup, a trait for additive groups (equipped with scalar field).ark-ec) ChangeAffineRepr::xy()to return owned values.ark-ec) Generic pairing implementation for the curves from the BW6 family.ark-ec) Move auxiliaryparityfunction fromark_ec::hashing::curve_maps::swutoark_ec::hashing::curve_maps.ark-ec) Refactor fixed-based batch multiplication:ScalarMul::batch_mulandScalarMul::batch_mul_with_preprocessing.BatchMulPreprocessingfor to hold preprocessed powers ofbase.newthat calculates window size and scalar size.with_window_and_scalar_sizethat allows setting these parameters.windowed_mula private method ofBatchMulPreprocessing.get_mul_window_sizetocompute_window_sizeand make it private.ark-ff) AddFromStrforBigInteger.ark-ec) RequireNeg,Sub,SubAssignops onAffineRepr.ark-curve25519) Change (negate) generator of curve25519 for inter-operability with curve25519-dalek.ark-serialize) RemoveSendtrait bound fromValid.Features
ark-ec) Add Elligator2 hash-to-curve map.ark-serialize) AddCanonicalSerializeandCanonicalDeserializeimpls forVecDequeandLinkedList.ark-poly) ImplementPolynomialforSparseMultilinearExtensionandDenseMultilinearExtension.ark-serialize) Addserialize_to_vec!convenience macro.ark-ff) Add support for bitwise operations AND, OR, and XOR betweenBigInteger.ark-poly) Addconcatto concatenate evaluation tables ofDenseMultilinearPolynomials.ark-serialize) ImplementValid&CanonicalDeserializeforRc.Improvements
ark-ff) Deprecatedivn(), and usecore::ops::{Shr, ShrAssign}instead.ark-ff) Deprecatemuln(), and usecore::ops::{Shl, ShlAssign}instead.ark-ec) Omit expensive scalar multiplication inis_in_correct_subgroup_assuming_on_curve()for short Weierstrass curves of cofactor one.ark-ec) Relax the visibility for G2 ell coeffs and related algorithms.Bugfixes
ark-ff-macros) Fix fetching attributes inMontConfigmacro.ark-ec,ark-test-template) Fix incorrect decomposition in GLV.ark-ff) Fix the impl forDisplaying zero element in Fp.ark-ec,ark-test-template) Fix the incorrectAffine - ProjectiveimplementationConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.