Skip to content

build(deps): bump github.com/consensys/gnark-crypto from 0.4.1-0.2021… #203

build(deps): bump github.com/consensys/gnark-crypto from 0.4.1-0.2021…

build(deps): bump github.com/consensys/gnark-crypto from 0.4.1-0.2021… #203

Triggered via push November 9, 2023 02:19
Status Failure
Total duration 46s
Artifacts

commit-lint.yml

on: push
Matrix: commitlint
Fit to window
Zoom out
Zoom in

Annotations

1 error
commitlint (14.x, ubuntu-latest)
You have commit messages with errors ⧗ input: build(deps): bump github.com/consensys/gnark-crypto from 0.4.1-0.20210426202927-39ac3d4b3f1f to 0.12.1 (#64) Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.4.1-0.20210426202927-39ac3d4b3f1f to 0.12.1. <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.1</h2> <h2>What's Changed</h2> <ul> <li>fix: GLV exponentiation in GT with large exponents by <a href="https://github.com/ThomasPiellard"><code>@​ThomasPiellard</code></a> in <a href="https://redirect.github.com/Consensys/gnark-crypto/pull/451">Consensys/gnark-crypto#451</a> <a href="https://github.com/Consensys/gnark-crypto/security/advisories/GHSA-pffg-92cg-xf5c">Security Advisory</a></li> <li>feat: kzg extended transcript by <a href="https://github.com/ThomasPiellard"><code>@​ThomasPiellard</code></a> in <a href="https://redirect.github.com/Consensys/gnark-crypto/pull/452">Consensys/gnark-crypto#452</a></li> <li>perf(fft): introduce cache efficient bit reverse shuffling by <a href="https://github.com/gbotrel"><code>@​gbotrel</code></a> in <a href="https://redirect.github.com/Consensys/gnark-crypto/pull/446">Consensys/gnark-crypto#446</a></li> <li>perf: Improve performance of point equality checks by <a href="https://github.com/jsign"><code>@​jsign</code></a> in <a href="https://redirect.github.com/Consensys/gnark-crypto/pull/450">Consensys/gnark-crypto#450</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Consensys/gnark-crypto/compare/v0.12.0...v0.12.1">https://github.com/Consensys/gnark-crypto/compare/v0.12.0...v0.12.1</a></p> <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/jtragli