Skip to content

chore(deps): bump github.com/cloudflare/circl from 1.6.3 to 1.6.5 - #2225

Merged
alexeykiselev merged 3 commits into
masterfrom
dependabot/go_modules/github.com/cloudflare/circl-1.6.5
Sep 8, 2026
Merged

chore(deps): bump github.com/cloudflare/circl from 1.6.3 to 1.6.5#2225
alexeykiselev merged 3 commits into
masterfrom
dependabot/go_modules/github.com/cloudflare/circl-1.6.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/cloudflare/circl from 1.6.3 to 1.6.5.

Release notes

Sourced from github.com/cloudflare/circl's releases.

CIRCL v1.6.5

What's Changed

... (truncated)

Commits

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 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)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 7, 2026
@alexeykiselev
alexeykiselev requested a lite review from Copilot September 8, 2026 07:19
@alexeykiselev alexeykiselev added the run-itests Set this label to start the integration tests for the PR, it is removed automatically. label Sep 8, 2026
@github-actions github-actions Bot removed the run-itests Set this label to start the integration tests for the PR, it is removed automatically. label Sep 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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/circl from v1.6.3 to v1.6.5 (and update go.sum accordingly).
  • 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.

Comment thread pkg/crypto/bls/bls_test.go
@alexeykiselev
alexeykiselev merged commit 7452ff5 into master Sep 8, 2026
19 checks passed
@alexeykiselev
alexeykiselev deleted the dependabot/go_modules/github.com/cloudflare/circl-1.6.5 branch September 8, 2026 08:12
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