Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/consensys/gnark-crypto from 0.14.0 to 0.15.0 #2404

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps github.com/consensys/gnark-crypto from 0.14.0 to 0.15.0.

Release notes

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

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)).
    
  • AVX512 optimizations: vector.Sum, vector.InnerProduct + assembly refactor ([#547](https://github.com/Consensys/gnark-crypto/pull/547)).
    
  • AVX512 vector operations: KoalaBear and BabyBear fields ([#568](https://github.com/Consensys/gnark-crypto/pull/568)).
    
  • ARM64 assembly optimizations: 4 and 6 words modulus ([#554](https://github.com/Consensys/gnark-crypto/pull/554)).
    
  • ARM NEON assembly: KoalaBear and BabyBear fields ([#588](https://github.com/Consensys/gnark-crypto/pull/588)).
    
  • Subgroup check optimizations ([#557](https://github.com/Consensys/gnark-crypto/pull/557)).
    
  • SetBytes performance: Avoids allocations in non-fast paths ([#599](https://github.com/Consensys/gnark-crypto/pull/599)).
    

Fixes

  • Polynomial evaluation ([#539](https://github.com/Consensys/gnark-crypto/pull/539)).
    
  • Shplonk Buffer sizing ([#551](https://github.com/Consensys/gnark-crypto/pull/551)).
    
  • Typos ([#562](https://github.com/Consensys/gnark-crypto/pull/562), [#610](https://github.com/Consensys/gnark-crypto/pull/610)).
    
  • Comment and variable naming fixes ([#603](https://github.com/Consensys/gnark-crypto/pull/603)).
    

Refactors

  • Removed curves: BLS12-378 and BW6-756 ([#534](https://github.com/Consensys/gnark-crypto/pull/534)).
    
  • SIS cleanup ([#596](https://github.com/Consensys/gnark-crypto/pull/596)).
    
  • Removed ECC Encoder dependency: FFT domain marshal ([#565](https://github.com/Consensys/gnark-crypto/pull/565)).
    
  • Cleaned IOP ([#587](https://github.com/Consensys/gnark-crypto/pull/587)).
    

Documentation

  • Updated README ([#533](https://github.com/Consensys/gnark-crypto/pull/533)).
    
  • Documented batchAddAffine function ([#555](https://github.com/Consensys/gnark-crypto/pull/555)).
    
  • Updated element package documentation ([#572](https://github.com/Consensys/gnark-crypto/pull/572)).
    
  • Less verbose Apache 2 header ([#570](https://github.com/Consensys/gnark-crypto/pull/570)).
    
  • Fixed non-generated headers ([#571](https://github.com/Consensys/gnark-crypto/pull/571)).
    
  • Changed copyright year to 2025 ([#595](https://github.com/Consensys/gnark-crypto/pull/595)).
    

Full Changelog: Consensys/gnark-crypto@v0.14.0...v0.15.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
  • code gen

... (truncated)

Commits
  • de0d77f release: v0.15.0 (#611)
  • 19d9924 build: update to latest bavard, paralellize addchain read (#609)
  • e709171 typos: squashed typo fixes (#610)
  • bf7b2d6 Feat/kzg mpcsetup (#589)
  • 0493a37 refactor: clean up SIS, placeholder (#596)
  • e7fd38b feat(bw6-761): Miller loop using direct sextic extension (#608)
  • faec8ec fix: fixed comments and variable naming (#603)
  • 5e3e49f perf: make SetBytes not allocate errors in non-fast path (#599)
  • 779e884 docs: Change copyright year to 2025 (not autogenerated)
  • fb7ea00 fix: re-ran go generate for field/
  • 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 Jan 27, 2025
Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.41%. Comparing base (61d810a) to head (29491ff).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2404      +/-   ##
==========================================
- Coverage   74.48%   74.41%   -0.07%     
==========================================
  Files         113      113              
  Lines       13020    13020              
==========================================
- Hits         9698     9689       -9     
- Misses       2587     2595       +8     
- Partials      735      736       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.14.0 to 0.15.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.14.0...v0.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@AnkushinDaniil AnkushinDaniil force-pushed the dependabot/go_modules/github.com/consensys/gnark-crypto-0.15.0 branch from c5b3d55 to 29491ff Compare January 27, 2025 12:16
@AnkushinDaniil AnkushinDaniil merged commit 10d1528 into main Jan 27, 2025
13 checks passed
@AnkushinDaniil AnkushinDaniil deleted the dependabot/go_modules/github.com/consensys/gnark-crypto-0.15.0 branch January 27, 2025 16:16
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.

2 participants