chore(deps): bump github.com/cloudflare/circl from 1.6.3 to 1.6.5 - #2225
Merged
alexeykiselev merged 3 commits intoSep 8, 2026
Conversation
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.6.3 to 1.6.5. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.6.3...v1.6.5) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-version: 1.6.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The new tests include an invalid Go composite literal ({} without a type) that will fail compilation.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the Cloudflare CIRCL dependency and adjusts BLS aggregation/verification and integration-test Docker image configuration to align with the updated crypto and test setup expectations.
Changes:
- Bump
github.com/cloudflare/circlfromv1.6.3tov1.6.5(and updatego.sumaccordingly). - Refactor BLS aggregate verification to aggregate public keys first (FastAggregateVerify-style) and add public-key aggregation validation + tests.
- Replace hardcoded scala-node Docker image tag usage in itests with config constants (
ScalaImageRepository/ScalaImageTag).
File summaries
| File | Description |
|---|---|
| pkg/crypto/bls/pop.go | Simplifies PoP verification path by directly calling CIRCL verify after key validation. |
| pkg/crypto/bls/bls.go | Adds public key aggregation with validation and reworks aggregate verification to use aggregated PK + Verify. |
| pkg/crypto/bls/bls_test.go | Adds tests for aggregated public key behavior and error cases. |
| itests/init_internal_test.go | Pull scala-node image using config-defined repo/tag instead of hardcoded values. |
| itests/fixtures/base_fixtures.go | Uses ScalaImageTag instead of the removed default tag constant. |
| itests/config/config.go | Introduces ScalaImageTag constant and uses it as the default tag in scala configurator. |
| go.mod | Bumps CIRCL dependency version. |
| go.sum | Updates CIRCL checksums for v1.6.5. |
Review details
- Files reviewed: 7/8 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
alexeykiselev
deleted the
dependabot/go_modules/github.com/cloudflare/circl-1.6.5
branch
September 8, 2026 08:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps github.com/cloudflare/circl from 1.6.3 to 1.6.5.
Release notes
Sourced from github.com/cloudflare/circl's releases.
... (truncated)
Commits
cfa7c70oprf: validate finalize state (#687)76cf862vdaf/prio3: reject degenerate parameters (#685)ddeb7fcoprf: reject invalid deterministic blinds (#688)9279449vdaf/prio3: validate preparation inputs (#683)e850bcdvdaf/prio3/sum: reject aggregate field overflow (#681)2ce0fd7tss/rsa: validate sign share protocol parameters (#674)c1552d5vdaf/prio3/sum: reject unsafe measurement bounds (#682)df9fbeaot/simot: make sender sessions one-shot (#679)617634azk/dleq: validate batch shape (#684)cc3976adh/csidh: harden key imports (#689)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 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)