Skip to content

Commit

Permalink
chore: Bump github.com/consensys/gnark-crypto from 0.10.0 to 0.12.0 (#…
Browse files Browse the repository at this point in the history
…231)

Bumps
[github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto)
from 0.10.0 to 0.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/consensys/gnark-crypto/releases">github.com/consensys/gnark-crypto's
releases</a>.</em></p>
<blockquote>
<h2>v0.12.0</h2>
<h2>What's Changed</h2>
<ul>
<li>
<p>fix malleability sig by <a
href="https://github.com/ThomasPiellard"><code>@​ThomasPiellard</code></a>
in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/449">Consensys/gnark-crypto#449</a>
<a
href="https://nvd.nist.gov/vuln/detail/CVE-2023-44273">https://nvd.nist.gov/vuln/detail/CVE-2023-44273</a></p>
</li>
<li>
<p>perf: multiexp, avoid direct coordinate access to check for zero
points by <a href="https://github.com/jsign"><code>@​jsign</code></a> in
<a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/414">Consensys/gnark-crypto#414</a></p>
</li>
<li>
<p>perf: edwards, improve the performance of Add, MixedAdd and IsOnCurve
by <a href="https://github.com/jsign"><code>@​jsign</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/441">Consensys/gnark-crypto#441</a></p>
</li>
<li>
<p>perf: edwards, avoid inversions in Add in extended points by <a
href="https://github.com/jsign"><code>@​jsign</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/442">Consensys/gnark-crypto#442</a></p>
</li>
<li>
<p>ci: update ci workflows by <a
href="https://github.com/gbotrel"><code>@​gbotrel</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/447">Consensys/gnark-crypto#447</a></p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Consensys/gnark-crypto/compare/v0.11.2...v0.12.0">https://github.com/Consensys/gnark-crypto/compare/v0.11.2...v0.12.0</a></p>
<h2>v0.11.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix some typos by <a
href="https://github.com/jtraglia"><code>@​jtraglia</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/394">Consensys/gnark-crypto#394</a></li>
<li>Adding testing for deserialization of G1 and G2 points by <a
href="https://github.com/asanso"><code>@​asanso</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/393">Consensys/gnark-crypto#393</a></li>
<li>Fix some implicit memory aliasing in for loops by <a
href="https://github.com/jtraglia"><code>@​jtraglia</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/395">Consensys/gnark-crypto#395</a></li>
<li>Do not XOR with zero by <a
href="https://github.com/jtraglia"><code>@​jtraglia</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/398">Consensys/gnark-crypto#398</a></li>
<li>Disable check shadowing in govet linter by <a
href="https://github.com/jtraglia"><code>@​jtraglia</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/397">Consensys/gnark-crypto#397</a></li>
<li>Add a bunch of &quot;nosec G404&quot; comments in test code by <a
href="https://github.com/jtraglia"><code>@​jtraglia</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/399">Consensys/gnark-crypto#399</a></li>
<li>Enable misspell linter &amp; fix findings by <a
href="https://github.com/jtraglia"><code>@​jtraglia</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/401">Consensys/gnark-crypto#401</a></li>
<li>Fix <code>RSis.CopyWithFreshBuffer</code> by <a
href="https://github.com/AlexandreBelling"><code>@​AlexandreBelling</code></a>
in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/402">Consensys/gnark-crypto#402</a></li>
<li>feat: Marshal [][]fr.Element by <a
href="https://github.com/Tabaie"><code>@​Tabaie</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/400">Consensys/gnark-crypto#400</a></li>
<li>Run golangci-lint on generated files by <a
href="https://github.com/jtraglia"><code>@​jtraglia</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/396">Consensys/gnark-crypto#396</a></li>
<li>docs: ConsenSys -&gt; Consensys by <a
href="https://github.com/Tabaie"><code>@​Tabaie</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/406">Consensys/gnark-crypto#406</a></li>
<li>msm: semaphore to limit CPUs + better split strategy (up to 25% perf
boost on 96cores) by <a
href="https://github.com/gbotrel"><code>@​gbotrel</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/403">Consensys/gnark-crypto#403</a></li>
<li>Feat/fold pedersen by <a
href="https://github.com/Tabaie"><code>@​Tabaie</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/407">Consensys/gnark-crypto#407</a></li>
<li>fix: do not read empty slices as nil by <a
href="https://github.com/Tabaie"><code>@​Tabaie</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/410">Consensys/gnark-crypto#410</a></li>
<li>fix: incorrect semaphore init could cause msm deadlock by <a
href="https://github.com/gbotrel"><code>@​gbotrel</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/411">Consensys/gnark-crypto#411</a></li>
<li>edwards: optimize point negation by <a
href="https://github.com/jsign"><code>@​jsign</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/413">Consensys/gnark-crypto#413</a></li>
<li>Feat/gkr custom gates by <a
href="https://github.com/Tabaie"><code>@​Tabaie</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/419">Consensys/gnark-crypto#419</a></li>
<li>perf: fast path for SIS with logTwoBound: 8, logTwoDegree: 6 by <a
href="https://github.com/gbotrel"><code>@​gbotrel</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/416">Consensys/gnark-crypto#416</a></li>
<li>feat: add WriteRawTo, UnsafeReadFrom to kzg.ProvingKey by <a
href="https://github.com/gbotrel"><code>@​gbotrel</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/422">Consensys/gnark-crypto#422</a></li>
<li>Fix/gkr eq bug by <a
href="https://github.com/Tabaie"><code>@​Tabaie</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/421">Consensys/gnark-crypto#421</a></li>
<li>feat: add AsyncReadFrom to fr.Vector and fft.Domain by <a
href="https://github.com/gbotrel"><code>@​gbotrel</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/424">Consensys/gnark-crypto#424</a></li>
<li>fix: ECDSA HashToInt bytes-bits mismatch by <a
href="https://github.com/ivokub"><code>@​ivokub</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/428">Consensys/gnark-crypto#428</a></li>
<li>Small optimization over the memory usage of MiMC by <a
href="https://github.com/AlexandreBelling"><code>@​AlexandreBelling</code></a>
in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/435">Consensys/gnark-crypto#435</a></li>
<li>perf: improve fft domain memory footprint by <a
href="https://github.com/gbotrel"><code>@​gbotrel</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/437">Consensys/gnark-crypto#437</a></li>
<li>Refactor/gkr test vectors by <a
href="https://github.com/Tabaie"><code>@​Tabaie</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/425">Consensys/gnark-crypto#425</a></li>
<li>v0.11.2 by <a
href="https://github.com/gbotrel"><code>@​gbotrel</code></a> in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/438">Consensys/gnark-crypto#438</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/asanso"><code>@​asanso</code></a> made
their first contribution in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/393">Consensys/gnark-crypto#393</a></li>
<li><a href="https://github.com/jsign"><code>@​jsign</code></a> made
their first contribution in <a
href="https://redirect.github.com/Consensys/gnark-crypto/pull/413">Consensys/gnark-crypto#413</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Consensys/gnark-crypto/compare/v0.11.1...v0.11.2">https://github.com/Consensys/gnark-crypto/compare/v0.11.1...v0.11.2</a></p>
<h2>v0.11.1</h2>
<h2>Security</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md">github.com/consensys/gnark-crypto's
changelog</a>.</em></p>
<blockquote>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h2>[v0.11.1] - 2023-07-11</h2>
<h3>Fix</h3>
<ul>
<li>ECDSA HashToInt bytes-bits mismatch (<a
href="https://redirect.github.com/ConsenSys/gnark-crypto/issues/428">#428</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h2>[v0.11.0] - 2023-05-02</h2>
<h3>Build</h3>
<ul>
<li>go generate</li>
<li>generify bn254 changes</li>
<li>generify bn254 kzg changes</li>
<li>generify marshal changes</li>
<li>generify bn254 kzg changes</li>
<li>bump go1.20</li>
<li>update ci github action dependencies</li>
</ul>
<h3>Chore</h3>
<ul>
<li>PR feedback</li>
</ul>
<h3>Docs</h3>
<ul>
<li>make comments more godoc friendly</li>
<li>remove comment</li>
<li>remove DO NOT EDIT from non-autogenerated files</li>
</ul>
<h3>Feat</h3>
<ul>
<li>fix v computation in ECDSA signature (<a
href="https://redirect.github.com/ConsenSys/gnark-crypto/issues/385">#385</a>)</li>
<li>make <code>mapToCurve</code> public to allow for custom cofactor
clearing (<a
href="https://redirect.github.com/ConsenSys/gnark-crypto/issues/372">#372</a>)</li>
<li>add Double in affine coordinates</li>
<li>kzg.Vk.WriteRawTo</li>
<li>bn254 encoder to support uint64 slices</li>
<li><strong>pairing:</strong> return 1 after easy part if result is
1</li>
</ul>
<h3>Fix</h3>
<ul>
<li>handle all bitmask in point deserialization</li>
<li>littleEndian -&gt; bigEndian</li>
<li>import utils</li>
<li>don't ignore multiexp error</li>
<li>minor errors</li>
<li>generation mistake</li>
<li>bn254 incorporate evals into kzg batch challenge</li>
<li><strong>kzg:</strong> nb of digests in BatchVerifyMultiPoints should
be nonzeo</li>
<li><strong>linter:</strong> ineffassign in Fpk marshal</li>
</ul>
<h3>Perf</h3>
<ul>
<li><strong>kzg:</strong> remove G2 scalar mul in single
verification</li>
</ul>
<h3>Refactor</h3>
<ul>
<li>break pedersen key into proving (committing) and verifying</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/81ffe9cbd19c7fa6899c97a5ac7b3ec14b30ac06"><code>81ffe9c</code></a>
Merge pull request <a
href="https://redirect.github.com/consensys/gnark-crypto/issues/449">#449</a>
from Consensys/fix/malleability_sig</li>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/4719f0a857ca4eca193e89603ab6b6061ed12bea"><code>4719f0a</code></a>
chore: generate</li>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/015c708b012b1a2448d5dc230b5228b62369cc11"><code>015c708</code></a>
test: ensure the test path is taken</li>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/64de55ee719de25b7f4142f25462c5c309eb308e"><code>64de55e</code></a>
chore: generate</li>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/4c8d1aa3d05082eb407cb3b00cf6e10f6acede32"><code>4c8d1aa</code></a>
refactor: make marshal errors private</li>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/666b963da3399074c7e9e80cfa0f37aebdb4fdbe"><code>666b963</code></a>
chore: generate</li>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/f6e00f83e40cc0351764791bf498cdcea118c9e6"><code>f6e00f8</code></a>
chore: use *big.Int (convention)</li>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/045e2564545cbcf6694f690cd5565985d17321f3"><code>045e256</code></a>
chore: generate</li>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/14d20d56850054cfa9985889cb0ae5e1c3f8e59d"><code>14d20d5</code></a>
fix: remove test that signature value R.X == 0</li>
<li><a
href="https://github.com/Consensys/gnark-crypto/commit/44c64cd951a395c6e006b8e25596d8acce7b1bf8"><code>44c64cd</code></a>
fix: check EdDSA signature values not zero</li>
<li>Additional commits viewable in <a
href="https://github.com/consensys/gnark-crypto/compare/v0.10.0...v0.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/consensys/gnark-crypto&package-manager=go_modules&previous-version=0.10.0&new-version=0.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/celestiaorg/blobstream-contracts/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent b2b81e5 commit a1e76b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ require github.com/ethereum/go-ethereum v1.13.3
require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/bits-and-blooms/bitset v1.5.0 // indirect
github.com/bits-and-blooms/bitset v1.7.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/consensys/gnark-crypto v0.10.0 // indirect
github.com/consensys/gnark-crypto v0.12.0 // indirect
github.com/crate-crypto/go-kzg-4844 v0.3.0 // indirect
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/VictoriaMetrics/fastcache v1.6.0 h1:C/3Oi3EiBCqufydp1neRZkqcwmEiuRT9c
github.com/VictoriaMetrics/fastcache v1.6.0/go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bits-and-blooms/bitset v1.5.0 h1:NpE8frKRLGHIcEzkR+gZhiioW1+WbYV6fKwD6ZIpQT8=
github.com/bits-and-blooms/bitset v1.5.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
github.com/bits-and-blooms/bitset v1.7.0 h1:YjAGVd3XmtK9ktAbX8Zg2g2PwLIMjGREZJHlV4j7NEo=
github.com/bits-and-blooms/bitset v1.7.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
github.com/btcsuite/btcd/btcec/v2 v2.2.0 h1:fzn1qaOt32TuLjFlkzYSsBC35Q3KUjT1SwPxiMSCF5k=
github.com/btcsuite/btcd/btcec/v2 v2.2.0/go.mod h1:U7MHm051Al6XmscBQ0BoNydpOTsFAn707034b5nY8zU=
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
Expand All @@ -32,8 +32,8 @@ github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAK
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ=
github.com/consensys/bavard v0.1.13 h1:oLhMLOFGTLdlda/kma4VOJazblc7IM5y5QPd2A/YjhQ=
github.com/consensys/bavard v0.1.13/go.mod h1:9ItSMtA/dXMAiL7BG6bqW2m3NdSEObYWoH223nGHukI=
github.com/consensys/gnark-crypto v0.10.0 h1:zRh22SR7o4K35SoNqouS9J/TKHTyU2QWaj5ldehyXtA=
github.com/consensys/gnark-crypto v0.10.0/go.mod h1:Iq/P3HHl0ElSjsg2E1gsMwhAyxnxoKK5nVyZKd+/KhU=
github.com/consensys/gnark-crypto v0.12.0 h1:1OnSpOykNkUIBIBJKdhwy2p0JlW5o+Az02ICzZmvvdg=
github.com/consensys/gnark-crypto v0.12.0/go.mod h1:v2Gy7L/4ZRosZ7Ivs+9SfUDr0f5UlG+EM5t7MPHiLuY=
github.com/crate-crypto/go-kzg-4844 v0.3.0 h1:UBlWE0CgyFqqzTI+IFyCzA7A3Zw4iip6uzRv5NIXG0A=
github.com/crate-crypto/go-kzg-4844 v0.3.0/go.mod h1:SBP7ikXEgDnUPONgm33HtuDZEDtWa3L4QtN1ocJSEQ4=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down Expand Up @@ -79,8 +79,8 @@ github.com/jackpal/go-nat-pmp v1.0.2 h1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7Bd
github.com/jackpal/go-nat-pmp v1.0.2/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc=
github.com/klauspost/compress v1.15.15 h1:EF27CXIuDsYJ6mmvtBRlEuB2UVOqHG1tAXgZ7yIO+lw=
github.com/klauspost/compress v1.15.15/go.mod h1:ZcK2JAFqKOpnBlxcLsJzYfrS9X1akm9fHZNnD9+Vo/4=
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
Expand Down

0 comments on commit a1e76b4

Please sign in to comment.