sdk-go
sdk-go copied to clipboard
chore(deps): bump github.com/consensys/gnark-crypto from 0.17.0 to 0.18.1
Bumps github.com/consensys/gnark-crypto from 0.17.0 to 0.18.1.
Release notes
Sourced from github.com/consensys/gnark-crypto's releases.
v0.18.1
Full Changelog: https://github.com/Consensys/gnark-crypto/compare/v0.18.0...v0.18.1
v0.18.0
What's Changed
- perf: disable cobra bit reverse for small fields by
@gbotrelin Consensys/gnark-crypto#662- perf: adds avx512 poseidon2 for small fields by
@gbotrelin Consensys/gnark-crypto#665- GKR Gate Registry by
@Tabaiein Consensys/gnark-crypto#652- chore: remove unused benchmark script by
@ivokubin Consensys/gnark-crypto#675- Remove GKR from gnark-crypto by
@Tabaiein Consensys/gnark-crypto#670- feat: make <31 bit field generated using uint32 by
@gbotrelin Consensys/gnark-crypto#676- refactor: hash to curve by
@ivokubin Consensys/gnark-crypto#674- fix: Eisenstein Half-GCD convergence by
@feltroidprimein Consensys/gnark-crypto#680- feat/hashregistry by
@Tabaiein Consensys/gnark-crypto#687- Feat/fftext by
@YaoJGaltelandin Consensys/gnark-crypto#684- Feat/vortex options by
@ThomasPiellardin Consensys/gnark-crypto#689- [secp256k1]: replace outdated link to article by
@gap-editorin Consensys/gnark-crypto#690- feat: remove dependency on internal package in ecc.go by
@gbotrelin Consensys/gnark-crypto#693New Contributors
@feltroidprimemade their first contribution in Consensys/gnark-crypto#680@YaoJGaltelandmade their first contribution in Consensys/gnark-crypto#684@gap-editormade their first contribution in Consensys/gnark-crypto#690Full Changelog: https://github.com/Consensys/gnark-crypto/compare/v0.17.0...v0.18.0
Changelog
Sourced from github.com/consensys/gnark-crypto's changelog.
[v0.18.1] - 2025-10-23
Perf
- limit memory allocation during Vector deserialization (#759)
[v0.18.0] - 2025-06-09
Build
- deps: bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#677)
Chore
- remove unused benchmark script (#675)
Docs
- replace outdated link to article (#690)
Experiment
- vortex on koalabear (#645)
Feat
- remove dependency on internal package in ecc.go (#693)
- make <31 bit field generated using uint32 (#676)
Fix
- remove unimplemented path from fft ext
- Eisenstein Half-GCD convergence (#680)
Perf
- adds avx512 poseidon2 for small fields (#665)
- remove useless copies in e4 mul by elem (#667)
- disable cobra bit reverse for small fields (#662)
Refactor
- hash to curve (#674)
Commits
fb04e95docs: add CHANGELOG for 0.18.10a4d04aperf: limit memory allocation during Vector deserialization (#759)f8ab23afix: remove unimplemented path from fft ext2b70394feat: remove dependency on internal package in ecc.go (#693)ca72a0fdocs: replace outdated link to article (#690)21614bdFeat/vortex options (#689)0517915Feat/fftext (#684)404f8e5feat/hashregistry (#687)5660088fix: Eisenstein Half-GCD convergence (#680)1873045build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#677)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Comment @coderabbitai help to get the list of available commands and usage tips.