Commit 8718367
authored
Update module github.com/cloudflare/circl to v1.6.4 (#190)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/cloudflare/circl](https://redirect.github.com/cloudflare/circl)
| `v1.6.3` → `v1.6.4` |

|

|
---
### Release Notes
<details>
<summary>cloudflare/circl (github.com/cloudflare/circl)</summary>
###
[`v1.6.4`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.6.4):
CIRCL v1.6.4
[Compare
Source](https://redirect.github.com/cloudflare/circl/compare/v1.6.3...v1.6.4)
#### What's Changed
- Fix typo: it's to its by
[@​04cb](https://redirect.github.com/04cb) in
[#​588](https://redirect.github.com/cloudflare/circl/pull/588)
- ci: Bump Go version to 1.26 by
[@​armfazh](https://redirect.github.com/armfazh) in
[#​591](https://redirect.github.com/cloudflare/circl/pull/591)
- tss/rsa: polynomial evaluation using Horner's method by
[@​armfazh](https://redirect.github.com/armfazh) in
[#​590](https://redirect.github.com/cloudflare/circl/pull/590)
- zk/qndleq: Ensure large security parameter by
[@​armfazh](https://redirect.github.com/armfazh) in
[#​592](https://redirect.github.com/cloudflare/circl/pull/592)
- sign/bls: rejects aggregated signatures built with duplicated
messages. by [@​armfazh](https://redirect.github.com/armfazh) in
[#​595](https://redirect.github.com/cloudflare/circl/pull/595)
- Bump golang.org/x/crypto from 0.30.0 to 0.45.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​585](https://redirect.github.com/cloudflare/circl/pull/585)
- tss/rsa: avoiding overflow in lambda calculation with big.Int by
[@​armfazh](https://redirect.github.com/armfazh) in
[#​598](https://redirect.github.com/cloudflare/circl/pull/598)
- deps: Update CIRCL version in code generators. by
[@​armfazh](https://redirect.github.com/armfazh) in
[#​599](https://redirect.github.com/cloudflare/circl/pull/599)
- ci: add Semgrep OSS scanning workflow by
[@​hrushikeshdeshpande](https://redirect.github.com/hrushikeshdeshpande)
in [#​601](https://redirect.github.com/cloudflare/circl/pull/601)
- zk/qndleq: Fixes challenge calculation by
[@​armfazh](https://redirect.github.com/armfazh) in
[#​596](https://redirect.github.com/cloudflare/circl/pull/596)
- sign/bls: Check that signature cannot be the identity point by
[@​armfazh](https://redirect.github.com/armfazh) in
[#​603](https://redirect.github.com/cloudflare/circl/pull/603)
- ml-dsa: Don't use tr pointer by
[@​bwesterb](https://redirect.github.com/bwesterb) in
[#​606](https://redirect.github.com/cloudflare/circl/pull/606)
- ecc/bls12381: affinize must handle identity elements. by
[@​armfazh](https://redirect.github.com/armfazh) in
[#​604](https://redirect.github.com/cloudflare/circl/pull/604)
- pki: check pem.Decode returned nil block. by
[@​z9z](https://redirect.github.com/z9z) in
[#​607](https://redirect.github.com/cloudflare/circl/pull/607)
- abe/cpabe/tkn20: fix AND-gate secret sharing. by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​610](https://redirect.github.com/cloudflare/circl/pull/610)
- hpke: fix verifyPSKInputs() to match spec. by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​612](https://redirect.github.com/cloudflare/circl/pull/612)
- hpke: Warn about nonce misuse during marshaling by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​613](https://redirect.github.com/cloudflare/circl/pull/613)
- hpke: don't panic when parsing on hybrid keys/ciphertexts. by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​614](https://redirect.github.com/cloudflare/circl/pull/614)
- blindsign/blindrsa: reject non-canonical signatures. by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​615](https://redirect.github.com/cloudflare/circl/pull/615)
- blindsign/blindrsa: reject message unless co-prime with modulus by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​616](https://redirect.github.com/cloudflare/circl/pull/616)
- oprf: reject identity element as public key. by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​619](https://redirect.github.com/cloudflare/circl/pull/619)
- Add AGENTS.md and REVIEW\.md for contributor and AI agent guidance by
[@​dotjs](https://redirect.github.com/dotjs) in
[#​620](https://redirect.github.com/cloudflare/circl/pull/620)
- ecc/bls12381: check input length for infinity encoding in SetBytes. by
[@​bwesterb](https://redirect.github.com/bwesterb) in
[#​618](https://redirect.github.com/cloudflare/circl/pull/618)
- abe/cpabe/tkn20: bound recursion depth when parsing policies. by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​622](https://redirect.github.com/cloudflare/circl/pull/622)
- abe/cpabe/tkn20: reject ciphertexts with trailing data. by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​621](https://redirect.github.com/cloudflare/circl/pull/621)
- abe/cpabe/tkn20: handle short ciphertexts as errors. by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​611](https://redirect.github.com/cloudflare/circl/pull/611)
- abe/cpabe/tkn20: enforce wire count matches policy. by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​624](https://redirect.github.com/cloudflare/circl/pull/624)
- abe/cpabe/tkn20: handle malformed ciphertext header. by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​623](https://redirect.github.com/cloudflare/circl/pull/623)
- abe/cpabe/tkn20: reject circuits with invalid topologies. by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​625](https://redirect.github.com/cloudflare/circl/pull/625)
- Release CIRCL v1.6.4 by
[@​cjpatton](https://redirect.github.com/cjpatton) in
[#​626](https://redirect.github.com/cloudflare/circl/pull/626)
#### New Contributors
- [@​04cb](https://redirect.github.com/04cb) made their first
contribution in
[#​588](https://redirect.github.com/cloudflare/circl/pull/588)
- [@​z9z](https://redirect.github.com/z9z) made their first
contribution in
[#​607](https://redirect.github.com/cloudflare/circl/pull/607)
- [@​dotjs](https://redirect.github.com/dotjs) made their first
contribution in
[#​620](https://redirect.github.com/cloudflare/circl/pull/620)
**Full Changelog**:
<cloudflare/circl@v1.6.3...v1.6.4>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- Monday through Friday (`* * * * 1-5`)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->
Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>1 parent 5ae0bfd commit 8718367
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2932 | 2932 | | |
2933 | 2933 | | |
2934 | 2934 | | |
2935 | | - | |
2936 | | - | |
| 2935 | + | |
| 2936 | + | |
2937 | 2937 | | |
2938 | 2938 | | |
2939 | 2939 | | |
| |||
0 commit comments