1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-14 02:33:21 +02:00
opentelemetry-go/internal
renovate[bot] cc7c37a839
chore(deps): update module github.com/cloudflare/circl to v1.5.0 (#6063)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/cloudflare/circl](https://redirect.github.com/cloudflare/circl)
| `v1.3.7` -> `v1.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudflare%2fcircl/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcloudflare%2fcircl/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcloudflare%2fcircl/v1.3.7/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudflare%2fcircl/v1.3.7/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cloudflare/circl (github.com/cloudflare/circl)</summary>

###
[`v1.5.0`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.5.0):
CIRCL v1.5.0

[Compare
Source](https://redirect.github.com/cloudflare/circl/compare/v1.4.0...v1.5.0)

### CIRCL v1.5.0

**New:** ML-DSA, Module-Lattice-based Digital Signature Algorithm.

##### What's Changed

- kem: add X25519MLKEM768 TLS hybrid KEM by
[@&#8203;bwesterb](https://redirect.github.com/bwesterb) in
[https://github.com/cloudflare/circl/pull/510](https://redirect.github.com/cloudflare/circl/pull/510)
- Create semgrep.yml by
[@&#8203;hrushikeshdeshpande](https://redirect.github.com/hrushikeshdeshpande)
in
[https://github.com/cloudflare/circl/pull/514](https://redirect.github.com/cloudflare/circl/pull/514)
- repo: Some fixes reported by CodeQL by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/515](https://redirect.github.com/cloudflare/circl/pull/515)
- Add ML-DSA (FIPS204) by
[@&#8203;bwesterb](https://redirect.github.com/bwesterb) in
[https://github.com/cloudflare/circl/pull/480](https://redirect.github.com/cloudflare/circl/pull/480)
- sign/mldsa: Add test for ML-DSA signature verification. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/517](https://redirect.github.com/cloudflare/circl/pull/517)
- Release v1.5.0 by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/518](https://redirect.github.com/cloudflare/circl/pull/518)

##### New Contributors

-
[@&#8203;hrushikeshdeshpande](https://redirect.github.com/hrushikeshdeshpande)
made their first contribution in
[https://github.com/cloudflare/circl/pull/514](https://redirect.github.com/cloudflare/circl/pull/514)

**Full Changelog**:
https://github.com/cloudflare/circl/compare/v1.4.0...v1.5.0

###
[`v1.4.0`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.4.0):
CIRCL v1.4.0

[Compare
Source](https://redirect.github.com/cloudflare/circl/compare/v1.3.9...v1.4.0)

### CIRCL v1.4.0

##### Changes

New: ML-KEM compatible with FIPS-203.

##### Commit History

- eddilithium3: fix typos by
[@&#8203;bwesterb](https://redirect.github.com/bwesterb) in
[https://github.com/cloudflare/circl/pull/503](https://redirect.github.com/cloudflare/circl/pull/503)
- Add ML-KEM (FIPS 203). by
[@&#8203;bwesterb](https://redirect.github.com/bwesterb) in
[https://github.com/cloudflare/circl/pull/470](https://redirect.github.com/cloudflare/circl/pull/470)
- Add ML-KEM decapsulation key check. by
[@&#8203;bwesterb](https://redirect.github.com/bwesterb) in
[https://github.com/cloudflare/circl/pull/507](https://redirect.github.com/cloudflare/circl/pull/507)
- Preparing for release v1.4.0 by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/508](https://redirect.github.com/cloudflare/circl/pull/508)

**Full Changelog**:
https://github.com/cloudflare/circl/compare/v1.3.9...v1.4.0

###
[`v1.3.9`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.3.9):
CIRCL v1.3.9

[Compare
Source](https://redirect.github.com/cloudflare/circl/compare/v1.3.8...v1.3.9)

#### CIRCL v1.3.9

##### Changes:

-   Fix bug on BLS12381 decoding elements.

##### Commit History

- dilithium: fix typo by
[@&#8203;bwesterb](https://redirect.github.com/bwesterb) in
[https://github.com/cloudflare/circl/pull/498](https://redirect.github.com/cloudflare/circl/pull/498)
- bls12381: Detects invalid prefix in G1 and G2 serialized elements by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/500](https://redirect.github.com/cloudflare/circl/pull/500)
- Preparing CIRCL release v1.3.9 by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/501](https://redirect.github.com/cloudflare/circl/pull/501)

**Full Changelog**:
https://github.com/cloudflare/circl/compare/v1.3.8...v1.3.9

###
[`v1.3.8`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.3.8):
CIRCL v1.3.8

[Compare
Source](https://redirect.github.com/cloudflare/circl/compare/v1.3.7...v1.3.8)

### CIRCL v1.3.8

#### New

-   BLS Signatures on top of BLS12-381.
-   Adopt faster squaring in pairings.
-   BlindRSA compliant with RFC9474.
- (Verifiable) Secret Sharing compatible with the Group interface
(elliptic curves).

#### Notice

- Update on cpabe/tkn20 ciphertexts, read more at
https://github.com/cloudflare/circl/wiki/tkn20-Ciphertext-Format-(v1.3.8)

##### What's Changed

- Implement Granger-Scott faster squaring in the cyclotomic subgroup. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/449](https://redirect.github.com/cloudflare/circl/pull/449)
- Updates avo and CIRCL's own dependency. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/474](https://redirect.github.com/cloudflare/circl/pull/474)
- Updating documentation for OPRF package. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/475](https://redirect.github.com/cloudflare/circl/pull/475)
- group: removes order method from group interface by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/356](https://redirect.github.com/cloudflare/circl/pull/356)
- zk/dleq: Adding DLEQ proofs for Qn, the subgroup of squares in
(Z/nZ)\* by [@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/451](https://redirect.github.com/cloudflare/circl/pull/451)
- Reduce x/crypto and x/sys versions to match Go 1.21 by
[@&#8203;Lekensteyn](https://redirect.github.com/Lekensteyn) in
[https://github.com/cloudflare/circl/pull/476](https://redirect.github.com/cloudflare/circl/pull/476)
- Bump GitHub Actions versions and use Go 1.22 and 1.21 by
[@&#8203;Lekensteyn](https://redirect.github.com/Lekensteyn) in
[https://github.com/cloudflare/circl/pull/477](https://redirect.github.com/cloudflare/circl/pull/477)
- Adding rule for constant values by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/478](https://redirect.github.com/cloudflare/circl/pull/478)
- Add BLS signatures over BLS12-381 by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/446](https://redirect.github.com/cloudflare/circl/pull/446)
- group: Implements Shamir and Feldman secret sharing. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/348](https://redirect.github.com/cloudflare/circl/pull/348)
- blindrsa: add support for all variants of RFC9474 by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/479](https://redirect.github.com/cloudflare/circl/pull/479)
- Explicitly installs Go with version before CodeQL analysis. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/481](https://redirect.github.com/cloudflare/circl/pull/481)
- Bumps golangci-lint action by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/485](https://redirect.github.com/cloudflare/circl/pull/485)
- ecc/bls12381: Ensures pairing operations don't overwrite their input
by [@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/494](https://redirect.github.com/cloudflare/circl/pull/494)
- Align to the `purego` build tag, removing `noasm` build tag by
[@&#8203;mattyclarkson](https://redirect.github.com/mattyclarkson) in
[https://github.com/cloudflare/circl/pull/492](https://redirect.github.com/cloudflare/circl/pull/492)
- cpabe: Serializing ciphertext with 32-bit prefixes. by
[@&#8203;armfazh](https://redirect.github.com/armfazh) in
[https://github.com/cloudflare/circl/pull/490](https://redirect.github.com/cloudflare/circl/pull/490)

##### New Contributors

- [@&#8203;mattyclarkson](https://redirect.github.com/mattyclarkson)
made their first contribution in
[https://github.com/cloudflare/circl/pull/492](https://redirect.github.com/cloudflare/circl/pull/492)

**Full Changelog**:
https://github.com/cloudflare/circl/compare/v1.3.7...v1.3.8

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-17 11:30:26 +01:00
..
attribute Performance improvements for attribute value AsStringSlice, AsFloat64Slice, AsInt64Slice, AsBoolSlice (#6011) 2024-12-03 09:46:16 +01:00
baggage [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
global fix(deps): update module github.com/stretchr/testify to v1.10.0 (#6000) 2024-11-23 07:49:00 -08:00
internaltest [chore]: enable int-conversion rule of perfsprint (#5964) 2024-11-14 19:17:37 +01:00
matchers [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
shared [chore]: enable all rules of perfsprint (#5978) 2024-11-18 10:04:50 +01:00
tools chore(deps): update module github.com/cloudflare/circl to v1.5.0 (#6063) 2024-12-17 11:30:26 +01:00
gen.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
rawhelpers.go Fix gosec overflow alerts (#5799) 2024-09-13 09:11:50 +02:00