Update Rust crate ark-curve-constraint-tests to 0.5.0 #8
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.
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:
0.4.0
->0.5.0
Release Notes
arkworks-rs/algebra (ark-curve-constraint-tests)
v0.5.0
Compare Source
ark-ff
) Implementation ofmul
method forBigInteger
.ark-ff
) Fixwasm
compilation.ark-serialize
) Fix array deserialization panic.Algebra
) Implementation ofmul
method 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 auxiliaryparity
function fromark_ec::hashing::curve_maps::swu
toark_ec::hashing::curve_maps
.ark-ec
) Refactor fixed-based batch multiplication:ScalarMul::batch_mul
andScalarMul::batch_mul_with_preprocessing
.BatchMulPreprocessing
for to hold preprocessed powers ofbase
.new
that calculates window size and scalar size.with_window_and_scalar_size
that allows setting these parameters.windowed_mul
a private method ofBatchMulPreprocessing
.get_mul_window_size
tocompute_window_size
and make it private.ark-ff
) AddFromStr
forBigInteger
.ark-ec
) RequireNeg
,Sub
,SubAssign
ops onAffineRepr
.ark-curve25519
) Change (negate) generator of curve25519 for inter-operability with curve25519-dalek.ark-serialize
) RemoveSend
trait bound fromValid
.Features
ark-ec
) Add Elligator2 hash-to-curve map.ark-serialize
) AddCanonicalSerialize
andCanonicalDeserialize
impls forVecDeque
andLinkedList
.ark-poly
) ImplementPolynomial
forSparseMultilinearExtension
andDenseMultilinearExtension
.ark-serialize
) Addserialize_to_vec!
convenience macro.ark-ff
) Add support for bitwise operations AND, OR, and XOR betweenBigInteger
.ark-poly
) Addconcat
to concatenate evaluation tables ofDenseMultilinearPolynomial
s.ark-serialize
) ImplementValid
&CanonicalDeserialize
forRc
.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 inMontConfig
macro.ark-ec
,ark-test-template
) Fix incorrect decomposition in GLV.ark-ff
) Fix the impl forDisplay
ing zero element in Fp.ark-ec
,ark-test-template
) Fix the incorrectAffine - Projective
implementationConfiguration
📅 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.