cunicu / go-rosenpass

A port of Rosenpass post-quantum key-exchange protocol to Go.
Apache License 2.0
18 stars 1 forks source link

fix(deps): update module github.com/cloudflare/circl to v1.4.0 #170

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cloudflare/circl v1.3.3 -> v1.4.0 age adoption passing confidence

Release Notes

cloudflare/circl (github.com/cloudflare/circl) ### [`v1.4.0`](https://togithub.com/cloudflare/circl/releases/tag/v1.4.0): CIRCL v1.4.0 [Compare Source](https://togithub.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 [@​bwesterb](https://togithub.com/bwesterb) in [https://github.com/cloudflare/circl/pull/503](https://togithub.com/cloudflare/circl/pull/503) - Add ML-KEM (FIPS 203). by [@​bwesterb](https://togithub.com/bwesterb) in [https://github.com/cloudflare/circl/pull/470](https://togithub.com/cloudflare/circl/pull/470) - Add ML-KEM decapsulation key check. by [@​bwesterb](https://togithub.com/bwesterb) in [https://github.com/cloudflare/circl/pull/507](https://togithub.com/cloudflare/circl/pull/507) - Preparing for release v1.4.0 by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/508](https://togithub.com/cloudflare/circl/pull/508) **Full Changelog**: https://github.com/cloudflare/circl/compare/v1.3.9...v1.4.0 ### [`v1.3.9`](https://togithub.com/cloudflare/circl/releases/tag/v1.3.9): CIRCL v1.3.9 [Compare Source](https://togithub.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 [@​bwesterb](https://togithub.com/bwesterb) in [https://github.com/cloudflare/circl/pull/498](https://togithub.com/cloudflare/circl/pull/498) - bls12381: Detects invalid prefix in G1 and G2 serialized elements by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/500](https://togithub.com/cloudflare/circl/pull/500) - Preparing CIRCL release v1.3.9 by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/501](https://togithub.com/cloudflare/circl/pull/501) **Full Changelog**: https://github.com/cloudflare/circl/compare/v1.3.8...v1.3.9 ### [`v1.3.8`](https://togithub.com/cloudflare/circl/releases/tag/v1.3.8): CIRCL v1.3.8 [Compare Source](https://togithub.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 [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/449](https://togithub.com/cloudflare/circl/pull/449) - Updates avo and CIRCL's own dependency. by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/474](https://togithub.com/cloudflare/circl/pull/474) - Updating documentation for OPRF package. by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/475](https://togithub.com/cloudflare/circl/pull/475) - group: removes order method from group interface by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/356](https://togithub.com/cloudflare/circl/pull/356) - zk/dleq: Adding DLEQ proofs for Qn, the subgroup of squares in (Z/nZ)\* by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/451](https://togithub.com/cloudflare/circl/pull/451) - Reduce x/crypto and x/sys versions to match Go 1.21 by [@​Lekensteyn](https://togithub.com/Lekensteyn) in [https://github.com/cloudflare/circl/pull/476](https://togithub.com/cloudflare/circl/pull/476) - Bump GitHub Actions versions and use Go 1.22 and 1.21 by [@​Lekensteyn](https://togithub.com/Lekensteyn) in [https://github.com/cloudflare/circl/pull/477](https://togithub.com/cloudflare/circl/pull/477) - Adding rule for constant values by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/478](https://togithub.com/cloudflare/circl/pull/478) - Add BLS signatures over BLS12-381 by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/446](https://togithub.com/cloudflare/circl/pull/446) - group: Implements Shamir and Feldman secret sharing. by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/348](https://togithub.com/cloudflare/circl/pull/348) - blindrsa: add support for all variants of RFC9474 by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/479](https://togithub.com/cloudflare/circl/pull/479) - Explicitly installs Go with version before CodeQL analysis. by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/481](https://togithub.com/cloudflare/circl/pull/481) - Bumps golangci-lint action by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/485](https://togithub.com/cloudflare/circl/pull/485) - ecc/bls12381: Ensures pairing operations don't overwrite their input by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/494](https://togithub.com/cloudflare/circl/pull/494) - Align to the `purego` build tag, removing `noasm` build tag by [@​mattyclarkson](https://togithub.com/mattyclarkson) in [https://github.com/cloudflare/circl/pull/492](https://togithub.com/cloudflare/circl/pull/492) - cpabe: Serializing ciphertext with 32-bit prefixes. by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/490](https://togithub.com/cloudflare/circl/pull/490) ##### New Contributors - [@​mattyclarkson](https://togithub.com/mattyclarkson) made their first contribution in [https://github.com/cloudflare/circl/pull/492](https://togithub.com/cloudflare/circl/pull/492) **Full Changelog**: https://github.com/cloudflare/circl/compare/v1.3.7...v1.3.8 ### [`v1.3.7`](https://togithub.com/cloudflare/circl/releases/tag/v1.3.7): CIRCL v1.3.7 [Compare Source](https://togithub.com/cloudflare/circl/compare/v1.3.6...v1.3.7) #### CIRCL v1.3.7 ##### What's Changed - build(deps): bump golang.org/x/crypto from 0.3.1-0.20221117191849-2c476679df9a to 0.17.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudflare/circl/pull/467](https://togithub.com/cloudflare/circl/pull/467) - kyber: remove division by q in ciphertext compression by [@​bwesterb](https://togithub.com/bwesterb) in [https://github.com/cloudflare/circl/pull/468](https://togithub.com/cloudflare/circl/pull/468) - Releasing CIRCL v1.3.7 by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/469](https://togithub.com/cloudflare/circl/pull/469) ##### New Contributors - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/cloudflare/circl/pull/467](https://togithub.com/cloudflare/circl/pull/467) **Full Changelog**: https://github.com/cloudflare/circl/compare/v1.3.6...v1.3.7 ### [`v1.3.6`](https://togithub.com/cloudflare/circl/releases/tag/v1.3.6): CIRCL v1.3.6 [Compare Source](https://togithub.com/cloudflare/circl/compare/v1.3.5...v1.3.6) #### CIRCL v1.3.6 ##### What's Changed - internal: add TurboShake{128,256} by [@​bwesterb](https://togithub.com/bwesterb) in [https://github.com/cloudflare/circl/pull/430](https://togithub.com/cloudflare/circl/pull/430) - Kangaroo12 draft -10 by [@​bwesterb](https://togithub.com/bwesterb) in [https://github.com/cloudflare/circl/pull/431](https://togithub.com/cloudflare/circl/pull/431) - Add K12 as XOF by [@​bwesterb](https://togithub.com/bwesterb) in [https://github.com/cloudflare/circl/pull/437](https://togithub.com/cloudflare/circl/pull/437) - xof/k12: Fix a typo in the package documentation by [@​cjpatton](https://togithub.com/cjpatton) in [https://github.com/cloudflare/circl/pull/438](https://togithub.com/cloudflare/circl/pull/438) - Set CIRCL version for generated assembler code. by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/440](https://togithub.com/cloudflare/circl/pull/440) - Add tkn20 benchmarks by [@​tanyav2](https://togithub.com/tanyav2) in [https://github.com/cloudflare/circl/pull/442](https://togithub.com/cloudflare/circl/pull/442) - Add partially blind RSA implementation by [@​chris-wood](https://togithub.com/chris-wood) in [https://github.com/cloudflare/circl/pull/445](https://togithub.com/cloudflare/circl/pull/445) - Update doc.go by [@​nadimkobeissi](https://togithub.com/nadimkobeissi) in [https://github.com/cloudflare/circl/pull/447](https://togithub.com/cloudflare/circl/pull/447) - tss/rsa: key generation for threshold RSA (safe primes) by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/450](https://togithub.com/cloudflare/circl/pull/450) - Bumping Go version for CI jobs. by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/457](https://togithub.com/cloudflare/circl/pull/457) - Spelling by [@​jsoref](https://togithub.com/jsoref) in [https://github.com/cloudflare/circl/pull/456](https://togithub.com/cloudflare/circl/pull/456) - blindrsa: updating blindrsa to be compliant with RFC9474 by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/464](https://togithub.com/cloudflare/circl/pull/464) - Releasing CIRCL v1.3.6 by [@​armfazh](https://togithub.com/armfazh) in [https://github.com/cloudflare/circl/pull/465](https://togithub.com/cloudflare/circl/pull/465) ##### New Contributors - [@​nadimkobeissi](https://togithub.com/nadimkobeissi) made their first contribution in [https://github.com/cloudflare/circl/pull/447](https://togithub.com/cloudflare/circl/pull/447) - [@​jsoref](https://togithub.com/jsoref) made their first contribution in [https://github.com/cloudflare/circl/pull/456](https://togithub.com/cloudflare/circl/pull/456) **Full Changelog**: https://github.com/cloudflare/circl/compare/v1.3.3...v1.3.6 ### [`v1.3.5`](https://togithub.com/cloudflare/circl/compare/v1.3.4...v1.3.5) [Compare Source](https://togithub.com/cloudflare/circl/compare/v1.3.4...v1.3.5) ### [`v1.3.4`](https://togithub.com/cloudflare/circl/compare/v1.3.3...v1.3.4) [Compare Source](https://togithub.com/cloudflare/circl/compare/v1.3.3...v1.3.4)

Configuration

šŸ“… Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ 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.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 weeks ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.4.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.