Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2025

Bumps github.com/consensys/gnark-crypto from 0.12.1 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: Consensys/gnark-crypto@v0.16.0...v0.17.0

v0.16.0

What's Changed

Full Changelog: Consensys/gnark-crypto@v0.15.0...v0.16.0

v0.15.0

What's Changed

Features

  • Eisenstein integers ([#543](https://github.com/Consensys/gnark-crypto/pull/543)).
    
  • Poseidon2 ([#553](https://github.com/Consensys/gnark-crypto/pull/553)).
    
  • BabyBear and KoalaBear fields: 31-bit vanilla Go implementation ([#558](https://github.com/Consensys/gnark-crypto/pull/558), [#577](https://github.com/Consensys/gnark-crypto/pull/577)).
    
  • FFLonK ([#498](https://github.com/Consensys/gnark-crypto/pull/498)).
    
  • KZG MPC setup ([#589](https://github.com/Consensys/gnark-crypto/pull/589)).
    
  • Hash registry with state storer ([#564](https://github.com/Consensys/gnark-crypto/pull/564)).
    
  • Miller loop with direct sextic extension (BW6-761) ([#608](https://github.com/Consensys/gnark-crypto/pull/608)).
    

Performance Improvements

  • Add assembly implementations: Vector::Add, Sub, and ScalarMul (purego included) ([#536](https://github.com/Consensys/gnark-crypto/pull/536)).
    

... (truncated)

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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 8, 2025
Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.12.1 to 0.17.0.
- [Release notes](https://github.com/consensys/gnark-crypto/releases)
- [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md)
- [Commits](Consensys/gnark-crypto@v0.12.1...v0.17.0)

---
updated-dependencies:
- dependency-name: github.com/consensys/gnark-crypto
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/consensys/gnark-crypto-0.17.0 branch from a162abf to 74d85b0 Compare April 16, 2025 16:25
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2025

Superseded by #336.

@dependabot dependabot bot closed this Jun 17, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/consensys/gnark-crypto-0.17.0 branch June 17, 2025 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant