go-boost-utils icon indicating copy to clipboard operation
go-boost-utils copied to clipboard

Bump github.com/consensys/gnark-crypto from 0.16.0 to 0.17.0

Open dependabot[bot] opened this issue 10 months ago • 0 comments

Bumps github.com/consensys/gnark-crypto from 0.16.0 to 0.17.0.

Release notes

Sourced from github.com/consensys/gnark-crypto's releases.

v0.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/Consensys/gnark-crypto/compare/v0.16.0...v0.17.0

Changelog

Sourced from github.com/consensys/gnark-crypto's changelog.

[v0.15.0] - 2025-01-21

Build

  • generify
  • update ci for slack bot (#538)
  • deps: bump golang.org/x/crypto from 0.26.0 to 0.31.0 (#579)

Chore

  • update bavard to 0.1.26
  • update citation
  • use errors.New to replace fmt.Errorf with no parameters (#575)
  • fix some function names in comment (#569)
  • fix some function names in comment (#559)
  • ignore gosec false positive
  • use golint option to include generated files (#549)

Docs

  • Change copyright year to 2025 (not autogenerated)
  • update element package doc (#572)
  • fix non generated headers (#571)
  • less verbose Apache 2 header, latest bavard (#570)
  • document batchAddAfine func (#555)
  • GSigma -> GSigmaNeg bn254
  • update README (#533)

Feat

  • cleaned iop (#587)
  • restored sis (#583)
  • generate uint32 arith only for babybear and koalabear (#577)
  • restored fft (#574)
  • hash registry with statestorer (#564)
  • add BabyBear and KoalaBear 31bits fields vanilla Go impl (#558)
  • code gen
  • example fflonk
  • code gen
  • example shplonk
  • half-GCD for Eisenstein integers
  • implement Eisenstein integers arithmetic
  • number of trials for finding the next divisor of r-1 is now limited
  • renaming
  • fixed size folded polynomials
  • renaming
  • use GeneratorFullMultiplicativeGroup
  • add round trip serialisation test
  • renaming gamma -> challenge
  • used bufMaxSizePolynomials[:len(polynomials[i])]
  • randomise SRS
  • code gen
  • code gen
  • code gen

... (truncated)

Commits
  • 7669d25 refactor: generify small fields extensions (#647)
  • b013ef7 test(bn254, bls12-381): test points intentionally not on sugroups G1/2 (#658)
  • ee3c151 refactor: generate code for poseidon2_test (#660)
  • 7c1592e test: improve NAF decomposition test coverage (#617)
  • d2fa915 fix: poseidon2 templates (#648)
  • d9f35aa Poseidon2 compression for small fields (#644)
  • e1c1d0f fix: ensure fast path is taken only with fixed bound and degree (#651)
  • da49c16 feat: baby-bear and koala-bear extensions of degree 4 (#643)
  • ef352e8 chore: remove useless github workflow
  • 8a83584 chore: generify poseidon2 parameters for other curves/fr (#636)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Mar 18 '25 06:03 dependabot[bot]