Skip to content

Commit a1e76b4

Browse files
chore: Bump github.com/consensys/gnark-crypto from 0.10.0 to 0.12.0 (#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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2b81e5 commit a1e76b4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require github.com/ethereum/go-ethereum v1.13.3
77
require (
88
github.com/Microsoft/go-winio v0.6.1 // indirect
99
github.com/StackExchange/wmi v1.2.1 // indirect
10-
github.com/bits-and-blooms/bitset v1.5.0 // indirect
10+
github.com/bits-and-blooms/bitset v1.7.0 // indirect
1111
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
1212
github.com/consensys/bavard v0.1.13 // indirect
13-
github.com/consensys/gnark-crypto v0.10.0 // indirect
13+
github.com/consensys/gnark-crypto v0.12.0 // indirect
1414
github.com/crate-crypto/go-kzg-4844 v0.3.0 // indirect
1515
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
1616
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect

Diff for: go.sum

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/VictoriaMetrics/fastcache v1.6.0 h1:C/3Oi3EiBCqufydp1neRZkqcwmEiuRT9c
88
github.com/VictoriaMetrics/fastcache v1.6.0/go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw=
99
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
1010
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
11-
github.com/bits-and-blooms/bitset v1.5.0 h1:NpE8frKRLGHIcEzkR+gZhiioW1+WbYV6fKwD6ZIpQT8=
12-
github.com/bits-and-blooms/bitset v1.5.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
11+
github.com/bits-and-blooms/bitset v1.7.0 h1:YjAGVd3XmtK9ktAbX8Zg2g2PwLIMjGREZJHlV4j7NEo=
12+
github.com/bits-and-blooms/bitset v1.7.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
1313
github.com/btcsuite/btcd/btcec/v2 v2.2.0 h1:fzn1qaOt32TuLjFlkzYSsBC35Q3KUjT1SwPxiMSCF5k=
1414
github.com/btcsuite/btcd/btcec/v2 v2.2.0/go.mod h1:U7MHm051Al6XmscBQ0BoNydpOTsFAn707034b5nY8zU=
1515
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
@@ -32,8 +32,8 @@ github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAK
3232
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ=
3333
github.com/consensys/bavard v0.1.13 h1:oLhMLOFGTLdlda/kma4VOJazblc7IM5y5QPd2A/YjhQ=
3434
github.com/consensys/bavard v0.1.13/go.mod h1:9ItSMtA/dXMAiL7BG6bqW2m3NdSEObYWoH223nGHukI=
35-
github.com/consensys/gnark-crypto v0.10.0 h1:zRh22SR7o4K35SoNqouS9J/TKHTyU2QWaj5ldehyXtA=
36-
github.com/consensys/gnark-crypto v0.10.0/go.mod h1:Iq/P3HHl0ElSjsg2E1gsMwhAyxnxoKK5nVyZKd+/KhU=
35+
github.com/consensys/gnark-crypto v0.12.0 h1:1OnSpOykNkUIBIBJKdhwy2p0JlW5o+Az02ICzZmvvdg=
36+
github.com/consensys/gnark-crypto v0.12.0/go.mod h1:v2Gy7L/4ZRosZ7Ivs+9SfUDr0f5UlG+EM5t7MPHiLuY=
3737
github.com/crate-crypto/go-kzg-4844 v0.3.0 h1:UBlWE0CgyFqqzTI+IFyCzA7A3Zw4iip6uzRv5NIXG0A=
3838
github.com/crate-crypto/go-kzg-4844 v0.3.0/go.mod h1:SBP7ikXEgDnUPONgm33HtuDZEDtWa3L4QtN1ocJSEQ4=
3939
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
@@ -79,8 +79,8 @@ github.com/jackpal/go-nat-pmp v1.0.2 h1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7Bd
7979
github.com/jackpal/go-nat-pmp v1.0.2/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc=
8080
github.com/klauspost/compress v1.15.15 h1:EF27CXIuDsYJ6mmvtBRlEuB2UVOqHG1tAXgZ7yIO+lw=
8181
github.com/klauspost/compress v1.15.15/go.mod h1:ZcK2JAFqKOpnBlxcLsJzYfrS9X1akm9fHZNnD9+Vo/4=
82-
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
83-
github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk=
82+
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
83+
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
8484
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
8585
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
8686
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=

0 commit comments

Comments
 (0)