From 6627c9f4a18dfaaa68a82294f3ad3af33357c25a Mon Sep 17 00:00:00 2001 From: Gautam Botrel Date: Tue, 10 Dec 2024 13:29:02 -0600 Subject: [PATCH 1/2] docs: fix non generated headers --- .chglog/config.yml | 2 +- CHANGELOG.md | 678 +++++++++--------- CITATION.bib | 2 +- README.md | 46 +- ecc/bls12-377/fp/element_amd64.s | 2 +- ecc/bls12-377/fp/element_utils.go | 15 +- ecc/bls12-377/fr/element_amd64.s | 2 +- ecc/bls12-377/fr/gkr/gkr_test.go | 2 +- ecc/bls12-377/fr/pedersen/pedersen.go | 6 +- ecc/bls12-377/fr/sis/sis.go | 15 +- ecc/bls12-377/fr/sis/sis_test.go | 15 +- ecc/bls12-377/internal/fptower/e2_amd64.s | 2 +- ecc/bls12-377/internal/fptower/e2_bls377.go | 15 +- ecc/bls12-377/internal/fptower/frobenius.go | 15 +- ecc/bls12-377/internal/fptower/parameters.go | 15 +- ecc/bls12-377/multiexp_affine.go | 4 +- ecc/bls12-377/pairing.go | 15 +- ecc/bls12-381/fp/element_amd64.s | 2 +- ecc/bls12-381/fr/element_amd64.s | 2 +- ecc/bls12-381/fr/gkr/gkr_test.go | 2 +- ecc/bls12-381/fr/pedersen/pedersen.go | 6 +- ecc/bls12-381/internal/fptower/e2_amd64.s | 2 +- ecc/bls12-381/internal/fptower/e2_bls381.go | 15 +- .../internal/fptower/e2_bls381_fallback.go | 15 +- ecc/bls12-381/internal/fptower/frobenius.go | 15 +- ecc/bls12-381/internal/fptower/parameters.go | 15 +- ecc/bls12-381/multiexp_affine.go | 4 +- ecc/bls12-381/pairing.go | 15 +- ecc/bls24-315/fp/element_amd64.s | 2 +- ecc/bls24-315/fr/element_amd64.s | 2 +- ecc/bls24-315/fr/gkr/gkr_test.go | 2 +- ecc/bls24-315/fr/pedersen/pedersen.go | 6 +- ecc/bls24-315/hash_to_g2.go | 15 +- ecc/bls24-315/internal/fptower/asm.go | 15 +- ecc/bls24-315/internal/fptower/asm_noadx.go | 15 +- ecc/bls24-315/internal/fptower/e12.go | 15 +- ecc/bls24-315/internal/fptower/e12_test.go | 15 +- ecc/bls24-315/internal/fptower/e2.go | 15 +- ecc/bls24-315/internal/fptower/e24.go | 15 +- ecc/bls24-315/internal/fptower/e24_test.go | 15 +- ecc/bls24-315/internal/fptower/e2_amd64.go | 15 +- ecc/bls24-315/internal/fptower/e2_amd64.s | 15 +- ecc/bls24-315/internal/fptower/e2_bls315.go | 15 +- .../internal/fptower/e2_bls315_fallback.go | 15 +- ecc/bls24-315/internal/fptower/e2_fallback.go | 15 +- ecc/bls24-315/internal/fptower/e2_test.go | 15 +- ecc/bls24-315/internal/fptower/e4.go | 15 +- ecc/bls24-315/internal/fptower/e4_bls315.go | 15 +- ecc/bls24-315/internal/fptower/e4_test.go | 15 +- ecc/bls24-315/internal/fptower/frobenius.go | 15 +- ecc/bls24-315/internal/fptower/parameters.go | 15 +- ecc/bls24-315/multiexp_affine.go | 4 +- ecc/bls24-315/pairing.go | 15 +- ecc/bls24-317/fp/element_amd64.s | 2 +- ecc/bls24-317/fr/element_amd64.s | 2 +- ecc/bls24-317/fr/gkr/gkr_test.go | 2 +- ecc/bls24-317/fr/pedersen/pedersen.go | 6 +- ecc/bls24-317/hash_to_g2.go | 15 +- ecc/bls24-317/internal/fptower/asm.go | 15 +- ecc/bls24-317/internal/fptower/asm_noadx.go | 15 +- ecc/bls24-317/internal/fptower/e12.go | 15 +- ecc/bls24-317/internal/fptower/e12_test.go | 15 +- ecc/bls24-317/internal/fptower/e2.go | 15 +- ecc/bls24-317/internal/fptower/e24.go | 15 +- ecc/bls24-317/internal/fptower/e24_test.go | 15 +- ecc/bls24-317/internal/fptower/e2_amd64.go | 15 +- ecc/bls24-317/internal/fptower/e2_amd64.s | 15 +- ecc/bls24-317/internal/fptower/e2_bls317.go | 15 +- ecc/bls24-317/internal/fptower/e2_fallback.go | 15 +- ecc/bls24-317/internal/fptower/e2_test.go | 15 +- ecc/bls24-317/internal/fptower/e4.go | 15 +- ecc/bls24-317/internal/fptower/e4_bls315.go | 15 +- ecc/bls24-317/internal/fptower/e4_test.go | 15 +- ecc/bls24-317/internal/fptower/frobenius.go | 15 +- ecc/bls24-317/internal/fptower/parameters.go | 15 +- ecc/bls24-317/multiexp_affine.go | 4 +- ecc/bls24-317/pairing.go | 15 +- ecc/bn254/bn254.go | 15 +- ecc/bn254/fp/element_amd64.s | 2 +- ecc/bn254/fr/element_amd64.s | 2 +- ecc/bn254/fr/gkr/gkr_test.go | 2 +- ecc/bn254/fr/pedersen/pedersen.go | 6 +- ecc/bn254/fr/sis/sis.go | 15 +- ecc/bn254/fr/sis/sis_test.go | 15 +- ecc/bn254/fr/tensor-commitment/commitment.go | 15 +- .../fr/tensor-commitment/commitment_test.go | 15 +- ecc/bn254/internal/fptower/e2_amd64.s | 2 +- ecc/bn254/internal/fptower/e2_bn254.go | 15 +- .../internal/fptower/e2_bn254_fallback.go | 15 +- ecc/bn254/internal/fptower/frobenius.go | 15 +- ecc/bn254/internal/fptower/parameters.go | 15 +- ecc/bn254/multiexp_affine.go | 4 +- ecc/bn254/pairing.go | 15 +- ecc/bw6-633/fp/bw6_utils.go | 15 +- ecc/bw6-633/fp/element_amd64.s | 2 +- ecc/bw6-633/fr/element_amd64.s | 2 +- ecc/bw6-633/fr/gkr/gkr_test.go | 2 +- ecc/bw6-633/fr/pedersen/pedersen.go | 6 +- ecc/bw6-633/internal/fptower/e3.go | 13 +- ecc/bw6-633/internal/fptower/e6.go | 15 +- ecc/bw6-633/internal/fptower/e6_test.go | 15 +- ecc/bw6-633/internal/fptower/frobenius.go | 15 +- ecc/bw6-633/internal/fptower/parameters.go | 15 +- ecc/bw6-633/multiexp_affine.go | 4 +- ecc/bw6-633/pairing.go | 15 +- ecc/bw6-761/fp/bw6_utils.go | 15 +- ecc/bw6-761/fp/element_amd64.s | 2 +- ecc/bw6-761/fr/element_amd64.s | 2 +- ecc/bw6-761/fr/gkr/gkr_test.go | 2 +- ecc/bw6-761/fr/pedersen/pedersen.go | 6 +- ecc/bw6-761/internal/fptower/e3.go | 13 +- ecc/bw6-761/internal/fptower/e6.go | 15 +- ecc/bw6-761/internal/fptower/e6_test.go | 15 +- ecc/bw6-761/internal/fptower/frobenius.go | 15 +- ecc/bw6-761/internal/fptower/parameters.go | 15 +- ecc/bw6-761/multiexp_affine.go | 4 +- ecc/ecc.go | 17 +- ecc/secp256k1/marshal.go | 15 +- ecc/secp256k1/marshal_test.go | 15 +- ecc/secp256k1/multiexp_affine.go | 2 +- ecc/secp256k1/secp256k1.go | 15 +- ecc/stark-curve/fp/element_amd64.s | 2 +- ecc/stark-curve/fr/element_amd64.s | 2 +- ecc/stark-curve/g1.go | 15 +- ecc/stark-curve/g1_test.go | 15 +- ecc/stark-curve/hash_to_g1.go | 15 +- ecc/stark-curve/hash_to_g1_test.go | 20 +- ecc/stark-curve/marshal.go | 15 +- ecc/stark-curve/marshal_test.go | 15 +- ecc/stark-curve/stark_curve.go | 15 +- fiat-shamir/transcript.go | 15 +- fiat-shamir/transcript_test.go | 15 +- field/asm/element_10w_amd64.s | 2 +- field/asm/element_12w_amd64.s | 2 +- field/asm/element_4w_amd64.s | 2 +- field/asm/element_5w_amd64.s | 2 +- field/asm/element_6w_amd64.s | 2 +- field/babybear/arith.go | 15 +- field/generator/asm/amd64/asm_macros.go | 15 +- field/generator/asm/amd64/build.go | 15 +- .../generator/asm/amd64/element_butterfly.go | 15 +- field/generator/asm/amd64/element_frommont.go | 17 +- field/generator/asm/amd64/element_mul.go | 19 +- .../asm/amd64/element_mul_constants.go | 15 +- field/generator/asm/amd64/element_reduce.go | 15 +- field/generator/asm/amd64/element_vec.go | 15 +- field/generator/asm/arm64/element_mul.go | 15 +- field/generator/config/field_config.go | 15 +- field/generator/generator_test.go | 15 +- field/goff/cmd/errors.go | 15 +- field/goff/cmd/root.go | 15 +- field/goff/cmd/version.go | 15 +- field/goff/main.go | 15 +- field/koalabear/arith.go | 15 +- field/pool/pool.go | 2 +- hash/hashes.go | 15 +- .../ecc/template/multiexp_affine.go.tmpl | 2 +- .../generator/gkr/template/gkr.test.go.tmpl | 2 +- .../pedersen/template/pedersen.go.tmpl | 10 +- internal/generator/tower/asm/amd64/e2.go | 17 +- .../generator/tower/asm/amd64/e2_bls381.go | 15 +- .../generator/tower/asm/amd64/e2_bn254.go | 15 +- signature/ecdsa/ecdsa.go | 17 +- signature/eddsa/eddsa.go | 17 +- signature/signature.go | 17 +- 165 files changed, 668 insertions(+), 1892 deletions(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index 2df0aa33e7..bce9ec4957 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -2,7 +2,7 @@ style: github template: CHANGELOG.tpl.md info: title: CHANGELOG - repository_url: https://github.com/ConsenSys/gnark-crypto + repository_url: https://github.com/Consensys/gnark-crypto options: commits: # filters: diff --git a/CHANGELOG.md b/CHANGELOG.md index 50700990dc..9cfa5d42ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ ## [v0.14.0] - 2024-09-03 ### Build -- update runner and go version ([#531](https://github.com/ConsenSys/gnark-crypto/issues/531)) +- update runner and go version ([#531](https://github.com/Consensys/gnark-crypto/issues/531)) - generify g2.go changes - generify pedersen_test.go changes - generify pedersen.go changes ### Chore -- fix some function names ([#526](https://github.com/ConsenSys/gnark-crypto/issues/526)) +- fix some function names ([#526](https://github.com/Consensys/gnark-crypto/issues/526)) - go generate - go generate - go generate @@ -32,11 +32,11 @@ - pedersen batch verify bn254 ### Fix -- fixes [#522](https://github.com/ConsenSys/gnark-crypto/issues/522) with bound check before computing twiddles when domain has no precompute set ([#523](https://github.com/ConsenSys/gnark-crypto/issues/523)) +- fixes [#522](https://github.com/Consensys/gnark-crypto/issues/522) with bound check before computing twiddles when domain has no precompute set ([#523](https://github.com/Consensys/gnark-crypto/issues/523)) - resolve conflict around kzg ### Perf -- remove uneeded bucket init in affine coordinates fixes [#529](https://github.com/ConsenSys/gnark-crypto/issues/529) ([#530](https://github.com/ConsenSys/gnark-crypto/issues/530)) +- remove uneeded bucket init in affine coordinates fixes [#529](https://github.com/Consensys/gnark-crypto/issues/529) ([#530](https://github.com/Consensys/gnark-crypto/issues/530)) ### Refactor - variable name @@ -49,10 +49,10 @@ - fix example test ### Pull Requests -- Merge pull request [#524](https://github.com/ConsenSys/gnark-crypto/issues/524) from Consensys/refactor/bls12-MillerLoopFixed -- Merge pull request [#527](https://github.com/ConsenSys/gnark-crypto/issues/527) from Consensys/feat/pedersen-batchmultivk -- Merge pull request [#517](https://github.com/ConsenSys/gnark-crypto/issues/517) from Consensys/feat/pedersen-batch-verify -- Merge pull request [#511](https://github.com/ConsenSys/gnark-crypto/issues/511) from Consensys/docs/up-comments +- Merge pull request [#524](https://github.com/Consensys/gnark-crypto/issues/524) from Consensys/refactor/bls12-MillerLoopFixed +- Merge pull request [#527](https://github.com/Consensys/gnark-crypto/issues/527) from Consensys/feat/pedersen-batchmultivk +- Merge pull request [#517](https://github.com/Consensys/gnark-crypto/issues/517) from Consensys/feat/pedersen-batch-verify +- Merge pull request [#511](https://github.com/Consensys/gnark-crypto/issues/511) from Consensys/docs/up-comments @@ -62,20 +62,20 @@ - go generate - make recoverP internal - go generate -- **deps:** bump golang.org/x/crypto from 0.10.0 to 0.17.0 ([#473](https://github.com/ConsenSys/gnark-crypto/issues/473)) +- **deps:** bump golang.org/x/crypto from 0.10.0 to 0.17.0 ([#473](https://github.com/Consensys/gnark-crypto/issues/473)) ### Ci - new attempt to fix push to master workflow - grmpppf - add missing message field - use runner.os -- update ci workflows ([#460](https://github.com/ConsenSys/gnark-crypto/issues/460)) +- update ci workflows ([#460](https://github.com/Consensys/gnark-crypto/issues/460)) ### Doc -- update hash to curve rfc ref and impl comment ([#478](https://github.com/ConsenSys/gnark-crypto/issues/478)) +- update hash to curve rfc ref and impl comment ([#478](https://github.com/Consensys/gnark-crypto/issues/478)) ### Docs -- describe length extension attack for MiMC hash function. ([#520](https://github.com/ConsenSys/gnark-crypto/issues/520)) +- describe length extension attack for MiMC hash function. ([#520](https://github.com/Consensys/gnark-crypto/issues/520)) - fix misspelled comment - skipping inf points in PairFixedQ is implicit - **ecc:** add comment in IsOnCurve() @@ -85,12 +85,12 @@ - mathfmt doc - added some docs - fixed comment, GenFrStar -> GeneratorFullMultiplicativeGroup -- adds byteorder option in mimc `New` ([#480](https://github.com/ConsenSys/gnark-crypto/issues/480)) -- allow hashing Fiat-Shamir transcript challenge without hashing to field first ([#474](https://github.com/ConsenSys/gnark-crypto/issues/474)) +- adds byteorder option in mimc `New` ([#480](https://github.com/Consensys/gnark-crypto/issues/480)) +- allow hashing Fiat-Shamir transcript challenge without hashing to field first ([#474](https://github.com/Consensys/gnark-crypto/issues/474)) - kzg.SRS implements UnsafeReadFrom - added missing WriteRawTo method for kzg.SRS - added ecc.IDFromString() method -- wrap existing hash-to-field for implementing hash.Hash interface ([#464](https://github.com/ConsenSys/gnark-crypto/issues/464)) +- wrap existing hash-to-field for implementing hash.Hash interface ([#464](https://github.com/Consensys/gnark-crypto/issues/464)) - quick SRS is now balanced - code gen for quick srs - avoid batch scalar mul when alpha=1 bn254 @@ -100,18 +100,18 @@ - sis limb-decomposition works with log-two_bound > 8 - fixed typo - template fix -- fixes [#491](https://github.com/ConsenSys/gnark-crypto/issues/491) -- gkr add gate evaluate ([#490](https://github.com/ConsenSys/gnark-crypto/issues/490)) -- handle edge case where provided domain cardinality is 1 ([#454](https://github.com/ConsenSys/gnark-crypto/issues/454)) +- fixes [#491](https://github.com/Consensys/gnark-crypto/issues/491) +- gkr add gate evaluate ([#490](https://github.com/Consensys/gnark-crypto/issues/490)) +- handle edge case where provided domain cardinality is 1 ([#454](https://github.com/Consensys/gnark-crypto/issues/454)) - kzg template for bn254 - remove duplicate gkr template generation -- **bandersnatch:** GLV bounds + test ([#516](https://github.com/ConsenSys/gnark-crypto/issues/516)) +- **bandersnatch:** GLV bounds + test ([#516](https://github.com/Consensys/gnark-crypto/issues/516)) - **kzg:** bw6-633 vk marshal ### Perf - batchInvert 1/P.Y in fixed-arg pairing -- unsafe.WriteSlice ([#501](https://github.com/ConsenSys/gnark-crypto/issues/501)) ([#503](https://github.com/ConsenSys/gnark-crypto/issues/503)) -- add kzg.UnsafeToBytes and kzg.UnsafeFromBytes methods ([#499](https://github.com/ConsenSys/gnark-crypto/issues/499)) +- unsafe.WriteSlice ([#501](https://github.com/Consensys/gnark-crypto/issues/501)) ([#503](https://github.com/Consensys/gnark-crypto/issues/503)) +- add kzg.UnsafeToBytes and kzg.UnsafeFromBytes methods ([#499](https://github.com/Consensys/gnark-crypto/issues/499)) - specialize mul by affine lines - **bls12-377:** precomuting lines in pairing in affine - **bls12-377:** use precomputed affine lines in kzg @@ -147,10 +147,10 @@ ### Refactor - remove G1 from KZG verifiying key -- move test util package into isolated one ([#500](https://github.com/ConsenSys/gnark-crypto/issues/500)) +- move test util package into isolated one ([#500](https://github.com/Consensys/gnark-crypto/issues/500)) - remove dead ScalarMultiplicationAffine -- make pedersen vk fields public ([#488](https://github.com/ConsenSys/gnark-crypto/issues/488)) -- kzg srs template ([#475](https://github.com/ConsenSys/gnark-crypto/issues/475)) +- make pedersen vk fields public ([#488](https://github.com/Consensys/gnark-crypto/issues/488)) +- kzg srs template ([#475](https://github.com/Consensys/gnark-crypto/issues/475)) - re-introduce points in KZG verification key - apply code review suggestions - consolidate fixed-argument pairing across curves @@ -169,29 +169,29 @@ - **ecc:** benchmark affine ops ### Pull Requests -- Merge pull request [#518](https://github.com/ConsenSys/gnark-crypto/issues/518) from Consensys/fix/flaky-fri-test -- Merge pull request [#506](https://github.com/ConsenSys/gnark-crypto/issues/506) from Consensys/perf/affine-pairing -- Merge pull request [#514](https://github.com/ConsenSys/gnark-crypto/issues/514) from Consensys/refactor/bw6-conj -- Merge pull request [#512](https://github.com/ConsenSys/gnark-crypto/issues/512) from Consensys/fix/sis-issue-when-logTwoBound-larger-than-8 -- Merge pull request [#493](https://github.com/ConsenSys/gnark-crypto/issues/493) from Consensys/perf/kzg-verify -- Merge pull request [#510](https://github.com/ConsenSys/gnark-crypto/issues/510) from Consensys/perf/faster-affine-arithmetic -- Merge pull request [#509](https://github.com/ConsenSys/gnark-crypto/issues/509) from Consensys/perf/affine-arithmetic -- Merge pull request [#497](https://github.com/ConsenSys/gnark-crypto/issues/497) from Consensys/feat/ecdsa-errors -- Merge pull request [#496](https://github.com/ConsenSys/gnark-crypto/issues/496) from Consensys/sis/export-fft64 -- Merge pull request [#492](https://github.com/ConsenSys/gnark-crypto/issues/492) from Consensys/feat/gen_fr_star -- Merge pull request [#487](https://github.com/ConsenSys/gnark-crypto/issues/487) from Consensys/perf/IsOnCurve -- Merge pull request [#469](https://github.com/ConsenSys/gnark-crypto/issues/469) from Consensys/kzg/srs-vk -- Merge pull request [#466](https://github.com/ConsenSys/gnark-crypto/issues/466) from Consensys/kzg/srs -- Merge pull request [#439](https://github.com/ConsenSys/gnark-crypto/issues/439) from Consensys/fix/duplicate-gkr-gen -- Merge pull request [#465](https://github.com/ConsenSys/gnark-crypto/issues/465) from Consensys/refactor/bw6761-pairing -- Merge pull request [#459](https://github.com/ConsenSys/gnark-crypto/issues/459) from Consensys/perf/bw6-finalExp -- Merge pull request [#458](https://github.com/ConsenSys/gnark-crypto/issues/458) from Consensys/feat/kzg_dummy_srs +- Merge pull request [#518](https://github.com/Consensys/gnark-crypto/issues/518) from Consensys/fix/flaky-fri-test +- Merge pull request [#506](https://github.com/Consensys/gnark-crypto/issues/506) from Consensys/perf/affine-pairing +- Merge pull request [#514](https://github.com/Consensys/gnark-crypto/issues/514) from Consensys/refactor/bw6-conj +- Merge pull request [#512](https://github.com/Consensys/gnark-crypto/issues/512) from Consensys/fix/sis-issue-when-logTwoBound-larger-than-8 +- Merge pull request [#493](https://github.com/Consensys/gnark-crypto/issues/493) from Consensys/perf/kzg-verify +- Merge pull request [#510](https://github.com/Consensys/gnark-crypto/issues/510) from Consensys/perf/faster-affine-arithmetic +- Merge pull request [#509](https://github.com/Consensys/gnark-crypto/issues/509) from Consensys/perf/affine-arithmetic +- Merge pull request [#497](https://github.com/Consensys/gnark-crypto/issues/497) from Consensys/feat/ecdsa-errors +- Merge pull request [#496](https://github.com/Consensys/gnark-crypto/issues/496) from Consensys/sis/export-fft64 +- Merge pull request [#492](https://github.com/Consensys/gnark-crypto/issues/492) from Consensys/feat/gen_fr_star +- Merge pull request [#487](https://github.com/Consensys/gnark-crypto/issues/487) from Consensys/perf/IsOnCurve +- Merge pull request [#469](https://github.com/Consensys/gnark-crypto/issues/469) from Consensys/kzg/srs-vk +- Merge pull request [#466](https://github.com/Consensys/gnark-crypto/issues/466) from Consensys/kzg/srs +- Merge pull request [#439](https://github.com/Consensys/gnark-crypto/issues/439) from Consensys/fix/duplicate-gkr-gen +- Merge pull request [#465](https://github.com/Consensys/gnark-crypto/issues/465) from Consensys/refactor/bw6761-pairing +- Merge pull request [#459](https://github.com/Consensys/gnark-crypto/issues/459) from Consensys/perf/bw6-finalExp +- Merge pull request [#458](https://github.com/Consensys/gnark-crypto/issues/458) from Consensys/feat/kzg_dummy_srs ## [v0.12.1] - 2023-10-05 ### Clean -- remove useless snippet in mulWindowed ([#453](https://github.com/ConsenSys/gnark-crypto/issues/453)) +- remove useless snippet in mulWindowed ([#453](https://github.com/Consensys/gnark-crypto/issues/453)) ### Ecc - fix neutral elements cases @@ -214,11 +214,11 @@ - fixed ExpGLV in GT ### Perf -- **fft:** introduce cache efficient bit reverse shuffling ([#446](https://github.com/ConsenSys/gnark-crypto/issues/446)) +- **fft:** introduce cache efficient bit reverse shuffling ([#446](https://github.com/Consensys/gnark-crypto/issues/446)) ### Pull Requests -- Merge pull request [#451](https://github.com/ConsenSys/gnark-crypto/issues/451) from Consensys/fix/glv -- Merge pull request [#450](https://github.com/ConsenSys/gnark-crypto/issues/450) from jsign/jsign-eq-improv +- Merge pull request [#451](https://github.com/Consensys/gnark-crypto/issues/451) from Consensys/fix/glv +- Merge pull request [#450](https://github.com/Consensys/gnark-crypto/issues/450) from jsign/jsign-eq-improv @@ -235,10 +235,10 @@ - remove extra file ### Ci -- update ci workflows ([#447](https://github.com/ConsenSys/gnark-crypto/issues/447)) +- update ci workflows ([#447](https://github.com/Consensys/gnark-crypto/issues/447)) ### Edwards -- improve the performance of Add, MixedAdd and IsOnCurve ([#441](https://github.com/ConsenSys/gnark-crypto/issues/441)) +- improve the performance of Add, MixedAdd and IsOnCurve ([#441](https://github.com/Consensys/gnark-crypto/issues/441)) ### Feat - delete playground @@ -256,7 +256,7 @@ - fixed ambiguous unmarshalling eddsa ### Multiexp -- avoid direct coordinate access to check for zero points ([#414](https://github.com/ConsenSys/gnark-crypto/issues/414)) +- avoid direct coordinate access to check for zero points ([#414](https://github.com/Consensys/gnark-crypto/issues/414)) ### Refactor - make marshal errors private @@ -267,8 +267,8 @@ - implement malleability tests as subtests ### Pull Requests -- Merge pull request [#449](https://github.com/ConsenSys/gnark-crypto/issues/449) from Consensys/fix/malleability_sig -- Merge pull request [#442](https://github.com/ConsenSys/gnark-crypto/issues/442) from jsign/jsign-edwards-extended +- Merge pull request [#449](https://github.com/Consensys/gnark-crypto/issues/449) from Consensys/fix/malleability_sig +- Merge pull request [#442](https://github.com/Consensys/gnark-crypto/issues/442) from jsign/jsign-edwards-extended @@ -295,7 +295,7 @@ - PR feedback ### Docs -- ConsenSys -> Consensys ([#406](https://github.com/ConsenSys/gnark-crypto/issues/406)) +- ConsenSys -> Consensys ([#406](https://github.com/Consensys/gnark-crypto/issues/406)) - explain FoldCommitments - make comments more godoc friendly - remove comment @@ -305,13 +305,13 @@ - **pairing:** add comments ### Edwards -- optimize point negation ([#413](https://github.com/ConsenSys/gnark-crypto/issues/413)) +- optimize point negation ([#413](https://github.com/Consensys/gnark-crypto/issues/413)) ### Feat - add Double in affine coordinates - experiment parallel sis -- add AsyncReadFrom to fr.Vector and fft.Domain ([#424](https://github.com/ConsenSys/gnark-crypto/issues/424)) -- added WriteRawTo to kzg.ProvingKey ([#422](https://github.com/ConsenSys/gnark-crypto/issues/422)) +- add AsyncReadFrom to fr.Vector and fft.Domain ([#424](https://github.com/Consensys/gnark-crypto/issues/424)) +- added WriteRawTo to kzg.ProvingKey ([#422](https://github.com/Consensys/gnark-crypto/issues/422)) - more gkr gates - Gates var for bn254 - added size accessor on poly @@ -321,14 +321,14 @@ - pedersen(bn254).WriteRawTo - fold 0 proofs edge case - pedersen folding proofs -- Marshal [][]fr.Element ([#400](https://github.com/ConsenSys/gnark-crypto/issues/400)) +- Marshal [][]fr.Element ([#400](https://github.com/Consensys/gnark-crypto/issues/400)) - restored fp, fr, etc - added polynomial.SetSize -- added element.Unmarshal closes [#348](https://github.com/ConsenSys/gnark-crypto/issues/348) +- added element.Unmarshal closes [#348](https://github.com/Consensys/gnark-crypto/issues/348) - kzg.Vk.WriteRawTo - bn254 encoder to support uint64 slices -- fix v computation in ECDSA signature ([#385](https://github.com/ConsenSys/gnark-crypto/issues/385)) -- add ECDSA public key recover from message, signature and recovery info ([#347](https://github.com/ConsenSys/gnark-crypto/issues/347)) +- fix v computation in ECDSA signature ([#385](https://github.com/Consensys/gnark-crypto/issues/385)) +- add ECDSA public key recover from message, signature and recovery info ([#347](https://github.com/Consensys/gnark-crypto/issues/347)) - added comment for bitAt function - added sis.py - add reference test @@ -337,7 +337,7 @@ - added fft.WithNbTasks - FFT signature now takes an option variadic - expose NaiveMulMod for gnark -- make `mapToCurve` public to allow for custom cofactor clearing ([#372](https://github.com/ConsenSys/gnark-crypto/issues/372)) +- make `mapToCurve` public to allow for custom cofactor clearing ([#372](https://github.com/Consensys/gnark-crypto/issues/372)) - restored latest fft - **pairing:** return 1 after easy part if result is 1 @@ -348,14 +348,14 @@ - dont use internal package in vector.go - import utils - remove redundant mulGate -- incorrect semaphore initialization ([#411](https://github.com/ConsenSys/gnark-crypto/issues/411)) +- incorrect semaphore initialization ([#411](https://github.com/Consensys/gnark-crypto/issues/411)) - don't ignore multiexp error - pedersen folding bug - more innef assign - innef assignment in test - handle all bitmask in point deserialization -- ECDSA HashToInt bytes-bits mismatch ([#428](https://github.com/ConsenSys/gnark-crypto/issues/428)) -- ECDSA HashToInt bytes-bits mismatch ([#428](https://github.com/ConsenSys/gnark-crypto/issues/428)) +- ECDSA HashToInt bytes-bits mismatch ([#428](https://github.com/Consensys/gnark-crypto/issues/428)) +- ECDSA HashToInt bytes-bits mismatch ([#428](https://github.com/Consensys/gnark-crypto/issues/428)) - do not read empty slices as nil - minor errors - generation mistake @@ -369,7 +369,7 @@ - **linter:** ineffassign in Fpk marshal ### Msm -- semaphore to limit CPUs + better split strategy (up to 25% perf boost on 96cores) ([#403](https://github.com/ConsenSys/gnark-crypto/issues/403)) +- semaphore to limit CPUs + better split strategy (up to 25% perf boost on 96cores) ([#403](https://github.com/Consensys/gnark-crypto/issues/403)) ### Perf - experiment without memcopy not great @@ -378,11 +378,11 @@ - kept the fastest method for sis - minor optim in iop package - 3 muls instead of 4 sis -- small memory alloc optimization ([#435](https://github.com/ConsenSys/gnark-crypto/issues/435)) -- dont waste too much memory in fft domain ([#437](https://github.com/ConsenSys/gnark-crypto/issues/437)) +- small memory alloc optimization ([#435](https://github.com/Consensys/gnark-crypto/issues/435)) +- dont waste too much memory in fft domain ([#437](https://github.com/Consensys/gnark-crypto/issues/437)) - fix todo with small domain path - use bitset in batch invert -- fast path for SIS with logTwoBound: 8, logTwoDegree: 6 ([#416](https://github.com/ConsenSys/gnark-crypto/issues/416)) +- fast path for SIS with logTwoBound: 8, logTwoDegree: 6 ([#416](https://github.com/Consensys/gnark-crypto/issues/416)) - optimized sis - less memallocs, check for zeroes - faster init + simplify bit processing loop @@ -439,40 +439,40 @@ - still good ### Pull Requests -- Merge pull request [#438](https://github.com/ConsenSys/gnark-crypto/issues/438) from Consensys/develop -- Merge pull request [#429](https://github.com/ConsenSys/gnark-crypto/issues/429) from Consensys/release/v0.11.1 -- Merge pull request [#419](https://github.com/ConsenSys/gnark-crypto/issues/419) from Consensys/feat/gkr-custom-gates -- Merge pull request [#410](https://github.com/ConsenSys/gnark-crypto/issues/410) from ConsenSys/fix/decode-empty-slice -- Merge pull request [#407](https://github.com/ConsenSys/gnark-crypto/issues/407) from ConsenSys/feat/fold-pedersen -- Merge pull request [#391](https://github.com/ConsenSys/gnark-crypto/issues/391) from ConsenSys/develop -- Merge pull request [#386](https://github.com/ConsenSys/gnark-crypto/issues/386) from ConsenSys/perf/kzg-verify -- Merge pull request [#384](https://github.com/ConsenSys/gnark-crypto/issues/384) from ConsenSys/refactor/break-pedersen-notowermod -- Merge pull request [#379](https://github.com/ConsenSys/gnark-crypto/issues/379) from ConsenSys/feat/encode-uint64-slices -- Merge pull request [#378](https://github.com/ConsenSys/gnark-crypto/issues/378) from ConsenSys/refactor/break-kzg-srs -- Merge pull request [#382](https://github.com/ConsenSys/gnark-crypto/issues/382) from ConsenSys/refactor/not-export-endo -- Merge pull request [#380](https://github.com/ConsenSys/gnark-crypto/issues/380) from omerfirmak/elim-pedersen-alloc -- Merge pull request [#374](https://github.com/ConsenSys/gnark-crypto/issues/374) from ConsenSys/fix/BatchVerifyMultiPoints-0 -- Merge pull request [#376](https://github.com/ConsenSys/gnark-crypto/issues/376) from ConsenSys/refactor/export-endo -- Merge pull request [#375](https://github.com/ConsenSys/gnark-crypto/issues/375) from ConsenSys/refactor/FinalExp -- Merge pull request [#377](https://github.com/ConsenSys/gnark-crypto/issues/377) from ConsenSys/fix/fold-kzg-fs -- Merge pull request [#371](https://github.com/ConsenSys/gnark-crypto/issues/371) from omerfirmak/elim-pedersen-alloc -- Merge pull request [#369](https://github.com/ConsenSys/gnark-crypto/issues/369) from ConsenSys/build/updateci -- Merge pull request [#368](https://github.com/ConsenSys/gnark-crypto/issues/368) from ConsenSys/develop -- Merge pull request [#366](https://github.com/ConsenSys/gnark-crypto/issues/366) from ConsenSys/refactor/pairings -- Merge pull request [#365](https://github.com/ConsenSys/gnark-crypto/issues/365) from ConsenSys/fix/gentime-field-bugs -- Merge pull request [#364](https://github.com/ConsenSys/gnark-crypto/issues/364) from jtraglia/update-tested-go-versions -- Merge pull request [#363](https://github.com/ConsenSys/gnark-crypto/issues/363) from ConsenSys/fix/infencoding -- Merge pull request [#361](https://github.com/ConsenSys/gnark-crypto/issues/361) from ConsenSys/perf/plonk -- Merge pull request [#360](https://github.com/ConsenSys/gnark-crypto/issues/360) from ConsenSys/bls12381-tower-gnark -- Merge pull request [#359](https://github.com/ConsenSys/gnark-crypto/issues/359) from SherLzp/develop -- Merge pull request [#356](https://github.com/ConsenSys/gnark-crypto/issues/356) from ConsenSys/perf/bn24317-FinalExp -- Merge pull request [#354](https://github.com/ConsenSys/gnark-crypto/issues/354) from ConsenSys/bn254-tower-gnark -- Merge pull request [#351](https://github.com/ConsenSys/gnark-crypto/issues/351) from ConsenSys/perf/bw6-756/GT-subgroup-check -- Merge pull request [#349](https://github.com/ConsenSys/gnark-crypto/issues/349) from ConsenSys/perf/subgroup-check-stark -- Merge pull request [#344](https://github.com/ConsenSys/gnark-crypto/issues/344) from ConsenSys/perf/tensor-commitment -- Merge pull request [#345](https://github.com/ConsenSys/gnark-crypto/issues/345) from ConsenSys/feat/fftopt -- Merge pull request [#263](https://github.com/ConsenSys/gnark-crypto/issues/263) from AlexandreBelling/perf/tensor-commitment -- Merge pull request [#260](https://github.com/ConsenSys/gnark-crypto/issues/260) from AlexandreBelling/experimental/tensor-commitment +- Merge pull request [#438](https://github.com/Consensys/gnark-crypto/issues/438) from Consensys/develop +- Merge pull request [#429](https://github.com/Consensys/gnark-crypto/issues/429) from Consensys/release/v0.11.1 +- Merge pull request [#419](https://github.com/Consensys/gnark-crypto/issues/419) from Consensys/feat/gkr-custom-gates +- Merge pull request [#410](https://github.com/Consensys/gnark-crypto/issues/410) from ConsenSys/fix/decode-empty-slice +- Merge pull request [#407](https://github.com/Consensys/gnark-crypto/issues/407) from ConsenSys/feat/fold-pedersen +- Merge pull request [#391](https://github.com/Consensys/gnark-crypto/issues/391) from ConsenSys/develop +- Merge pull request [#386](https://github.com/Consensys/gnark-crypto/issues/386) from ConsenSys/perf/kzg-verify +- Merge pull request [#384](https://github.com/Consensys/gnark-crypto/issues/384) from ConsenSys/refactor/break-pedersen-notowermod +- Merge pull request [#379](https://github.com/Consensys/gnark-crypto/issues/379) from ConsenSys/feat/encode-uint64-slices +- Merge pull request [#378](https://github.com/Consensys/gnark-crypto/issues/378) from ConsenSys/refactor/break-kzg-srs +- Merge pull request [#382](https://github.com/Consensys/gnark-crypto/issues/382) from ConsenSys/refactor/not-export-endo +- Merge pull request [#380](https://github.com/Consensys/gnark-crypto/issues/380) from omerfirmak/elim-pedersen-alloc +- Merge pull request [#374](https://github.com/Consensys/gnark-crypto/issues/374) from ConsenSys/fix/BatchVerifyMultiPoints-0 +- Merge pull request [#376](https://github.com/Consensys/gnark-crypto/issues/376) from ConsenSys/refactor/export-endo +- Merge pull request [#375](https://github.com/Consensys/gnark-crypto/issues/375) from ConsenSys/refactor/FinalExp +- Merge pull request [#377](https://github.com/Consensys/gnark-crypto/issues/377) from ConsenSys/fix/fold-kzg-fs +- Merge pull request [#371](https://github.com/Consensys/gnark-crypto/issues/371) from omerfirmak/elim-pedersen-alloc +- Merge pull request [#369](https://github.com/Consensys/gnark-crypto/issues/369) from ConsenSys/build/updateci +- Merge pull request [#368](https://github.com/Consensys/gnark-crypto/issues/368) from ConsenSys/develop +- Merge pull request [#366](https://github.com/Consensys/gnark-crypto/issues/366) from ConsenSys/refactor/pairings +- Merge pull request [#365](https://github.com/Consensys/gnark-crypto/issues/365) from ConsenSys/fix/gentime-field-bugs +- Merge pull request [#364](https://github.com/Consensys/gnark-crypto/issues/364) from jtraglia/update-tested-go-versions +- Merge pull request [#363](https://github.com/Consensys/gnark-crypto/issues/363) from ConsenSys/fix/infencoding +- Merge pull request [#361](https://github.com/Consensys/gnark-crypto/issues/361) from ConsenSys/perf/plonk +- Merge pull request [#360](https://github.com/Consensys/gnark-crypto/issues/360) from ConsenSys/bls12381-tower-gnark +- Merge pull request [#359](https://github.com/Consensys/gnark-crypto/issues/359) from SherLzp/develop +- Merge pull request [#356](https://github.com/Consensys/gnark-crypto/issues/356) from ConsenSys/perf/bn24317-FinalExp +- Merge pull request [#354](https://github.com/Consensys/gnark-crypto/issues/354) from ConsenSys/bn254-tower-gnark +- Merge pull request [#351](https://github.com/Consensys/gnark-crypto/issues/351) from ConsenSys/perf/bw6-756/GT-subgroup-check +- Merge pull request [#349](https://github.com/Consensys/gnark-crypto/issues/349) from ConsenSys/perf/subgroup-check-stark +- Merge pull request [#344](https://github.com/Consensys/gnark-crypto/issues/344) from ConsenSys/perf/tensor-commitment +- Merge pull request [#345](https://github.com/Consensys/gnark-crypto/issues/345) from ConsenSys/feat/fftopt +- Merge pull request [#263](https://github.com/Consensys/gnark-crypto/issues/263) from AlexandreBelling/perf/tensor-commitment +- Merge pull request [#260](https://github.com/Consensys/gnark-crypto/issues/260) from AlexandreBelling/experimental/tensor-commitment @@ -481,7 +481,7 @@ - update CHANGELOG ### Fix -- ECDSA HashToInt bytes-bits mismatch ([#428](https://github.com/ConsenSys/gnark-crypto/issues/428)) +- ECDSA HashToInt bytes-bits mismatch ([#428](https://github.com/Consensys/gnark-crypto/issues/428)) @@ -505,15 +505,15 @@ - remove DO NOT EDIT from non-autogenerated files ### Feat -- fix v computation in ECDSA signature ([#385](https://github.com/ConsenSys/gnark-crypto/issues/385)) -- make `mapToCurve` public to allow for custom cofactor clearing ([#372](https://github.com/ConsenSys/gnark-crypto/issues/372)) +- fix v computation in ECDSA signature ([#385](https://github.com/Consensys/gnark-crypto/issues/385)) +- make `mapToCurve` public to allow for custom cofactor clearing ([#372](https://github.com/Consensys/gnark-crypto/issues/372)) - add Double in affine coordinates - kzg.Vk.WriteRawTo - bn254 encoder to support uint64 slices - **pairing:** return 1 after easy part if result is 1 ### Fix -- ECDSA HashToInt bytes-bits mismatch ([#428](https://github.com/ConsenSys/gnark-crypto/issues/428)) +- ECDSA HashToInt bytes-bits mismatch ([#428](https://github.com/Consensys/gnark-crypto/issues/428)) - handle all bitmask in point deserialization - littleEndian -> bigEndian - import utils @@ -551,20 +551,20 @@ - no loop when serializing one object only ### Pull Requests -- Merge pull request [#429](https://github.com/ConsenSys/gnark-crypto/issues/429) from Consensys/release/v0.11.1 -- Merge pull request [#391](https://github.com/ConsenSys/gnark-crypto/issues/391) from ConsenSys/develop -- Merge pull request [#386](https://github.com/ConsenSys/gnark-crypto/issues/386) from ConsenSys/perf/kzg-verify -- Merge pull request [#384](https://github.com/ConsenSys/gnark-crypto/issues/384) from ConsenSys/refactor/break-pedersen-notowermod -- Merge pull request [#379](https://github.com/ConsenSys/gnark-crypto/issues/379) from ConsenSys/feat/encode-uint64-slices -- Merge pull request [#378](https://github.com/ConsenSys/gnark-crypto/issues/378) from ConsenSys/refactor/break-kzg-srs -- Merge pull request [#382](https://github.com/ConsenSys/gnark-crypto/issues/382) from ConsenSys/refactor/not-export-endo -- Merge pull request [#380](https://github.com/ConsenSys/gnark-crypto/issues/380) from omerfirmak/elim-pedersen-alloc -- Merge pull request [#374](https://github.com/ConsenSys/gnark-crypto/issues/374) from ConsenSys/fix/BatchVerifyMultiPoints-0 -- Merge pull request [#376](https://github.com/ConsenSys/gnark-crypto/issues/376) from ConsenSys/refactor/export-endo -- Merge pull request [#375](https://github.com/ConsenSys/gnark-crypto/issues/375) from ConsenSys/refactor/FinalExp -- Merge pull request [#377](https://github.com/ConsenSys/gnark-crypto/issues/377) from ConsenSys/fix/fold-kzg-fs -- Merge pull request [#371](https://github.com/ConsenSys/gnark-crypto/issues/371) from omerfirmak/elim-pedersen-alloc -- Merge pull request [#369](https://github.com/ConsenSys/gnark-crypto/issues/369) from ConsenSys/build/updateci +- Merge pull request [#429](https://github.com/Consensys/gnark-crypto/issues/429) from Consensys/release/v0.11.1 +- Merge pull request [#391](https://github.com/Consensys/gnark-crypto/issues/391) from ConsenSys/develop +- Merge pull request [#386](https://github.com/Consensys/gnark-crypto/issues/386) from ConsenSys/perf/kzg-verify +- Merge pull request [#384](https://github.com/Consensys/gnark-crypto/issues/384) from ConsenSys/refactor/break-pedersen-notowermod +- Merge pull request [#379](https://github.com/Consensys/gnark-crypto/issues/379) from ConsenSys/feat/encode-uint64-slices +- Merge pull request [#378](https://github.com/Consensys/gnark-crypto/issues/378) from ConsenSys/refactor/break-kzg-srs +- Merge pull request [#382](https://github.com/Consensys/gnark-crypto/issues/382) from ConsenSys/refactor/not-export-endo +- Merge pull request [#380](https://github.com/Consensys/gnark-crypto/issues/380) from omerfirmak/elim-pedersen-alloc +- Merge pull request [#374](https://github.com/Consensys/gnark-crypto/issues/374) from ConsenSys/fix/BatchVerifyMultiPoints-0 +- Merge pull request [#376](https://github.com/Consensys/gnark-crypto/issues/376) from ConsenSys/refactor/export-endo +- Merge pull request [#375](https://github.com/Consensys/gnark-crypto/issues/375) from ConsenSys/refactor/FinalExp +- Merge pull request [#377](https://github.com/Consensys/gnark-crypto/issues/377) from ConsenSys/fix/fold-kzg-fs +- Merge pull request [#371](https://github.com/Consensys/gnark-crypto/issues/371) from omerfirmak/elim-pedersen-alloc +- Merge pull request [#369](https://github.com/Consensys/gnark-crypto/issues/369) from ConsenSys/build/updateci @@ -573,7 +573,7 @@ - update CHANGELOG ### Fix -- ECDSA HashToInt bytes-bits mismatch ([#428](https://github.com/ConsenSys/gnark-crypto/issues/428)) +- ECDSA HashToInt bytes-bits mismatch ([#428](https://github.com/Consensys/gnark-crypto/issues/428)) @@ -596,8 +596,8 @@ - remove DO NOT EDIT from non-autogenerated files ### Feat -- fix v computation in ECDSA signature ([#385](https://github.com/ConsenSys/gnark-crypto/issues/385)) -- make `mapToCurve` public to allow for custom cofactor clearing ([#372](https://github.com/ConsenSys/gnark-crypto/issues/372)) +- fix v computation in ECDSA signature ([#385](https://github.com/Consensys/gnark-crypto/issues/385)) +- make `mapToCurve` public to allow for custom cofactor clearing ([#372](https://github.com/Consensys/gnark-crypto/issues/372)) - add Double in affine coordinates - kzg.Vk.WriteRawTo - bn254 encoder to support uint64 slices @@ -641,19 +641,19 @@ - no loop when serializing one object only ### Pull Requests -- Merge pull request [#391](https://github.com/ConsenSys/gnark-crypto/issues/391) from ConsenSys/develop -- Merge pull request [#386](https://github.com/ConsenSys/gnark-crypto/issues/386) from ConsenSys/perf/kzg-verify -- Merge pull request [#384](https://github.com/ConsenSys/gnark-crypto/issues/384) from ConsenSys/refactor/break-pedersen-notowermod -- Merge pull request [#379](https://github.com/ConsenSys/gnark-crypto/issues/379) from ConsenSys/feat/encode-uint64-slices -- Merge pull request [#378](https://github.com/ConsenSys/gnark-crypto/issues/378) from ConsenSys/refactor/break-kzg-srs -- Merge pull request [#382](https://github.com/ConsenSys/gnark-crypto/issues/382) from ConsenSys/refactor/not-export-endo -- Merge pull request [#380](https://github.com/ConsenSys/gnark-crypto/issues/380) from omerfirmak/elim-pedersen-alloc -- Merge pull request [#374](https://github.com/ConsenSys/gnark-crypto/issues/374) from ConsenSys/fix/BatchVerifyMultiPoints-0 -- Merge pull request [#376](https://github.com/ConsenSys/gnark-crypto/issues/376) from ConsenSys/refactor/export-endo -- Merge pull request [#375](https://github.com/ConsenSys/gnark-crypto/issues/375) from ConsenSys/refactor/FinalExp -- Merge pull request [#377](https://github.com/ConsenSys/gnark-crypto/issues/377) from ConsenSys/fix/fold-kzg-fs -- Merge pull request [#371](https://github.com/ConsenSys/gnark-crypto/issues/371) from omerfirmak/elim-pedersen-alloc -- Merge pull request [#369](https://github.com/ConsenSys/gnark-crypto/issues/369) from ConsenSys/build/updateci +- Merge pull request [#391](https://github.com/Consensys/gnark-crypto/issues/391) from ConsenSys/develop +- Merge pull request [#386](https://github.com/Consensys/gnark-crypto/issues/386) from ConsenSys/perf/kzg-verify +- Merge pull request [#384](https://github.com/Consensys/gnark-crypto/issues/384) from ConsenSys/refactor/break-pedersen-notowermod +- Merge pull request [#379](https://github.com/Consensys/gnark-crypto/issues/379) from ConsenSys/feat/encode-uint64-slices +- Merge pull request [#378](https://github.com/Consensys/gnark-crypto/issues/378) from ConsenSys/refactor/break-kzg-srs +- Merge pull request [#382](https://github.com/Consensys/gnark-crypto/issues/382) from ConsenSys/refactor/not-export-endo +- Merge pull request [#380](https://github.com/Consensys/gnark-crypto/issues/380) from omerfirmak/elim-pedersen-alloc +- Merge pull request [#374](https://github.com/Consensys/gnark-crypto/issues/374) from ConsenSys/fix/BatchVerifyMultiPoints-0 +- Merge pull request [#376](https://github.com/Consensys/gnark-crypto/issues/376) from ConsenSys/refactor/export-endo +- Merge pull request [#375](https://github.com/Consensys/gnark-crypto/issues/375) from ConsenSys/refactor/FinalExp +- Merge pull request [#377](https://github.com/Consensys/gnark-crypto/issues/377) from ConsenSys/fix/fold-kzg-fs +- Merge pull request [#371](https://github.com/Consensys/gnark-crypto/issues/371) from omerfirmak/elim-pedersen-alloc +- Merge pull request [#369](https://github.com/Consensys/gnark-crypto/issues/369) from ConsenSys/build/updateci @@ -667,7 +667,7 @@ - **pairing:** add comments ### Feat -- add ECDSA public key recover from message, signature and recovery info ([#347](https://github.com/ConsenSys/gnark-crypto/issues/347)) +- add ECDSA public key recover from message, signature and recovery info ([#347](https://github.com/Consensys/gnark-crypto/issues/347)) - added comment for bitAt function - added sis.py - add reference test @@ -730,22 +730,22 @@ - still good ### Pull Requests -- Merge pull request [#368](https://github.com/ConsenSys/gnark-crypto/issues/368) from ConsenSys/develop -- Merge pull request [#366](https://github.com/ConsenSys/gnark-crypto/issues/366) from ConsenSys/refactor/pairings -- Merge pull request [#365](https://github.com/ConsenSys/gnark-crypto/issues/365) from ConsenSys/fix/gentime-field-bugs -- Merge pull request [#364](https://github.com/ConsenSys/gnark-crypto/issues/364) from jtraglia/update-tested-go-versions -- Merge pull request [#363](https://github.com/ConsenSys/gnark-crypto/issues/363) from ConsenSys/fix/infencoding -- Merge pull request [#361](https://github.com/ConsenSys/gnark-crypto/issues/361) from ConsenSys/perf/plonk -- Merge pull request [#360](https://github.com/ConsenSys/gnark-crypto/issues/360) from ConsenSys/bls12381-tower-gnark -- Merge pull request [#359](https://github.com/ConsenSys/gnark-crypto/issues/359) from SherLzp/develop -- Merge pull request [#356](https://github.com/ConsenSys/gnark-crypto/issues/356) from ConsenSys/perf/bn24317-FinalExp -- Merge pull request [#354](https://github.com/ConsenSys/gnark-crypto/issues/354) from ConsenSys/bn254-tower-gnark -- Merge pull request [#351](https://github.com/ConsenSys/gnark-crypto/issues/351) from ConsenSys/perf/bw6-756/GT-subgroup-check -- Merge pull request [#349](https://github.com/ConsenSys/gnark-crypto/issues/349) from ConsenSys/perf/subgroup-check-stark -- Merge pull request [#344](https://github.com/ConsenSys/gnark-crypto/issues/344) from ConsenSys/perf/tensor-commitment -- Merge pull request [#345](https://github.com/ConsenSys/gnark-crypto/issues/345) from ConsenSys/feat/fftopt -- Merge pull request [#263](https://github.com/ConsenSys/gnark-crypto/issues/263) from AlexandreBelling/perf/tensor-commitment -- Merge pull request [#260](https://github.com/ConsenSys/gnark-crypto/issues/260) from AlexandreBelling/experimental/tensor-commitment +- Merge pull request [#368](https://github.com/Consensys/gnark-crypto/issues/368) from ConsenSys/develop +- Merge pull request [#366](https://github.com/Consensys/gnark-crypto/issues/366) from ConsenSys/refactor/pairings +- Merge pull request [#365](https://github.com/Consensys/gnark-crypto/issues/365) from ConsenSys/fix/gentime-field-bugs +- Merge pull request [#364](https://github.com/Consensys/gnark-crypto/issues/364) from jtraglia/update-tested-go-versions +- Merge pull request [#363](https://github.com/Consensys/gnark-crypto/issues/363) from ConsenSys/fix/infencoding +- Merge pull request [#361](https://github.com/Consensys/gnark-crypto/issues/361) from ConsenSys/perf/plonk +- Merge pull request [#360](https://github.com/Consensys/gnark-crypto/issues/360) from ConsenSys/bls12381-tower-gnark +- Merge pull request [#359](https://github.com/Consensys/gnark-crypto/issues/359) from SherLzp/develop +- Merge pull request [#356](https://github.com/Consensys/gnark-crypto/issues/356) from ConsenSys/perf/bn24317-FinalExp +- Merge pull request [#354](https://github.com/Consensys/gnark-crypto/issues/354) from ConsenSys/bn254-tower-gnark +- Merge pull request [#351](https://github.com/Consensys/gnark-crypto/issues/351) from ConsenSys/perf/bw6-756/GT-subgroup-check +- Merge pull request [#349](https://github.com/Consensys/gnark-crypto/issues/349) from ConsenSys/perf/subgroup-check-stark +- Merge pull request [#344](https://github.com/Consensys/gnark-crypto/issues/344) from ConsenSys/perf/tensor-commitment +- Merge pull request [#345](https://github.com/Consensys/gnark-crypto/issues/345) from ConsenSys/feat/fftopt +- Merge pull request [#263](https://github.com/Consensys/gnark-crypto/issues/263) from AlexandreBelling/perf/tensor-commitment +- Merge pull request [#260](https://github.com/Consensys/gnark-crypto/issues/260) from AlexandreBelling/experimental/tensor-commitment @@ -783,7 +783,7 @@ - Merkle tree to panic upon hash write error - pedersen_hash added to stark curve - signing interface changes and bn254 impl -- add Vector support to ecc marshal encoder ([#336](https://github.com/ConsenSys/gnark-crypto/issues/336)) +- add Vector support to ecc marshal encoder ([#336](https://github.com/Consensys/gnark-crypto/issues/336)) - gkr.Circuit.MemoryRequirements - can pass workers pool in - parallel versions of computing gate inputs @@ -815,7 +815,7 @@ - some test generification - generify gkr.tmpl - edDsa SignFr and VerifyFr -- nuke element.Bit() closes [#306](https://github.com/ConsenSys/gnark-crypto/issues/306) ([#331](https://github.com/ConsenSys/gnark-crypto/issues/331)) +- nuke element.Bit() closes [#306](https://github.com/Consensys/gnark-crypto/issues/306) ([#331](https://github.com/Consensys/gnark-crypto/issues/331)) - generic pool - generify multi-fan-out input bugfix - generified benchmark, parallelism and top sort @@ -903,7 +903,7 @@ - bn254 sumcheck tests pass - fiatshamir to write bindings one by one - single input two identity gates test fixed, but fails -- closes [#316](https://github.com/ConsenSys/gnark-crypto/issues/316) big int pool doesn't allow nil values +- closes [#316](https://github.com/Consensys/gnark-crypto/issues/316) big int pool doesn't allow nil values - no expectation of ins/outs lumped together in tests - topological sort no longer group inputs and outputs - reintroduce some deleted autogens @@ -958,7 +958,7 @@ - parallel Fold - step 2 Combine - step 1, use the new pool for computeGJ and next -- minor adjustements to iop package ([#334](https://github.com/ConsenSys/gnark-crypto/issues/334)) +- minor adjustements to iop package ([#334](https://github.com/Consensys/gnark-crypto/issues/334)) - mimc on bls12-377/fr uses x^17 as a permutation - multilin.Fold without writing top part in memory - parallel WireAssignment.Complete for bn254 @@ -990,7 +990,7 @@ - include secp256k1 in code generation - move all fake hashes to test_vector_utils - cleaner sumcheck test-vec generation -- clean iop APIs + add Marshal methods ([#337](https://github.com/ConsenSys/gnark-crypto/issues/337)) +- clean iop APIs + add Marshal methods ([#337](https://github.com/Consensys/gnark-crypto/issues/337)) - gkr tests to work with fiatshamir.transcript - remove unused file - fixing gkr tests @@ -1044,22 +1044,22 @@ - simplest possible test, two instances of an identity gate ### Pull Requests -- Merge pull request [#342](https://github.com/ConsenSys/gnark-crypto/issues/342) from ConsenSys/develop -- Merge pull request [#308](https://github.com/ConsenSys/gnark-crypto/issues/308) from ConsenSys/304-field-agnostic-fiat-shamir-challenge-names -- Merge pull request [#319](https://github.com/ConsenSys/gnark-crypto/issues/319) from ConsenSys/perf/gkr -- Merge pull request [#328](https://github.com/ConsenSys/gnark-crypto/issues/328) from ConsenSys/perf/gkrpool -- Merge pull request [#333](https://github.com/ConsenSys/gnark-crypto/issues/333) from ConsenSys/fix/mimc-pow7 -- Merge pull request [#327](https://github.com/ConsenSys/gnark-crypto/issues/327) from ConsenSys/pedersen-hash -- Merge pull request [#320](https://github.com/ConsenSys/gnark-crypto/issues/320) from ConsenSys/fix/mimc-rounds -- Merge pull request [#312](https://github.com/ConsenSys/gnark-crypto/issues/312) from ConsenSys/signature/pre-hashed -- Merge pull request [#311](https://github.com/ConsenSys/gnark-crypto/issues/311) from ConsenSys/feat/element/vector -- Merge pull request [#310](https://github.com/ConsenSys/gnark-crypto/issues/310) from ConsenSys/feat/ecdsa -- Merge pull request [#298](https://github.com/ConsenSys/gnark-crypto/issues/298) from ConsenSys/secp256k1/MSM -- Merge pull request [#309](https://github.com/ConsenSys/gnark-crypto/issues/309) from ConsenSys/chore/tobigintregular-deprecated -- Merge pull request [#305](https://github.com/ConsenSys/gnark-crypto/issues/305) from ConsenSys/test/fiatshamir-mimc -- Merge pull request [#299](https://github.com/ConsenSys/gnark-crypto/issues/299) from ConsenSys/feat/stark-curve -- Merge pull request [#285](https://github.com/ConsenSys/gnark-crypto/issues/285) from ConsenSys/refac/gkr-fiatshamir -- Merge pull request [#259](https://github.com/ConsenSys/gnark-crypto/issues/259) from ConsenSys/bench/gkr +- Merge pull request [#342](https://github.com/Consensys/gnark-crypto/issues/342) from ConsenSys/develop +- Merge pull request [#308](https://github.com/Consensys/gnark-crypto/issues/308) from ConsenSys/304-field-agnostic-fiat-shamir-challenge-names +- Merge pull request [#319](https://github.com/Consensys/gnark-crypto/issues/319) from ConsenSys/perf/gkr +- Merge pull request [#328](https://github.com/Consensys/gnark-crypto/issues/328) from ConsenSys/perf/gkrpool +- Merge pull request [#333](https://github.com/Consensys/gnark-crypto/issues/333) from ConsenSys/fix/mimc-pow7 +- Merge pull request [#327](https://github.com/Consensys/gnark-crypto/issues/327) from ConsenSys/pedersen-hash +- Merge pull request [#320](https://github.com/Consensys/gnark-crypto/issues/320) from ConsenSys/fix/mimc-rounds +- Merge pull request [#312](https://github.com/Consensys/gnark-crypto/issues/312) from ConsenSys/signature/pre-hashed +- Merge pull request [#311](https://github.com/Consensys/gnark-crypto/issues/311) from ConsenSys/feat/element/vector +- Merge pull request [#310](https://github.com/Consensys/gnark-crypto/issues/310) from ConsenSys/feat/ecdsa +- Merge pull request [#298](https://github.com/Consensys/gnark-crypto/issues/298) from ConsenSys/secp256k1/MSM +- Merge pull request [#309](https://github.com/Consensys/gnark-crypto/issues/309) from ConsenSys/chore/tobigintregular-deprecated +- Merge pull request [#305](https://github.com/Consensys/gnark-crypto/issues/305) from ConsenSys/test/fiatshamir-mimc +- Merge pull request [#299](https://github.com/Consensys/gnark-crypto/issues/299) from ConsenSys/feat/stark-curve +- Merge pull request [#285](https://github.com/Consensys/gnark-crypto/issues/285) from ConsenSys/refac/gkr-fiatshamir +- Merge pull request [#259](https://github.com/Consensys/gnark-crypto/issues/259) from ConsenSys/bench/gkr @@ -1071,7 +1071,7 @@ - added audit.pdf and updated link in README ### Feat -- field.Hash ([#271](https://github.com/ConsenSys/gnark-crypto/issues/271)) +- field.Hash ([#271](https://github.com/Consensys/gnark-crypto/issues/271)) - add secp256k1 curve ### Fix @@ -1082,7 +1082,7 @@ - **secp256k1:** no partitionScalars because there is no spare bit ### Fix -- typos ([#262](https://github.com/ConsenSys/gnark-crypto/issues/262)) +- typos ([#262](https://github.com/Consensys/gnark-crypto/issues/262)) ### Perf - **MSM:** save 4 mul in ext-Jac add @@ -1090,20 +1090,20 @@ ### Refactor - rebase on develop (field api) -- mark ToBigIntRegular as deprecated, introduce BigInt method ([#290](https://github.com/ConsenSys/gnark-crypto/issues/290)) -- clean code generation for endo-based computations ([#281](https://github.com/ConsenSys/gnark-crypto/issues/281)) +- mark ToBigIntRegular as deprecated, introduce BigInt method ([#290](https://github.com/Consensys/gnark-crypto/issues/290)) +- clean code generation for endo-based computations ([#281](https://github.com/Consensys/gnark-crypto/issues/281)) - **bn254:** remove unused variable (fixedCoeff) ### Style - typo ### Pull Requests -- Merge pull request [#297](https://github.com/ConsenSys/gnark-crypto/issues/297) from ConsenSys/develop -- Merge pull request [#277](https://github.com/ConsenSys/gnark-crypto/issues/277) from ConsenSys/feat/secp256k1 -- Merge pull request [#251](https://github.com/ConsenSys/gnark-crypto/issues/251) from ConsenSys/perf/IsInSubGroup-BN -- Merge pull request [#250](https://github.com/ConsenSys/gnark-crypto/issues/250) from ConsenSys/docs/audit -- Merge pull request [#245](https://github.com/ConsenSys/gnark-crypto/issues/245) from ConsenSys/perf/extJac-add -- Merge pull request [#240](https://github.com/ConsenSys/gnark-crypto/issues/240) from ConsenSys/go1.19 +- Merge pull request [#297](https://github.com/Consensys/gnark-crypto/issues/297) from ConsenSys/develop +- Merge pull request [#277](https://github.com/Consensys/gnark-crypto/issues/277) from ConsenSys/feat/secp256k1 +- Merge pull request [#251](https://github.com/Consensys/gnark-crypto/issues/251) from ConsenSys/perf/IsInSubGroup-BN +- Merge pull request [#250](https://github.com/Consensys/gnark-crypto/issues/250) from ConsenSys/docs/audit +- Merge pull request [#245](https://github.com/Consensys/gnark-crypto/issues/245) from ConsenSys/perf/extJac-add +- Merge pull request [#240](https://github.com/Consensys/gnark-crypto/issues/240) from ConsenSys/go1.19 @@ -1113,7 +1113,7 @@ - go mod tidy - update bavard dep - ran go generate after dev merge -- faster ci path ([#185](https://github.com/ConsenSys/gnark-crypto/issues/185)) +- faster ci path ([#185](https://github.com/Consensys/gnark-crypto/issues/185)) - increase CI timeout - fix BatchInvert renaming in SSWU templates @@ -1124,20 +1124,20 @@ - resolve conflicts with non-mont-params ### Ci -- fix slack integration + adds golanglint-ci ([#184](https://github.com/ConsenSys/gnark-crypto/issues/184)) +- fix slack integration + adds golanglint-ci ([#184](https://github.com/Consensys/gnark-crypto/issues/184)) - revert most of last commit - use self hosted runners ### Clean -- replace modulus generated by constants, add zero-alloc SetRandom ([#194](https://github.com/ConsenSys/gnark-crypto/issues/194)) -- remove uneeded x86 asm and files ([#192](https://github.com/ConsenSys/gnark-crypto/issues/192)) +- replace modulus generated by constants, add zero-alloc SetRandom ([#194](https://github.com/Consensys/gnark-crypto/issues/194)) +- remove uneeded x86 asm and files ([#192](https://github.com/Consensys/gnark-crypto/issues/192)) ### Docs - updated changelog for v0.8.0 -- polish readme.md with updated godoc subpackage links ([#235](https://github.com/ConsenSys/gnark-crypto/issues/235)) -- acknowledge that inv(0)==0 in comments as a convention ([#233](https://github.com/ConsenSys/gnark-crypto/issues/233)) +- polish readme.md with updated godoc subpackage links ([#235](https://github.com/Consensys/gnark-crypto/issues/235)) +- acknowledge that inv(0)==0 in comments as a convention ([#233](https://github.com/Consensys/gnark-crypto/issues/233)) - correct some comments -- added note in pairing godoc - doesn't check inputs are in correct subgroup ([#231](https://github.com/ConsenSys/gnark-crypto/issues/231)) +- added note in pairing godoc - doesn't check inputs are in correct subgroup ([#231](https://github.com/Consensys/gnark-crypto/issues/231)) - add security estimates of implemented curves in comments - prepare v0.8.0 release notes - added twitter handle and security policy links @@ -1150,14 +1150,14 @@ - addition of multiple rounds in fri - some folding in bn254 - supsub -- closes [#137](https://github.com/ConsenSys/gnark-crypto/issues/137) moves consensys/goff into field/goff ([#204](https://github.com/ConsenSys/gnark-crypto/issues/204)) +- closes [#137](https://github.com/Consensys/gnark-crypto/issues/137) moves consensys/goff into field/goff ([#204](https://github.com/Consensys/gnark-crypto/issues/204)) - tests used gopter for polynomials (bls377, no code gen yet) - multilin for all fields -- field/goldilocks (more efficient 1-limb modulus arith) ([#177](https://github.com/ConsenSys/gnark-crypto/issues/177)) +- field/goldilocks (more efficient 1-limb modulus arith) ([#177](https://github.com/Consensys/gnark-crypto/issues/177)) - fields in fri proofs are exported - code gen for previous commit - code gen for previous refactor -- field/generator suppors 1-limb modulus ([#175](https://github.com/ConsenSys/gnark-crypto/issues/175)) +- field/generator suppors 1-limb modulus ([#175](https://github.com/Consensys/gnark-crypto/issues/175)) - simplification of the final evaluation check - simplify deriveQueriesPositions - removed polynomial package bls24315 @@ -1189,10 +1189,10 @@ - **fri:** removed unsused variable ### Fix -- Handle edge case in Karabina decompression ([#219](https://github.com/ConsenSys/gnark-crypto/issues/219)) +- Handle edge case in Karabina decompression ([#219](https://github.com/Consensys/gnark-crypto/issues/219)) ### Fix -- check nbTasks config when running msm, test all possible c-bit windows in when testing.Short not set) ([#226](https://github.com/ConsenSys/gnark-crypto/issues/226)) +- check nbTasks config when running msm, test all possible c-bit windows in when testing.Short not set) ([#226](https://github.com/Consensys/gnark-crypto/issues/226)) - race condition with supportAdx relique in internal/fptower - element.SetString(_) returns error if invalid input instead of panic - bavard dependency @@ -1200,13 +1200,13 @@ - ToMont takes non-reference - q in tests requires isogeny - svdw parameters: z=1 not i -- expand_msg_xmd copy bug, a few tests ([#201](https://github.com/ConsenSys/gnark-crypto/issues/201)) +- expand_msg_xmd copy bug, a few tests ([#201](https://github.com/Consensys/gnark-crypto/issues/201)) - "e3" bug and change sign0 to the recent std specification -- closes [#199](https://github.com/ConsenSys/gnark-crypto/issues/199). Correct bound in eddsa key gen template +- closes [#199](https://github.com/Consensys/gnark-crypto/issues/199). Correct bound in eddsa key gen template - expand_msg_xmd copy bug, a few tests - 8*Limbs could be too many bytes - right length argument for ExpandMsgXmd -- remove supportAdx redundant test ([#186](https://github.com/ConsenSys/gnark-crypto/issues/186)) +- remove supportAdx redundant test ([#186](https://github.com/Consensys/gnark-crypto/issues/186)) - evaluation is an array instead of a slice - twoInv defined in init, removed dead code, unexport nbRounds - fixed unhandled errors @@ -1246,14 +1246,14 @@ - NewPolynomial -> New - removed test DivPolyByXminusA from kzg, DivPolyBy -> DivBy - sswuMap -> mapToCurve -- clean comments in curves ([#193](https://github.com/ConsenSys/gnark-crypto/issues/193)) +- clean comments in curves ([#193](https://github.com/Consensys/gnark-crypto/issues/193)) - DivideByXMinusA returns a pointer - **polynomial:** Copy() --> GetCopy() ### Style -- remove dead code ([#230](https://github.com/ConsenSys/gnark-crypto/issues/230)) +- remove dead code ([#230](https://github.com/Consensys/gnark-crypto/issues/230)) - inneficient -> inefficient -- cosmetic changes ([#197](https://github.com/ConsenSys/gnark-crypto/issues/197)) +- cosmetic changes ([#197](https://github.com/Consensys/gnark-crypto/issues/197)) - use bytes package - removed dead code - fixed comment @@ -1261,7 +1261,7 @@ ### Test - cleanup -- fix [#205](https://github.com/ConsenSys/gnark-crypto/issues/205) - msm bench with different bases ([#206](https://github.com/ConsenSys/gnark-crypto/issues/206)) +- fix [#205](https://github.com/Consensys/gnark-crypto/issues/205) - msm bench with different bases ([#206](https://github.com/Consensys/gnark-crypto/issues/206)) - bn254 hash to g2 - vectors generated using https://github.com/armfazh/h2c-go-ref - complete tests for bn254g1, not cross verified @@ -1271,26 +1271,26 @@ - **all curves:** compress/decompress pairing result ### Pull Requests -- Merge pull request [#237](https://github.com/ConsenSys/gnark-crypto/issues/237) from ConsenSys/develop -- Merge pull request [#232](https://github.com/ConsenSys/gnark-crypto/issues/232) from ConsenSys/docs/comments -- Merge pull request [#229](https://github.com/ConsenSys/gnark-crypto/issues/229) from ConsenSys/update_deps -- Merge pull request [#227](https://github.com/ConsenSys/gnark-crypto/issues/227) from ConsenSys/fix/element_setstring -- Merge pull request [#228](https://github.com/ConsenSys/gnark-crypto/issues/228) from ConsenSys/fix/race/test -- Merge pull request [#224](https://github.com/ConsenSys/gnark-crypto/issues/224) from ConsenSys/refactor/scalarmul -- Merge pull request [#220](https://github.com/ConsenSys/gnark-crypto/issues/220) from ConsenSys/perf/kzg-verify -- Merge pull request [#223](https://github.com/ConsenSys/gnark-crypto/issues/223) from ConsenSys/doc/security-estimates-curves -- Merge pull request [#216](https://github.com/ConsenSys/gnark-crypto/issues/216) from ConsenSys/feat/poly -- Merge pull request [#217](https://github.com/ConsenSys/gnark-crypto/issues/217) from ConsenSys/string-utils -- Merge pull request [#215](https://github.com/ConsenSys/gnark-crypto/issues/215) from ConsenSys/develop -- Merge pull request [#213](https://github.com/ConsenSys/gnark-crypto/issues/213) from ConsenSys/perf/glv -- Merge pull request [#211](https://github.com/ConsenSys/gnark-crypto/issues/211) from ConsenSys/develop -- Merge pull request [#129](https://github.com/ConsenSys/gnark-crypto/issues/129) from ConsenSys/feat/GT-compression -- Merge pull request [#209](https://github.com/ConsenSys/gnark-crypto/issues/209) from ConsenSys/codegen/svdw-not-e4 -- Merge pull request [#203](https://github.com/ConsenSys/gnark-crypto/issues/203) from ConsenSys/tests/bn254-vectors -- Merge pull request [#196](https://github.com/ConsenSys/gnark-crypto/issues/196) from ConsenSys/patch/hashToFpGeneric -- Merge pull request [#202](https://github.com/ConsenSys/gnark-crypto/issues/202) from ConsenSys/gbotrel/issue199 -- Merge pull request [#200](https://github.com/ConsenSys/gnark-crypto/issues/200) from tyGavinZJU/develop -- Merge pull request [#85](https://github.com/ConsenSys/gnark-crypto/issues/85) from ConsenSys/feat/fri +- Merge pull request [#237](https://github.com/Consensys/gnark-crypto/issues/237) from ConsenSys/develop +- Merge pull request [#232](https://github.com/Consensys/gnark-crypto/issues/232) from ConsenSys/docs/comments +- Merge pull request [#229](https://github.com/Consensys/gnark-crypto/issues/229) from ConsenSys/update_deps +- Merge pull request [#227](https://github.com/Consensys/gnark-crypto/issues/227) from ConsenSys/fix/element_setstring +- Merge pull request [#228](https://github.com/Consensys/gnark-crypto/issues/228) from ConsenSys/fix/race/test +- Merge pull request [#224](https://github.com/Consensys/gnark-crypto/issues/224) from ConsenSys/refactor/scalarmul +- Merge pull request [#220](https://github.com/Consensys/gnark-crypto/issues/220) from ConsenSys/perf/kzg-verify +- Merge pull request [#223](https://github.com/Consensys/gnark-crypto/issues/223) from ConsenSys/doc/security-estimates-curves +- Merge pull request [#216](https://github.com/Consensys/gnark-crypto/issues/216) from ConsenSys/feat/poly +- Merge pull request [#217](https://github.com/Consensys/gnark-crypto/issues/217) from ConsenSys/string-utils +- Merge pull request [#215](https://github.com/Consensys/gnark-crypto/issues/215) from ConsenSys/develop +- Merge pull request [#213](https://github.com/Consensys/gnark-crypto/issues/213) from ConsenSys/perf/glv +- Merge pull request [#211](https://github.com/Consensys/gnark-crypto/issues/211) from ConsenSys/develop +- Merge pull request [#129](https://github.com/Consensys/gnark-crypto/issues/129) from ConsenSys/feat/GT-compression +- Merge pull request [#209](https://github.com/Consensys/gnark-crypto/issues/209) from ConsenSys/codegen/svdw-not-e4 +- Merge pull request [#203](https://github.com/Consensys/gnark-crypto/issues/203) from ConsenSys/tests/bn254-vectors +- Merge pull request [#196](https://github.com/Consensys/gnark-crypto/issues/196) from ConsenSys/patch/hashToFpGeneric +- Merge pull request [#202](https://github.com/Consensys/gnark-crypto/issues/202) from ConsenSys/gbotrel/issue199 +- Merge pull request [#200](https://github.com/Consensys/gnark-crypto/issues/200) from tyGavinZJU/develop +- Merge pull request [#85](https://github.com/Consensys/gnark-crypto/issues/85) from ConsenSys/feat/fri @@ -1347,8 +1347,8 @@ ### Fix - IsUint64 coherence with other methods, convert from montgomery beforehands - twisted curve formulae for GT-strong embedded curve (a != -1) -- templating twistededwards for BW6-756 after PR[#160](https://github.com/ConsenSys/gnark-crypto/issues/160) -- templating twistededwards for BLS12-378 after PR[#160](https://github.com/ConsenSys/gnark-crypto/issues/160) +- templating twistededwards for BW6-756 after PR[#160](https://github.com/Consensys/gnark-crypto/issues/160) +- templating twistededwards for BLS12-378 after PR[#160](https://github.com/Consensys/gnark-crypto/issues/160) - run go generate on new curves - add bls12-378 to signature package after change - sswu gopter generators repeatable rng @@ -1383,17 +1383,17 @@ - mark test as Parallel. Check testing.Short() in most tests ### Pull Requests -- Merge pull request [#171](https://github.com/ConsenSys/gnark-crypto/issues/171) from ConsenSys/test/twistedEdwards -- Merge pull request [#170](https://github.com/ConsenSys/gnark-crypto/issues/170) from ConsenSys/fix/generators_sswu -- Merge pull request [#167](https://github.com/ConsenSys/gnark-crypto/issues/167) from ConsenSys/ci/shorter-tests -- Merge pull request [#166](https://github.com/ConsenSys/gnark-crypto/issues/166) from ConsenSys/ci_new -- Merge pull request [#164](https://github.com/ConsenSys/gnark-crypto/issues/164) from ConsenSys/ci/go1.18 -- Merge pull request [#128](https://github.com/ConsenSys/gnark-crypto/issues/128) from ConsenSys/feat/GT-strong-BLS12-BW6 -- Merge pull request [#127](https://github.com/ConsenSys/gnark-crypto/issues/127) from ConsenSys/feat/GT-strong-BLS12 -- Merge pull request [#160](https://github.com/ConsenSys/gnark-crypto/issues/160) from ConsenSys/refactor-eddsa -- Merge pull request [#156](https://github.com/ConsenSys/gnark-crypto/issues/156) from ConsenSys/sswu-all -- Merge pull request [#154](https://github.com/ConsenSys/gnark-crypto/issues/154) from ConsenSys/fix/fft-mulGen -- Merge pull request [#153](https://github.com/ConsenSys/gnark-crypto/issues/153) from zhiqiangxu/opt_NewDomain +- Merge pull request [#171](https://github.com/Consensys/gnark-crypto/issues/171) from ConsenSys/test/twistedEdwards +- Merge pull request [#170](https://github.com/Consensys/gnark-crypto/issues/170) from ConsenSys/fix/generators_sswu +- Merge pull request [#167](https://github.com/Consensys/gnark-crypto/issues/167) from ConsenSys/ci/shorter-tests +- Merge pull request [#166](https://github.com/Consensys/gnark-crypto/issues/166) from ConsenSys/ci_new +- Merge pull request [#164](https://github.com/Consensys/gnark-crypto/issues/164) from ConsenSys/ci/go1.18 +- Merge pull request [#128](https://github.com/Consensys/gnark-crypto/issues/128) from ConsenSys/feat/GT-strong-BLS12-BW6 +- Merge pull request [#127](https://github.com/Consensys/gnark-crypto/issues/127) from ConsenSys/feat/GT-strong-BLS12 +- Merge pull request [#160](https://github.com/Consensys/gnark-crypto/issues/160) from ConsenSys/refactor-eddsa +- Merge pull request [#156](https://github.com/Consensys/gnark-crypto/issues/156) from ConsenSys/sswu-all +- Merge pull request [#154](https://github.com/Consensys/gnark-crypto/issues/154) from ConsenSys/fix/fft-mulGen +- Merge pull request [#153](https://github.com/Consensys/gnark-crypto/issues/153) from zhiqiangxu/opt_NewDomain @@ -1467,14 +1467,14 @@ - fixed permutation proofs - fixed fuzzer - removed seed from Sum -- removed seed from mimc (fixes [#194](https://github.com/ConsenSys/gnark-crypto/issues/194)) +- removed seed from mimc (fixes [#194](https://github.com/Consensys/gnark-crypto/issues/194)) - clean, remove experimental second version of select - delete autogen assembly - delete unused assembly - errors in reversion - generate - fixed review: m is modified locally and returned -- fixes [#126](https://github.com/ConsenSys/gnark-crypto/issues/126) the domain was not created correctly +- fixes [#126](https://github.com/Consensys/gnark-crypto/issues/126) the domain was not created correctly - SetInterface returns error if input is nil - fixed gosec - mimc is compliant with ethereum @@ -1518,16 +1518,16 @@ - match against generic implementation ### Pull Requests -- Merge pull request [#152](https://github.com/ConsenSys/gnark-crypto/issues/152) from ConsenSys/feat/clean_kzg -- Merge pull request [#145](https://github.com/ConsenSys/gnark-crypto/issues/145) from ConsenSys/fix/fft_cosets -- Merge pull request [#147](https://github.com/ConsenSys/gnark-crypto/issues/147) from ConsenSys/sswu-fp-generic-rebased -- Merge pull request [#146](https://github.com/ConsenSys/gnark-crypto/issues/146) from ConsenSys/perf-mimc-constants -- Merge pull request [#144](https://github.com/ConsenSys/gnark-crypto/issues/144) from ConsenSys/constant-time-equals -- Merge pull request [#125](https://github.com/ConsenSys/gnark-crypto/issues/125) from ConsenSys/fix/mimc_miyaguchipreneel -- Merge pull request [#143](https://github.com/ConsenSys/gnark-crypto/issues/143) from ConsenSys/feat/cmov -- Merge pull request [#140](https://github.com/ConsenSys/gnark-crypto/issues/140) from ConsenSys/inv(0)=0 -- Merge pull request [#110](https://github.com/ConsenSys/gnark-crypto/issues/110) from ConsenSys/feat/tEd-extended -- Merge pull request [#123](https://github.com/ConsenSys/gnark-crypto/issues/123) from ConsenSys/perf/BLS24-G2-IsInSubGroup +- Merge pull request [#152](https://github.com/Consensys/gnark-crypto/issues/152) from ConsenSys/feat/clean_kzg +- Merge pull request [#145](https://github.com/Consensys/gnark-crypto/issues/145) from ConsenSys/fix/fft_cosets +- Merge pull request [#147](https://github.com/Consensys/gnark-crypto/issues/147) from ConsenSys/sswu-fp-generic-rebased +- Merge pull request [#146](https://github.com/Consensys/gnark-crypto/issues/146) from ConsenSys/perf-mimc-constants +- Merge pull request [#144](https://github.com/Consensys/gnark-crypto/issues/144) from ConsenSys/constant-time-equals +- Merge pull request [#125](https://github.com/Consensys/gnark-crypto/issues/125) from ConsenSys/fix/mimc_miyaguchipreneel +- Merge pull request [#143](https://github.com/Consensys/gnark-crypto/issues/143) from ConsenSys/feat/cmov +- Merge pull request [#140](https://github.com/Consensys/gnark-crypto/issues/140) from ConsenSys/inv(0)=0 +- Merge pull request [#110](https://github.com/Consensys/gnark-crypto/issues/110) from ConsenSys/feat/tEd-extended +- Merge pull request [#123](https://github.com/Consensys/gnark-crypto/issues/123) from ConsenSys/perf/BLS24-G2-IsInSubGroup @@ -1574,7 +1574,7 @@ - addition of benchmark - added field.SetInt64 - added quick and dirty benchmarking script -- added support for intX and uintX fixes [#109](https://github.com/ConsenSys/gnark-crypto/issues/109) +- added support for intX and uintX fixes [#109](https://github.com/Consensys/gnark-crypto/issues/109) - pre-compute addition chains for Sqrt and Legendre exp functions - added addchain for all sqrt - Naive GCD improved @@ -1604,13 +1604,13 @@ - fix neg template to actually use borrow value - All bn254 tests pass but TestMonReduceNegFixed - ecc.Info() returns lightweight field info, without calling the whole field generation including addchain generations -- fixes [#104](https://github.com/ConsenSys/gnark-crypto/issues/104) code generation for saturated modulus like secp256k1 incorrect. added secp256k1 test +- fixes [#104](https://github.com/Consensys/gnark-crypto/issues/104) code generation for saturated modulus like secp256k1 incorrect. added secp256k1 test - fixed quotient computation - fixed test generation - fixed file generation - removed error for invalid domain size in kzg - Neg passes, lingering issues with test randomizer -- remove use of R15 for small moduli mul [#113](https://github.com/ConsenSys/gnark-crypto/issues/113) +- remove use of R15 for small moduli mul [#113](https://github.com/Consensys/gnark-crypto/issues/113) - fixed doc generation - template used file path for doc instead of file name - fixed exp takes a value, not a pointer. also random field generation test don't generate addchains @@ -1691,16 +1691,16 @@ - Consistency check on top ### Pull Requests -- Merge pull request [#121](https://github.com/ConsenSys/gnark-crypto/issues/121) from ConsenSys/perf/ML-doubling -- Merge pull request [#111](https://github.com/ConsenSys/gnark-crypto/issues/111) from ConsenSys/field-intX-support -- Merge pull request [#114](https://github.com/ConsenSys/gnark-crypto/issues/114) from ConsenSys/fix-dynamic-link -- Merge pull request [#108](https://github.com/ConsenSys/gnark-crypto/issues/108) from ConsenSys/perf/bls12381-pairing -- Merge pull request [#106](https://github.com/ConsenSys/gnark-crypto/issues/106) from ConsenSys/improvement/field-inv-pornin20 -- Merge pull request [#105](https://github.com/ConsenSys/gnark-crypto/issues/105) from ConsenSys/field-from-json -- Merge pull request [#83](https://github.com/ConsenSys/gnark-crypto/issues/83) from ConsenSys/experiment/BLS24 -- Merge pull request [#102](https://github.com/ConsenSys/gnark-crypto/issues/102) from ConsenSys/feat/plookup -- Merge pull request [#97](https://github.com/ConsenSys/gnark-crypto/issues/97) from ConsenSys/feat-addchain -- Merge pull request [#99](https://github.com/ConsenSys/gnark-crypto/issues/99) from ConsenSys/feat-addchain-expt +- Merge pull request [#121](https://github.com/Consensys/gnark-crypto/issues/121) from ConsenSys/perf/ML-doubling +- Merge pull request [#111](https://github.com/Consensys/gnark-crypto/issues/111) from ConsenSys/field-intX-support +- Merge pull request [#114](https://github.com/Consensys/gnark-crypto/issues/114) from ConsenSys/fix-dynamic-link +- Merge pull request [#108](https://github.com/Consensys/gnark-crypto/issues/108) from ConsenSys/perf/bls12381-pairing +- Merge pull request [#106](https://github.com/Consensys/gnark-crypto/issues/106) from ConsenSys/improvement/field-inv-pornin20 +- Merge pull request [#105](https://github.com/Consensys/gnark-crypto/issues/105) from ConsenSys/field-from-json +- Merge pull request [#83](https://github.com/Consensys/gnark-crypto/issues/83) from ConsenSys/experiment/BLS24 +- Merge pull request [#102](https://github.com/Consensys/gnark-crypto/issues/102) from ConsenSys/feat/plookup +- Merge pull request [#97](https://github.com/Consensys/gnark-crypto/issues/97) from ConsenSys/feat-addchain +- Merge pull request [#99](https://github.com/Consensys/gnark-crypto/issues/99) from ConsenSys/feat-addchain-expt @@ -1722,8 +1722,8 @@ - cmp(zero) == -1 -> sign() == -1 ### Pull Requests -- Merge pull request [#96](https://github.com/ConsenSys/gnark-crypto/issues/96) from ConsenSys/perf-decode-raw-points -- Merge pull request [#95](https://github.com/ConsenSys/gnark-crypto/issues/95) from ConsenSys/perf/bn-g2-membership +- Merge pull request [#96](https://github.com/Consensys/gnark-crypto/issues/96) from ConsenSys/perf-decode-raw-points +- Merge pull request [#95](https://github.com/Consensys/gnark-crypto/issues/95) from ConsenSys/perf/bn-g2-membership @@ -1766,12 +1766,12 @@ - **tEdwards:** mulByA inside the package ### Pull Requests -- Merge pull request [#93](https://github.com/ConsenSys/gnark-crypto/issues/93) from ConsenSys/bandersnatch -- Merge pull request [#90](https://github.com/ConsenSys/gnark-crypto/issues/90) from ConsenSys/fix/tEdwards-addProj-issue89 -- Merge pull request [#82](https://github.com/ConsenSys/gnark-crypto/issues/82) from ConsenSys/perf/bn254-ML -- Merge pull request [#88](https://github.com/ConsenSys/gnark-crypto/issues/88) from ConsenSys/issue-87/twistedEdwards -- Merge pull request [#81](https://github.com/ConsenSys/gnark-crypto/issues/81) from ConsenSys/ML/DoubleStep-Halve -- Merge pull request [#77](https://github.com/ConsenSys/gnark-crypto/issues/77) from ConsenSys/BW6 +- Merge pull request [#93](https://github.com/Consensys/gnark-crypto/issues/93) from ConsenSys/bandersnatch +- Merge pull request [#90](https://github.com/Consensys/gnark-crypto/issues/90) from ConsenSys/fix/tEdwards-addProj-issue89 +- Merge pull request [#82](https://github.com/Consensys/gnark-crypto/issues/82) from ConsenSys/perf/bn254-ML +- Merge pull request [#88](https://github.com/Consensys/gnark-crypto/issues/88) from ConsenSys/issue-87/twistedEdwards +- Merge pull request [#81](https://github.com/Consensys/gnark-crypto/issues/81) from ConsenSys/ML/DoubleStep-Halve +- Merge pull request [#77](https://github.com/Consensys/gnark-crypto/issues/77) from ConsenSys/BW6 @@ -1809,8 +1809,8 @@ - **bw6-633:** fast GT-subgroup check ### Pull Requests -- Merge pull request [#76](https://github.com/ConsenSys/gnark-crypto/issues/76) from ConsenSys/msm-ones -- Merge pull request [#75](https://github.com/ConsenSys/gnark-crypto/issues/75) from ConsenSys/feat/karabina +- Merge pull request [#76](https://github.com/Consensys/gnark-crypto/issues/76) from ConsenSys/msm-ones +- Merge pull request [#75](https://github.com/Consensys/gnark-crypto/issues/75) from ConsenSys/feat/karabina @@ -1860,7 +1860,7 @@ - formated and expanded package godoc for field elements ### Feat -- added Reference benchamrk for continuous benchmarking. fixes [#54](https://github.com/ConsenSys/gnark-crypto/issues/54) +- added Reference benchamrk for continuous benchmarking. fixes [#54](https://github.com/Consensys/gnark-crypto/issues/54) - added curve level go-fuzz fuzz function - added ecc.utils.NextPowerOfTwo used in fft and kzg - kzg Commit takes an optional CPUSemaphore @@ -1902,7 +1902,7 @@ - tests for mock commitment (if claimed values are correct, etc) - addition of test for claimed values (polynomial commitments) - added subgroup check for proof and digests in kzg -- fixes [#38](https://github.com/ConsenSys/gnark-crypto/issues/38) +- fixes [#38](https://github.com/Consensys/gnark-crypto/issues/38) - **all curves:** faster GT memebership - **bw6:** GT membership - **bw6-633:** add bw6-633 to hash and fiat-shamir @@ -1920,7 +1920,7 @@ ### Fix - CommitmentScheme interface matches kzg and mockCommitment - fixed staticchek -- fixes [#37](https://github.com/ConsenSys/gnark-crypto/issues/37) +- fixes [#37](https://github.com/Consensys/gnark-crypto/issues/37) - fixed some errors handling in transcript.go - fixed unhandled errors (G104) - fixed conflicts @@ -1936,10 +1936,10 @@ - mock Digest ScalarMul didn't modify the caller - fft with coset is now thread safe. style adjustements in code - e2 x86 asm incorrect offset when x is 0 -- fixes [#49](https://github.com/ConsenSys/gnark-crypto/issues/49) +- fixes [#49](https://github.com/Consensys/gnark-crypto/issues/49) - proper error handling for polynomial commitments + code gen - remove Code generated comments in bls24/internal which is not generated -- fixes [#51](https://github.com/ConsenSys/gnark-crypto/issues/51) +- fixes [#51](https://github.com/Consensys/gnark-crypto/issues/51) - use crypto/rand instead of math/rand in ecc/../utils.go - kzg serilization test comparing address instead of value - **all curves:** IsInSubGroup shouldn't test E12 elements but GT @@ -1963,7 +1963,7 @@ - **template:** cyclotomic suqare test - **template:** Expt test to include negative seed - **templates:** no psi for bw6 endomorphism test -- **twisted Edwards:** fixed Neg(), and fixes [#57](https://github.com/ConsenSys/gnark-crypto/issues/57) +- **twisted Edwards:** fixed Neg(), and fixes [#57](https://github.com/Consensys/gnark-crypto/issues/57) ### Perf - minor perf improvments in bw6 tower @@ -2035,22 +2035,22 @@ - added e2.Neg test in code generation ### Pull Requests -- Merge pull request [#70](https://github.com/ConsenSys/gnark-crypto/issues/70) from ConsenSys/develop -- Merge pull request [#68](https://github.com/ConsenSys/gnark-crypto/issues/68) from ConsenSys/fft-cleanup -- Merge pull request [#64](https://github.com/ConsenSys/gnark-crypto/issues/64) from ConsenSys/feat/bw6-633 -- Merge pull request [#65](https://github.com/ConsenSys/gnark-crypto/issues/65) from ConsenSys/feat/kzgserialization -- Merge pull request [#63](https://github.com/ConsenSys/gnark-crypto/issues/63) from ConsenSys/feat/kzg_update -- Merge pull request [#61](https://github.com/ConsenSys/gnark-crypto/issues/61) from ConsenSys/feat/bls24-315 -- Merge pull request [#59](https://github.com/ConsenSys/gnark-crypto/issues/59) from ConsenSys/ci/fuzzandbench -- Merge pull request [#58](https://github.com/ConsenSys/gnark-crypto/issues/58) from ConsenSys/refactor/bw6-761-pairing -- Merge pull request [#55](https://github.com/ConsenSys/gnark-crypto/issues/55) from ConsenSys/feat/GT-membership -- Merge pull request [#48](https://github.com/ConsenSys/gnark-crypto/issues/48) from ConsenSys/feat/kzg -- Merge pull request [#50](https://github.com/ConsenSys/gnark-crypto/issues/50) from ConsenSys/fix/fft -- Merge pull request [#46](https://github.com/ConsenSys/gnark-crypto/issues/46) from ConsenSys/fix/domain_precompute -- Merge pull request [#45](https://github.com/ConsenSys/gnark-crypto/issues/45) from ConsenSys/hotfix/issue_36 -- Merge pull request [#44](https://github.com/ConsenSys/gnark-crypto/issues/44) from ConsenSys/feat/mul_by_13 -- Merge pull request [#42](https://github.com/ConsenSys/gnark-crypto/issues/42) from ConsenSys/feat/fiat_shamir -- Merge pull request [#41](https://github.com/ConsenSys/gnark-crypto/issues/41) from ConsenSys/docs/godoc +- Merge pull request [#70](https://github.com/Consensys/gnark-crypto/issues/70) from ConsenSys/develop +- Merge pull request [#68](https://github.com/Consensys/gnark-crypto/issues/68) from ConsenSys/fft-cleanup +- Merge pull request [#64](https://github.com/Consensys/gnark-crypto/issues/64) from ConsenSys/feat/bw6-633 +- Merge pull request [#65](https://github.com/Consensys/gnark-crypto/issues/65) from ConsenSys/feat/kzgserialization +- Merge pull request [#63](https://github.com/Consensys/gnark-crypto/issues/63) from ConsenSys/feat/kzg_update +- Merge pull request [#61](https://github.com/Consensys/gnark-crypto/issues/61) from ConsenSys/feat/bls24-315 +- Merge pull request [#59](https://github.com/Consensys/gnark-crypto/issues/59) from ConsenSys/ci/fuzzandbench +- Merge pull request [#58](https://github.com/Consensys/gnark-crypto/issues/58) from ConsenSys/refactor/bw6-761-pairing +- Merge pull request [#55](https://github.com/Consensys/gnark-crypto/issues/55) from ConsenSys/feat/GT-membership +- Merge pull request [#48](https://github.com/Consensys/gnark-crypto/issues/48) from ConsenSys/feat/kzg +- Merge pull request [#50](https://github.com/Consensys/gnark-crypto/issues/50) from ConsenSys/fix/fft +- Merge pull request [#46](https://github.com/Consensys/gnark-crypto/issues/46) from ConsenSys/fix/domain_precompute +- Merge pull request [#45](https://github.com/Consensys/gnark-crypto/issues/45) from ConsenSys/hotfix/issue_36 +- Merge pull request [#44](https://github.com/Consensys/gnark-crypto/issues/44) from ConsenSys/feat/mul_by_13 +- Merge pull request [#42](https://github.com/Consensys/gnark-crypto/issues/42) from ConsenSys/feat/fiat_shamir +- Merge pull request [#41](https://github.com/Consensys/gnark-crypto/issues/41) from ConsenSys/docs/godoc @@ -2091,7 +2091,7 @@ ### Fix - handle case where numCPU < 4 in precomputeExpTable -- incorrect comment and size returned in twistededwards SetBytes fixes [#34](https://github.com/ConsenSys/gnark-crypto/issues/34) +- incorrect comment and size returned in twistededwards SetBytes fixes [#34](https://github.com/Consensys/gnark-crypto/issues/34) - add/dbl exJac - add/dbl exJac - point.SetBytes can now be called concurently with same byte slice input @@ -2128,9 +2128,9 @@ - rename point bench functions ### Pull Requests -- Merge pull request [#35](https://github.com/ConsenSys/gnark-crypto/issues/35) from ConsenSys/refactor/monorepo -- Merge pull request [#33](https://github.com/ConsenSys/gnark-crypto/issues/33) from ConsenSys/msm/full-extJac -- Merge pull request [#32](https://github.com/ConsenSys/gnark-crypto/issues/32) from ConsenSys/fix/clobbered_bp +- Merge pull request [#35](https://github.com/Consensys/gnark-crypto/issues/35) from ConsenSys/refactor/monorepo +- Merge pull request [#33](https://github.com/Consensys/gnark-crypto/issues/33) from ConsenSys/msm/full-extJac +- Merge pull request [#32](https://github.com/Consensys/gnark-crypto/issues/32) from ConsenSys/fix/clobbered_bp @@ -2182,11 +2182,11 @@ - addition of Marshal/Unmarshal+tests, addition of templates, modified GetEdwardsCurve to not expose order (in big.Int) ### Pull Requests -- Merge pull request [#29](https://github.com/ConsenSys/gnark-crypto/issues/29) from ConsenSys/youssef/bls12-finalExp -- Merge pull request [#27](https://github.com/ConsenSys/gnark-crypto/issues/27) from ConsenSys/experimental/pairing -- Merge pull request [#26](https://github.com/ConsenSys/gnark-crypto/issues/26) from ConsenSys/youssef/ML-ABLR -- Merge pull request [#25](https://github.com/ConsenSys/gnark-crypto/issues/25) from ConsenSys/csquare -- Merge pull request [#23](https://github.com/ConsenSys/gnark-crypto/issues/23) from ConsenSys/youssef/bw6-API-pairing +- Merge pull request [#29](https://github.com/Consensys/gnark-crypto/issues/29) from ConsenSys/youssef/bls12-finalExp +- Merge pull request [#27](https://github.com/Consensys/gnark-crypto/issues/27) from ConsenSys/experimental/pairing +- Merge pull request [#26](https://github.com/Consensys/gnark-crypto/issues/26) from ConsenSys/youssef/ML-ABLR +- Merge pull request [#25](https://github.com/Consensys/gnark-crypto/issues/25) from ConsenSys/csquare +- Merge pull request [#23](https://github.com/Consensys/gnark-crypto/issues/23) from ConsenSys/youssef/bw6-API-pairing @@ -2259,8 +2259,8 @@ - added Bytes() and SetBytes() method on point with binary encoding and optional point compression ### Pull Requests -- Merge pull request [#21](https://github.com/ConsenSys/gnark-crypto/issues/21) from ConsenSys/youssef/MillerLoops -- Merge pull request [#19](https://github.com/ConsenSys/gnark-crypto/issues/19) from ConsenSys/cleanup +- Merge pull request [#21](https://github.com/Consensys/gnark-crypto/issues/21) from ConsenSys/youssef/MillerLoops +- Merge pull request [#19](https://github.com/Consensys/gnark-crypto/issues/19) from ConsenSys/cleanup @@ -2360,10 +2360,10 @@ - optimized Miller loop ### Pull Requests -- Merge pull request [#11](https://github.com/ConsenSys/gnark-crypto/issues/11) from ConsenSys/refactor-cyclotomicsquare -- Merge pull request [#10](https://github.com/ConsenSys/gnark-crypto/issues/10) from ConsenSys/refactor-constants -- Merge pull request [#5](https://github.com/ConsenSys/gnark-crypto/issues/5) from ConsenSys/experimental-pairing-gen -- Merge pull request [#4](https://github.com/ConsenSys/gnark-crypto/issues/4) from ConsenSys/endomul-remove +- Merge pull request [#11](https://github.com/Consensys/gnark-crypto/issues/11) from ConsenSys/refactor-cyclotomicsquare +- Merge pull request [#10](https://github.com/Consensys/gnark-crypto/issues/10) from ConsenSys/refactor-constants +- Merge pull request [#5](https://github.com/Consensys/gnark-crypto/issues/5) from ConsenSys/experimental-pairing-gen +- Merge pull request [#4](https://github.com/Consensys/gnark-crypto/issues/4) from ConsenSys/endomul-remove @@ -2372,41 +2372,41 @@ ## [v0.1.0] - 2020-04-07 ### Pull Requests -- Merge pull request [#2](https://github.com/ConsenSys/gnark-crypto/issues/2) from ConsenSys/develop +- Merge pull request [#2](https://github.com/Consensys/gnark-crypto/issues/2) from ConsenSys/develop ## v0.0.1 - 2020-03-23 -[v0.14.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.13.0...v0.14.0 -[v0.13.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.12.1...v0.13.0 -[v0.12.1]: https://github.com/ConsenSys/gnark-crypto/compare/v0.12.0...v0.12.1 -[v0.12.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.11.2...v0.12.0 -[v0.11.2]: https://github.com/ConsenSys/gnark-crypto/compare/v0.9.2...v0.11.2 -[v0.9.2]: https://github.com/ConsenSys/gnark-crypto/compare/v0.11.1...v0.9.2 -[v0.11.1]: https://github.com/ConsenSys/gnark-crypto/compare/v0.10.1...v0.11.1 -[v0.10.1]: https://github.com/ConsenSys/gnark-crypto/compare/v0.11.0...v0.10.1 -[v0.11.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.10.0...v0.11.0 -[v0.10.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.9.1...v0.10.0 -[v0.9.1]: https://github.com/ConsenSys/gnark-crypto/compare/v0.9.0...v0.9.1 -[v0.9.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.8.0...v0.9.0 -[v0.8.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.7.0...v0.8.0 -[v0.7.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.6.1...v0.7.0 -[v0.6.1]: https://github.com/ConsenSys/gnark-crypto/compare/v0.6.0...v0.6.1 -[v0.6.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.5.3...v0.6.0 -[v0.5.3]: https://github.com/ConsenSys/gnark-crypto/compare/v0.5.2...v0.5.3 -[v0.5.2]: https://github.com/ConsenSys/gnark-crypto/compare/v0.5.1...v0.5.2 -[v0.5.1]: https://github.com/ConsenSys/gnark-crypto/compare/v0.5.0...v0.5.1 -[v0.5.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.4.0...v0.5.0 -[v0.4.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.3.8...v0.4.0 -[v0.3.8]: https://github.com/ConsenSys/gnark-crypto/compare/v0.3.7...v0.3.8 -[v0.3.7]: https://github.com/ConsenSys/gnark-crypto/compare/v0.3.6...v0.3.7 -[v0.3.6]: https://github.com/ConsenSys/gnark-crypto/compare/v0.3.5...v0.3.6 -[v0.3.5]: https://github.com/ConsenSys/gnark-crypto/compare/v0.3.4...v0.3.5 -[v0.3.4]: https://github.com/ConsenSys/gnark-crypto/compare/v0.3.3...v0.3.4 -[v0.3.3]: https://github.com/ConsenSys/gnark-crypto/compare/v0.3.0...v0.3.3 -[v0.3.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.3.0-alpha...v0.3.0 -[v0.3.0-alpha]: https://github.com/ConsenSys/gnark-crypto/compare/v0.2.0...v0.3.0-alpha -[v0.2.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.1.1...v0.2.0 -[v0.1.1]: https://github.com/ConsenSys/gnark-crypto/compare/v0.1.0...v0.1.1 -[v0.1.0]: https://github.com/ConsenSys/gnark-crypto/compare/v0.0.1...v0.1.0 +[v0.14.0]: https://github.com/Consensys/gnark-crypto/compare/v0.13.0...v0.14.0 +[v0.13.0]: https://github.com/Consensys/gnark-crypto/compare/v0.12.1...v0.13.0 +[v0.12.1]: https://github.com/Consensys/gnark-crypto/compare/v0.12.0...v0.12.1 +[v0.12.0]: https://github.com/Consensys/gnark-crypto/compare/v0.11.2...v0.12.0 +[v0.11.2]: https://github.com/Consensys/gnark-crypto/compare/v0.9.2...v0.11.2 +[v0.9.2]: https://github.com/Consensys/gnark-crypto/compare/v0.11.1...v0.9.2 +[v0.11.1]: https://github.com/Consensys/gnark-crypto/compare/v0.10.1...v0.11.1 +[v0.10.1]: https://github.com/Consensys/gnark-crypto/compare/v0.11.0...v0.10.1 +[v0.11.0]: https://github.com/Consensys/gnark-crypto/compare/v0.10.0...v0.11.0 +[v0.10.0]: https://github.com/Consensys/gnark-crypto/compare/v0.9.1...v0.10.0 +[v0.9.1]: https://github.com/Consensys/gnark-crypto/compare/v0.9.0...v0.9.1 +[v0.9.0]: https://github.com/Consensys/gnark-crypto/compare/v0.8.0...v0.9.0 +[v0.8.0]: https://github.com/Consensys/gnark-crypto/compare/v0.7.0...v0.8.0 +[v0.7.0]: https://github.com/Consensys/gnark-crypto/compare/v0.6.1...v0.7.0 +[v0.6.1]: https://github.com/Consensys/gnark-crypto/compare/v0.6.0...v0.6.1 +[v0.6.0]: https://github.com/Consensys/gnark-crypto/compare/v0.5.3...v0.6.0 +[v0.5.3]: https://github.com/Consensys/gnark-crypto/compare/v0.5.2...v0.5.3 +[v0.5.2]: https://github.com/Consensys/gnark-crypto/compare/v0.5.1...v0.5.2 +[v0.5.1]: https://github.com/Consensys/gnark-crypto/compare/v0.5.0...v0.5.1 +[v0.5.0]: https://github.com/Consensys/gnark-crypto/compare/v0.4.0...v0.5.0 +[v0.4.0]: https://github.com/Consensys/gnark-crypto/compare/v0.3.8...v0.4.0 +[v0.3.8]: https://github.com/Consensys/gnark-crypto/compare/v0.3.7...v0.3.8 +[v0.3.7]: https://github.com/Consensys/gnark-crypto/compare/v0.3.6...v0.3.7 +[v0.3.6]: https://github.com/Consensys/gnark-crypto/compare/v0.3.5...v0.3.6 +[v0.3.5]: https://github.com/Consensys/gnark-crypto/compare/v0.3.4...v0.3.5 +[v0.3.4]: https://github.com/Consensys/gnark-crypto/compare/v0.3.3...v0.3.4 +[v0.3.3]: https://github.com/Consensys/gnark-crypto/compare/v0.3.0...v0.3.3 +[v0.3.0]: https://github.com/Consensys/gnark-crypto/compare/v0.3.0-alpha...v0.3.0 +[v0.3.0-alpha]: https://github.com/Consensys/gnark-crypto/compare/v0.2.0...v0.3.0-alpha +[v0.2.0]: https://github.com/Consensys/gnark-crypto/compare/v0.1.1...v0.2.0 +[v0.1.1]: https://github.com/Consensys/gnark-crypto/compare/v0.1.0...v0.1.1 +[v0.1.0]: https://github.com/Consensys/gnark-crypto/compare/v0.0.1...v0.1.0 diff --git a/CITATION.bib b/CITATION.bib index 9a1675abbe..b14f26ca0e 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -4,7 +4,7 @@ @software{gnark-crypto-v0.7 Youssef El Housni and Arya Tabaie and Ivo Kubjas}, - title = {ConsenSys/gnark-crypto: v0.7.0}, + title = {Consensys/gnark-crypto: v0.7.0}, month = jan, year = 2022, publisher = {Zenodo}, diff --git a/README.md b/README.md index 2cebaacbe0..c92ba7855c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gnark-crypto -[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/gnark_team.svg?style=social&label=Follow%20%40gnark_team)](https://twitter.com/gnark_team) [![License](https://img.shields.io/badge/license-Apache%202-blue)](LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/ConsenSys/gnark-crypto)](https://goreportcard.com/badge/github.com/ConsenSys/gnark-crypto) [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/consensys/gnark-crypto)](https://pkg.go.dev/mod/github.com/consensys/gnark-crypto) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5815453.svg)](https://doi.org/10.5281/zenodo.5815453) +[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/gnark_team.svg?style=social&label=Follow%20%40gnark_team)](https://twitter.com/gnark_team) [![License](https://img.shields.io/badge/license-Apache%202-blue)](LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/Consensys/gnark-crypto)](https://goreportcard.com/badge/github.com/Consensys/gnark-crypto) [![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/Consensys/gnark-crypto)](https://pkg.go.dev/mod/github.com/Consensys/gnark-crypto) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5815453.svg)](https://doi.org/10.5281/zenodo.5815453) `gnark-crypto` provides efficient cryptographic primitives, in Go: @@ -23,19 +23,19 @@ `gnark-crypto` is actively developed and maintained by the team (gnark@consensys.net | [HackMD](https://hackmd.io/@gnark)) behind: -* [`gnark`: a framework to execute (and verify) algorithms in zero-knowledge](https://github.com/consensys/gnark) +* [`gnark`: a framework to execute (and verify) algorithms in zero-knowledge](https://github.com/Consensys/gnark) ## Warning **`gnark-crypto` is not fully audited and is provided as-is, use at your own risk. In particular, `gnark-crypto` makes no security guarantees such as constant time implementation or side-channel attack resistance.** -**To report a security bug, please refer to [`gnark` Security Policy](https://github.com/ConsenSys/gnark/blob/master/SECURITY.md).** +**To report a security bug, please refer to [`gnark` Security Policy](https://github.com/Consensys/gnark/blob/master/SECURITY.md).** `gnark-crypto` packages are optimized for 64bits architectures (x86 `amd64`) and tested on Unix (Linux / macOS). ## Audits -See [list of audits for `gnark` and `gnark-crypto`](https://github.com/consensys/gnark?tab=readme-ov-file#audits) +See [list of audits for `gnark` and `gnark-crypto`](https://github.com/Consensys/gnark?tab=readme-ov-file#audits) ## Getting started @@ -46,7 +46,7 @@ See [list of audits for `gnark` and `gnark-crypto`](https://github.com/consensys ### Install `gnark-crypto` ```bash -go get github.com/consensys/gnark-crypto +go get github.com/Consensys/gnark-crypto ``` Note that if you use go modules, in `go.mod` the module path is case sensitive (use `consensys` and not `ConsenSys`). @@ -97,26 +97,26 @@ Please use the following BibTeX to cite the most recent release. ## Versioning -We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/consensys/gnark-crypto/tags). +We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/Consensys/gnark-crypto/tags). ## License This project is licensed under the Apache 2 License - see the [LICENSE](LICENSE) file for details. -[`field/goff`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/field/goff -[`bn254`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254 -[`bls12-381`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls12-381 -[`bls24-317`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls24-317 -[`bls12-377`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls12-377 -[`bls24-315`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls24-315 -[`bw6-761`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bw6-761 -[`bw6-633`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bw6-633 -[`twistededwards`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/twistededwards -[`eddsa`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/twistededwards/eddsa -[`fft`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/fft -[`fri`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/fri -[`mimc`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/mimc -[`kzg`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/kzg -[`plookup`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/plookup -[`permutation`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/permutation -[`fiatshamir`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/fiat-shamir +[`field/goff`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/field/goff +[`bn254`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254 +[`bls12-381`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bls12-381 +[`bls24-317`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bls24-317 +[`bls12-377`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bls12-377 +[`bls24-315`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bls24-315 +[`bw6-761`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bw6-761 +[`bw6-633`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bw6-633 +[`twistededwards`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/twistededwards +[`eddsa`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/twistededwards/eddsa +[`fft`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/fft +[`fri`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/fri +[`mimc`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/mimc +[`kzg`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/kzg +[`plookup`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/plookup +[`permutation`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/permutation +[`fiatshamir`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/fiat-shamir diff --git a/ecc/bls12-377/fp/element_amd64.s b/ecc/bls12-377/fp/element_amd64.s index b73d1a484e..5d3fa97711 100644 --- a/ecc/bls12-377/fp/element_amd64.s +++ b/ecc/bls12-377/fp/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 11124594824487954849 +// We include the hash to force the Go compiler to recompile: 18408829383245254329 #include "../../../field/asm/element_6w_amd64.s" diff --git a/ecc/bls12-377/fp/element_utils.go b/ecc/bls12-377/fp/element_utils.go index 6da4e95fd7..e142966f61 100644 --- a/ecc/bls12-377/fp/element_utils.go +++ b/ecc/bls12-377/fp/element_utils.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fp diff --git a/ecc/bls12-377/fr/element_amd64.s b/ecc/bls12-377/fr/element_amd64.s index ed8a36e04d..1e9b28934d 100644 --- a/ecc/bls12-377/fr/element_amd64.s +++ b/ecc/bls12-377/fr/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 9425145785761608449 +// We include the hash to force the Go compiler to recompile: 14652627197992229521 #include "../../../field/asm/element_4w_amd64.s" diff --git a/ecc/bls12-377/fr/gkr/gkr_test.go b/ecc/bls12-377/fr/gkr/gkr_test.go index b3237624f7..48a8aa85ce 100644 --- a/ecc/bls12-377/fr/gkr/gkr_test.go +++ b/ecc/bls12-377/fr/gkr/gkr_test.go @@ -325,7 +325,7 @@ func mimcCircuit(numRounds int) Circuit { func testMimc(t *testing.T, numRounds int, inputAssignments ...[]fr.Element) { //TODO: Implement mimc correctly. Currently, the computation is mimc(a,b) = cipher( cipher( ... cipher(a, b), b) ..., b) - // @AlexandreBelling: Please explain the extra layers in https://github.com/ConsenSys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 + // @AlexandreBelling: Please explain the extra layers in https://github.com/Consensys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 c := mimcCircuit(numRounds) diff --git a/ecc/bls12-377/fr/pedersen/pedersen.go b/ecc/bls12-377/fr/pedersen/pedersen.go index 53d0b6823c..3407e84f82 100644 --- a/ecc/bls12-377/fr/pedersen/pedersen.go +++ b/ecc/bls12-377/fr/pedersen/pedersen.go @@ -105,7 +105,7 @@ func (pk *ProvingKey) ProveKnowledge(values []fr.Element) (pok curve.G1Affine, e } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, // TODO Experiment } @@ -123,7 +123,7 @@ func (pk *ProvingKey) Commit(values []fr.Element) (commitment curve.G1Affine, er } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } @@ -184,7 +184,7 @@ func BatchProve(pk []ProvingKey, values [][]fr.Element, combinationCoeff fr.Elem } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } diff --git a/ecc/bls12-377/fr/sis/sis.go b/ecc/bls12-377/fr/sis/sis.go index 954867a93f..d250b6ce5d 100644 --- a/ecc/bls12-377/fr/sis/sis.go +++ b/ecc/bls12-377/fr/sis/sis.go @@ -1,16 +1,5 @@ -// Copyright 2023 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package sis diff --git a/ecc/bls12-377/fr/sis/sis_test.go b/ecc/bls12-377/fr/sis/sis_test.go index 9243aede27..b7aa481f59 100644 --- a/ecc/bls12-377/fr/sis/sis_test.go +++ b/ecc/bls12-377/fr/sis/sis_test.go @@ -1,16 +1,5 @@ -// Copyright 2023 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package sis diff --git a/ecc/bls12-377/internal/fptower/e2_amd64.s b/ecc/bls12-377/internal/fptower/e2_amd64.s index 78dbffd405..80bb2b9813 100644 --- a/ecc/bls12-377/internal/fptower/e2_amd64.s +++ b/ecc/bls12-377/internal/fptower/e2_amd64.s @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// Copyright 2020 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. #include "textflag.h" diff --git a/ecc/bls12-377/internal/fptower/e2_bls377.go b/ecc/bls12-377/internal/fptower/e2_bls377.go index 9505d53153..8e00b37425 100644 --- a/ecc/bls12-377/internal/fptower/e2_bls377.go +++ b/ecc/bls12-377/internal/fptower/e2_bls377.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-377/internal/fptower/frobenius.go b/ecc/bls12-377/internal/fptower/frobenius.go index a7e1b2a812..2f6a3db346 100644 --- a/ecc/bls12-377/internal/fptower/frobenius.go +++ b/ecc/bls12-377/internal/fptower/frobenius.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-377/internal/fptower/parameters.go b/ecc/bls12-377/internal/fptower/parameters.go index 6f2b1d6c7e..e7bf3ef628 100644 --- a/ecc/bls12-377/internal/fptower/parameters.go +++ b/ecc/bls12-377/internal/fptower/parameters.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-377/multiexp_affine.go b/ecc/bls12-377/multiexp_affine.go index bb1ff3e1d9..69e6f9a000 100644 --- a/ecc/bls12-377/multiexp_affine.go +++ b/ecc/bls12-377/multiexp_affine.go @@ -19,7 +19,7 @@ type batchOpG1Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG1BatchAffine[BJE ibg1JacExtended, B ibG1Affine, BS bitSet, TP pG1Affine, TPP ppG1Affine, TQ qOpsG1Affine, TC cG1Affine]( chunk uint64, @@ -346,7 +346,7 @@ type batchOpG2Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG2BatchAffine[BJE ibg2JacExtended, B ibG2Affine, BS bitSet, TP pG2Affine, TPP ppG2Affine, TQ qOpsG2Affine, TC cG2Affine]( chunk uint64, diff --git a/ecc/bls12-377/pairing.go b/ecc/bls12-377/pairing.go index 1b95a173f2..1b519ce01b 100644 --- a/ecc/bls12-377/pairing.go +++ b/ecc/bls12-377/pairing.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls12377 diff --git a/ecc/bls12-381/fp/element_amd64.s b/ecc/bls12-381/fp/element_amd64.s index b73d1a484e..5d3fa97711 100644 --- a/ecc/bls12-381/fp/element_amd64.s +++ b/ecc/bls12-381/fp/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 11124594824487954849 +// We include the hash to force the Go compiler to recompile: 18408829383245254329 #include "../../../field/asm/element_6w_amd64.s" diff --git a/ecc/bls12-381/fr/element_amd64.s b/ecc/bls12-381/fr/element_amd64.s index ed8a36e04d..1e9b28934d 100644 --- a/ecc/bls12-381/fr/element_amd64.s +++ b/ecc/bls12-381/fr/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 9425145785761608449 +// We include the hash to force the Go compiler to recompile: 14652627197992229521 #include "../../../field/asm/element_4w_amd64.s" diff --git a/ecc/bls12-381/fr/gkr/gkr_test.go b/ecc/bls12-381/fr/gkr/gkr_test.go index a6c5e86119..67125b7a12 100644 --- a/ecc/bls12-381/fr/gkr/gkr_test.go +++ b/ecc/bls12-381/fr/gkr/gkr_test.go @@ -325,7 +325,7 @@ func mimcCircuit(numRounds int) Circuit { func testMimc(t *testing.T, numRounds int, inputAssignments ...[]fr.Element) { //TODO: Implement mimc correctly. Currently, the computation is mimc(a,b) = cipher( cipher( ... cipher(a, b), b) ..., b) - // @AlexandreBelling: Please explain the extra layers in https://github.com/ConsenSys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 + // @AlexandreBelling: Please explain the extra layers in https://github.com/Consensys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 c := mimcCircuit(numRounds) diff --git a/ecc/bls12-381/fr/pedersen/pedersen.go b/ecc/bls12-381/fr/pedersen/pedersen.go index ffbd2bc283..b44b77fc75 100644 --- a/ecc/bls12-381/fr/pedersen/pedersen.go +++ b/ecc/bls12-381/fr/pedersen/pedersen.go @@ -105,7 +105,7 @@ func (pk *ProvingKey) ProveKnowledge(values []fr.Element) (pok curve.G1Affine, e } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, // TODO Experiment } @@ -123,7 +123,7 @@ func (pk *ProvingKey) Commit(values []fr.Element) (commitment curve.G1Affine, er } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } @@ -184,7 +184,7 @@ func BatchProve(pk []ProvingKey, values [][]fr.Element, combinationCoeff fr.Elem } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } diff --git a/ecc/bls12-381/internal/fptower/e2_amd64.s b/ecc/bls12-381/internal/fptower/e2_amd64.s index 6163a305b6..e3ce368984 100644 --- a/ecc/bls12-381/internal/fptower/e2_amd64.s +++ b/ecc/bls12-381/internal/fptower/e2_amd64.s @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// Copyright 2020 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. #include "textflag.h" diff --git a/ecc/bls12-381/internal/fptower/e2_bls381.go b/ecc/bls12-381/internal/fptower/e2_bls381.go index 32fb644b69..684326a89f 100644 --- a/ecc/bls12-381/internal/fptower/e2_bls381.go +++ b/ecc/bls12-381/internal/fptower/e2_bls381.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-381/internal/fptower/e2_bls381_fallback.go b/ecc/bls12-381/internal/fptower/e2_bls381_fallback.go index 0ae39042dc..d235bcc736 100644 --- a/ecc/bls12-381/internal/fptower/e2_bls381_fallback.go +++ b/ecc/bls12-381/internal/fptower/e2_bls381_fallback.go @@ -1,19 +1,8 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-381/internal/fptower/frobenius.go b/ecc/bls12-381/internal/fptower/frobenius.go index 94b38f4282..70d7565a18 100644 --- a/ecc/bls12-381/internal/fptower/frobenius.go +++ b/ecc/bls12-381/internal/fptower/frobenius.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-381/internal/fptower/parameters.go b/ecc/bls12-381/internal/fptower/parameters.go index 9f97e11751..c3ce205914 100644 --- a/ecc/bls12-381/internal/fptower/parameters.go +++ b/ecc/bls12-381/internal/fptower/parameters.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-381/multiexp_affine.go b/ecc/bls12-381/multiexp_affine.go index db91c99abe..5bdfc1fe1a 100644 --- a/ecc/bls12-381/multiexp_affine.go +++ b/ecc/bls12-381/multiexp_affine.go @@ -19,7 +19,7 @@ type batchOpG1Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG1BatchAffine[BJE ibg1JacExtended, B ibG1Affine, BS bitSet, TP pG1Affine, TPP ppG1Affine, TQ qOpsG1Affine, TC cG1Affine]( chunk uint64, @@ -346,7 +346,7 @@ type batchOpG2Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG2BatchAffine[BJE ibg2JacExtended, B ibG2Affine, BS bitSet, TP pG2Affine, TPP ppG2Affine, TQ qOpsG2Affine, TC cG2Affine]( chunk uint64, diff --git a/ecc/bls12-381/pairing.go b/ecc/bls12-381/pairing.go index be2e8bc74e..085c02f18e 100644 --- a/ecc/bls12-381/pairing.go +++ b/ecc/bls12-381/pairing.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls12381 diff --git a/ecc/bls24-315/fp/element_amd64.s b/ecc/bls24-315/fp/element_amd64.s index 599977a11a..4510807fcf 100644 --- a/ecc/bls24-315/fp/element_amd64.s +++ b/ecc/bls24-315/fp/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 18184981773209750009 +// We include the hash to force the Go compiler to recompile: 4600622797032586825 #include "../../../field/asm/element_5w_amd64.s" diff --git a/ecc/bls24-315/fr/element_amd64.s b/ecc/bls24-315/fr/element_amd64.s index ed8a36e04d..1e9b28934d 100644 --- a/ecc/bls24-315/fr/element_amd64.s +++ b/ecc/bls24-315/fr/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 9425145785761608449 +// We include the hash to force the Go compiler to recompile: 14652627197992229521 #include "../../../field/asm/element_4w_amd64.s" diff --git a/ecc/bls24-315/fr/gkr/gkr_test.go b/ecc/bls24-315/fr/gkr/gkr_test.go index 747739befd..4d495d5799 100644 --- a/ecc/bls24-315/fr/gkr/gkr_test.go +++ b/ecc/bls24-315/fr/gkr/gkr_test.go @@ -325,7 +325,7 @@ func mimcCircuit(numRounds int) Circuit { func testMimc(t *testing.T, numRounds int, inputAssignments ...[]fr.Element) { //TODO: Implement mimc correctly. Currently, the computation is mimc(a,b) = cipher( cipher( ... cipher(a, b), b) ..., b) - // @AlexandreBelling: Please explain the extra layers in https://github.com/ConsenSys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 + // @AlexandreBelling: Please explain the extra layers in https://github.com/Consensys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 c := mimcCircuit(numRounds) diff --git a/ecc/bls24-315/fr/pedersen/pedersen.go b/ecc/bls24-315/fr/pedersen/pedersen.go index 2fa8fd038b..1aebf78be1 100644 --- a/ecc/bls24-315/fr/pedersen/pedersen.go +++ b/ecc/bls24-315/fr/pedersen/pedersen.go @@ -105,7 +105,7 @@ func (pk *ProvingKey) ProveKnowledge(values []fr.Element) (pok curve.G1Affine, e } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, // TODO Experiment } @@ -123,7 +123,7 @@ func (pk *ProvingKey) Commit(values []fr.Element) (commitment curve.G1Affine, er } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } @@ -184,7 +184,7 @@ func BatchProve(pk []ProvingKey, values [][]fr.Element, combinationCoeff fr.Elem } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } diff --git a/ecc/bls24-315/hash_to_g2.go b/ecc/bls24-315/hash_to_g2.go index df1af0d751..b7ea003d70 100644 --- a/ecc/bls24-315/hash_to_g2.go +++ b/ecc/bls24-315/hash_to_g2.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls24315 diff --git a/ecc/bls24-315/internal/fptower/asm.go b/ecc/bls24-315/internal/fptower/asm.go index ba19dae3e6..1b783f53fa 100644 --- a/ecc/bls24-315/internal/fptower/asm.go +++ b/ecc/bls24-315/internal/fptower/asm.go @@ -1,19 +1,8 @@ //go:build !noadx // +build !noadx -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/asm_noadx.go b/ecc/bls24-315/internal/fptower/asm_noadx.go index 5cfde1587f..d17d3606a5 100644 --- a/ecc/bls24-315/internal/fptower/asm_noadx.go +++ b/ecc/bls24-315/internal/fptower/asm_noadx.go @@ -1,19 +1,8 @@ //go:build noadx // +build noadx -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e12.go b/ecc/bls24-315/internal/fptower/e12.go index ca0f092167..1769310bf3 100644 --- a/ecc/bls24-315/internal/fptower/e12.go +++ b/ecc/bls24-315/internal/fptower/e12.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e12_test.go b/ecc/bls24-315/internal/fptower/e12_test.go index c4cec4957f..e40576726c 100644 --- a/ecc/bls24-315/internal/fptower/e12_test.go +++ b/ecc/bls24-315/internal/fptower/e12_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2.go b/ecc/bls24-315/internal/fptower/e2.go index 2c1d53fbbb..4242973dc6 100644 --- a/ecc/bls24-315/internal/fptower/e2.go +++ b/ecc/bls24-315/internal/fptower/e2.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e24.go b/ecc/bls24-315/internal/fptower/e24.go index 22b7183b15..adeb82296e 100644 --- a/ecc/bls24-315/internal/fptower/e24.go +++ b/ecc/bls24-315/internal/fptower/e24.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e24_test.go b/ecc/bls24-315/internal/fptower/e24_test.go index d57ee28066..100696c9d9 100644 --- a/ecc/bls24-315/internal/fptower/e24_test.go +++ b/ecc/bls24-315/internal/fptower/e24_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2_amd64.go b/ecc/bls24-315/internal/fptower/e2_amd64.go index 87581cec64..35e65076cb 100644 --- a/ecc/bls24-315/internal/fptower/e2_amd64.go +++ b/ecc/bls24-315/internal/fptower/e2_amd64.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2_amd64.s b/ecc/bls24-315/internal/fptower/e2_amd64.s index 6f9615547a..8583dcb704 100644 --- a/ecc/bls24-315/internal/fptower/e2_amd64.s +++ b/ecc/bls24-315/internal/fptower/e2_amd64.s @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. #include "textflag.h" #include "funcdata.h" diff --git a/ecc/bls24-315/internal/fptower/e2_bls315.go b/ecc/bls24-315/internal/fptower/e2_bls315.go index d1f46e4e01..80ea7efe1d 100644 --- a/ecc/bls24-315/internal/fptower/e2_bls315.go +++ b/ecc/bls24-315/internal/fptower/e2_bls315.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2_bls315_fallback.go b/ecc/bls24-315/internal/fptower/e2_bls315_fallback.go index 2faf656e97..652b723fef 100644 --- a/ecc/bls24-315/internal/fptower/e2_bls315_fallback.go +++ b/ecc/bls24-315/internal/fptower/e2_bls315_fallback.go @@ -1,19 +1,8 @@ //go:build !amd64 // +build !amd64 -// Copyright 2021 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2_fallback.go b/ecc/bls24-315/internal/fptower/e2_fallback.go index 3e9886c87d..ad25774062 100644 --- a/ecc/bls24-315/internal/fptower/e2_fallback.go +++ b/ecc/bls24-315/internal/fptower/e2_fallback.go @@ -1,19 +1,8 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2_test.go b/ecc/bls24-315/internal/fptower/e2_test.go index 8743507943..dc70b964b5 100644 --- a/ecc/bls24-315/internal/fptower/e2_test.go +++ b/ecc/bls24-315/internal/fptower/e2_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e4.go b/ecc/bls24-315/internal/fptower/e4.go index 3eb683b782..4abedd7393 100644 --- a/ecc/bls24-315/internal/fptower/e4.go +++ b/ecc/bls24-315/internal/fptower/e4.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e4_bls315.go b/ecc/bls24-315/internal/fptower/e4_bls315.go index 30982c6dc6..7a4a4edb97 100644 --- a/ecc/bls24-315/internal/fptower/e4_bls315.go +++ b/ecc/bls24-315/internal/fptower/e4_bls315.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e4_test.go b/ecc/bls24-315/internal/fptower/e4_test.go index a3a52e8f34..770650d248 100644 --- a/ecc/bls24-315/internal/fptower/e4_test.go +++ b/ecc/bls24-315/internal/fptower/e4_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/frobenius.go b/ecc/bls24-315/internal/fptower/frobenius.go index ca2c72636f..1067dae0ae 100644 --- a/ecc/bls24-315/internal/fptower/frobenius.go +++ b/ecc/bls24-315/internal/fptower/frobenius.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://wwwApache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/parameters.go b/ecc/bls24-315/internal/fptower/parameters.go index 71ac9072cd..e6bf6edb13 100644 --- a/ecc/bls24-315/internal/fptower/parameters.go +++ b/ecc/bls24-315/internal/fptower/parameters.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/multiexp_affine.go b/ecc/bls24-315/multiexp_affine.go index 7fe32aed72..d09dd87401 100644 --- a/ecc/bls24-315/multiexp_affine.go +++ b/ecc/bls24-315/multiexp_affine.go @@ -19,7 +19,7 @@ type batchOpG1Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG1BatchAffine[BJE ibg1JacExtended, B ibG1Affine, BS bitSet, TP pG1Affine, TPP ppG1Affine, TQ qOpsG1Affine, TC cG1Affine]( chunk uint64, @@ -346,7 +346,7 @@ type batchOpG2Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG2BatchAffine[BJE ibg2JacExtended, B ibG2Affine, BS bitSet, TP pG2Affine, TPP ppG2Affine, TQ qOpsG2Affine, TC cG2Affine]( chunk uint64, diff --git a/ecc/bls24-315/pairing.go b/ecc/bls24-315/pairing.go index 31ab7c6eb9..6c1a0dd97e 100644 --- a/ecc/bls24-315/pairing.go +++ b/ecc/bls24-315/pairing.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls24315 diff --git a/ecc/bls24-317/fp/element_amd64.s b/ecc/bls24-317/fp/element_amd64.s index 599977a11a..4510807fcf 100644 --- a/ecc/bls24-317/fp/element_amd64.s +++ b/ecc/bls24-317/fp/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 18184981773209750009 +// We include the hash to force the Go compiler to recompile: 4600622797032586825 #include "../../../field/asm/element_5w_amd64.s" diff --git a/ecc/bls24-317/fr/element_amd64.s b/ecc/bls24-317/fr/element_amd64.s index ed8a36e04d..1e9b28934d 100644 --- a/ecc/bls24-317/fr/element_amd64.s +++ b/ecc/bls24-317/fr/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 9425145785761608449 +// We include the hash to force the Go compiler to recompile: 14652627197992229521 #include "../../../field/asm/element_4w_amd64.s" diff --git a/ecc/bls24-317/fr/gkr/gkr_test.go b/ecc/bls24-317/fr/gkr/gkr_test.go index bd28b5d2a1..18ecd1e7cf 100644 --- a/ecc/bls24-317/fr/gkr/gkr_test.go +++ b/ecc/bls24-317/fr/gkr/gkr_test.go @@ -325,7 +325,7 @@ func mimcCircuit(numRounds int) Circuit { func testMimc(t *testing.T, numRounds int, inputAssignments ...[]fr.Element) { //TODO: Implement mimc correctly. Currently, the computation is mimc(a,b) = cipher( cipher( ... cipher(a, b), b) ..., b) - // @AlexandreBelling: Please explain the extra layers in https://github.com/ConsenSys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 + // @AlexandreBelling: Please explain the extra layers in https://github.com/Consensys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 c := mimcCircuit(numRounds) diff --git a/ecc/bls24-317/fr/pedersen/pedersen.go b/ecc/bls24-317/fr/pedersen/pedersen.go index 1e5e96e6f4..9779417b81 100644 --- a/ecc/bls24-317/fr/pedersen/pedersen.go +++ b/ecc/bls24-317/fr/pedersen/pedersen.go @@ -105,7 +105,7 @@ func (pk *ProvingKey) ProveKnowledge(values []fr.Element) (pok curve.G1Affine, e } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, // TODO Experiment } @@ -123,7 +123,7 @@ func (pk *ProvingKey) Commit(values []fr.Element) (commitment curve.G1Affine, er } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } @@ -184,7 +184,7 @@ func BatchProve(pk []ProvingKey, values [][]fr.Element, combinationCoeff fr.Elem } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } diff --git a/ecc/bls24-317/hash_to_g2.go b/ecc/bls24-317/hash_to_g2.go index 597de9ed6c..9b2e66d5be 100644 --- a/ecc/bls24-317/hash_to_g2.go +++ b/ecc/bls24-317/hash_to_g2.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls24317 diff --git a/ecc/bls24-317/internal/fptower/asm.go b/ecc/bls24-317/internal/fptower/asm.go index ba19dae3e6..1b783f53fa 100644 --- a/ecc/bls24-317/internal/fptower/asm.go +++ b/ecc/bls24-317/internal/fptower/asm.go @@ -1,19 +1,8 @@ //go:build !noadx // +build !noadx -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/asm_noadx.go b/ecc/bls24-317/internal/fptower/asm_noadx.go index 5cfde1587f..d17d3606a5 100644 --- a/ecc/bls24-317/internal/fptower/asm_noadx.go +++ b/ecc/bls24-317/internal/fptower/asm_noadx.go @@ -1,19 +1,8 @@ //go:build noadx // +build noadx -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e12.go b/ecc/bls24-317/internal/fptower/e12.go index 9d48e0d727..50e4f4a1aa 100644 --- a/ecc/bls24-317/internal/fptower/e12.go +++ b/ecc/bls24-317/internal/fptower/e12.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e12_test.go b/ecc/bls24-317/internal/fptower/e12_test.go index 76d4a6c9e0..00f2b1fd4c 100644 --- a/ecc/bls24-317/internal/fptower/e12_test.go +++ b/ecc/bls24-317/internal/fptower/e12_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e2.go b/ecc/bls24-317/internal/fptower/e2.go index b2195608f9..019d27ffe1 100644 --- a/ecc/bls24-317/internal/fptower/e2.go +++ b/ecc/bls24-317/internal/fptower/e2.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e24.go b/ecc/bls24-317/internal/fptower/e24.go index b0a4e99b90..8f6b83e7ad 100644 --- a/ecc/bls24-317/internal/fptower/e24.go +++ b/ecc/bls24-317/internal/fptower/e24.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e24_test.go b/ecc/bls24-317/internal/fptower/e24_test.go index 3d36a2142a..868f6a6f5f 100644 --- a/ecc/bls24-317/internal/fptower/e24_test.go +++ b/ecc/bls24-317/internal/fptower/e24_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e2_amd64.go b/ecc/bls24-317/internal/fptower/e2_amd64.go index 15488b613b..87c42e2b71 100644 --- a/ecc/bls24-317/internal/fptower/e2_amd64.go +++ b/ecc/bls24-317/internal/fptower/e2_amd64.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e2_amd64.s b/ecc/bls24-317/internal/fptower/e2_amd64.s index b707a9a08e..53732403f2 100644 --- a/ecc/bls24-317/internal/fptower/e2_amd64.s +++ b/ecc/bls24-317/internal/fptower/e2_amd64.s @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. #include "textflag.h" #include "funcdata.h" diff --git a/ecc/bls24-317/internal/fptower/e2_bls317.go b/ecc/bls24-317/internal/fptower/e2_bls317.go index 96829d0618..b4c22fe086 100644 --- a/ecc/bls24-317/internal/fptower/e2_bls317.go +++ b/ecc/bls24-317/internal/fptower/e2_bls317.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e2_fallback.go b/ecc/bls24-317/internal/fptower/e2_fallback.go index 3e9886c87d..ad25774062 100644 --- a/ecc/bls24-317/internal/fptower/e2_fallback.go +++ b/ecc/bls24-317/internal/fptower/e2_fallback.go @@ -1,19 +1,8 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e2_test.go b/ecc/bls24-317/internal/fptower/e2_test.go index c68d3f1840..a363535f51 100644 --- a/ecc/bls24-317/internal/fptower/e2_test.go +++ b/ecc/bls24-317/internal/fptower/e2_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e4.go b/ecc/bls24-317/internal/fptower/e4.go index 3641625120..1e5c9c2fe0 100644 --- a/ecc/bls24-317/internal/fptower/e4.go +++ b/ecc/bls24-317/internal/fptower/e4.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e4_bls315.go b/ecc/bls24-317/internal/fptower/e4_bls315.go index f94878489e..431eb0170e 100644 --- a/ecc/bls24-317/internal/fptower/e4_bls315.go +++ b/ecc/bls24-317/internal/fptower/e4_bls315.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e4_test.go b/ecc/bls24-317/internal/fptower/e4_test.go index f0f9932b52..d1d159cf9d 100644 --- a/ecc/bls24-317/internal/fptower/e4_test.go +++ b/ecc/bls24-317/internal/fptower/e4_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/frobenius.go b/ecc/bls24-317/internal/fptower/frobenius.go index beb0e1b448..baa8fce0f4 100644 --- a/ecc/bls24-317/internal/fptower/frobenius.go +++ b/ecc/bls24-317/internal/fptower/frobenius.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://wwwApache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/parameters.go b/ecc/bls24-317/internal/fptower/parameters.go index 6d637e8624..b092c4a124 100644 --- a/ecc/bls24-317/internal/fptower/parameters.go +++ b/ecc/bls24-317/internal/fptower/parameters.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/multiexp_affine.go b/ecc/bls24-317/multiexp_affine.go index 1083d5835d..e64f5fb7cf 100644 --- a/ecc/bls24-317/multiexp_affine.go +++ b/ecc/bls24-317/multiexp_affine.go @@ -19,7 +19,7 @@ type batchOpG1Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG1BatchAffine[BJE ibg1JacExtended, B ibG1Affine, BS bitSet, TP pG1Affine, TPP ppG1Affine, TQ qOpsG1Affine, TC cG1Affine]( chunk uint64, @@ -346,7 +346,7 @@ type batchOpG2Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG2BatchAffine[BJE ibg2JacExtended, B ibG2Affine, BS bitSet, TP pG2Affine, TPP ppG2Affine, TQ qOpsG2Affine, TC cG2Affine]( chunk uint64, diff --git a/ecc/bls24-317/pairing.go b/ecc/bls24-317/pairing.go index c293458bda..a30779eee5 100644 --- a/ecc/bls24-317/pairing.go +++ b/ecc/bls24-317/pairing.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls24317 diff --git a/ecc/bn254/bn254.go b/ecc/bn254/bn254.go index 6c52a4c7f6..dd5f097f03 100644 --- a/ecc/bn254/bn254.go +++ b/ecc/bn254/bn254.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package bn254 efficient elliptic curve, pairing and hash to curve implementation for bn254. This curve appears in // Ethereum pre-compiles as altbn128. diff --git a/ecc/bn254/fp/element_amd64.s b/ecc/bn254/fp/element_amd64.s index ed8a36e04d..1e9b28934d 100644 --- a/ecc/bn254/fp/element_amd64.s +++ b/ecc/bn254/fp/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 9425145785761608449 +// We include the hash to force the Go compiler to recompile: 14652627197992229521 #include "../../../field/asm/element_4w_amd64.s" diff --git a/ecc/bn254/fr/element_amd64.s b/ecc/bn254/fr/element_amd64.s index ed8a36e04d..1e9b28934d 100644 --- a/ecc/bn254/fr/element_amd64.s +++ b/ecc/bn254/fr/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 9425145785761608449 +// We include the hash to force the Go compiler to recompile: 14652627197992229521 #include "../../../field/asm/element_4w_amd64.s" diff --git a/ecc/bn254/fr/gkr/gkr_test.go b/ecc/bn254/fr/gkr/gkr_test.go index b60faf98a1..129bd655dc 100644 --- a/ecc/bn254/fr/gkr/gkr_test.go +++ b/ecc/bn254/fr/gkr/gkr_test.go @@ -325,7 +325,7 @@ func mimcCircuit(numRounds int) Circuit { func testMimc(t *testing.T, numRounds int, inputAssignments ...[]fr.Element) { //TODO: Implement mimc correctly. Currently, the computation is mimc(a,b) = cipher( cipher( ... cipher(a, b), b) ..., b) - // @AlexandreBelling: Please explain the extra layers in https://github.com/ConsenSys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 + // @AlexandreBelling: Please explain the extra layers in https://github.com/Consensys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 c := mimcCircuit(numRounds) diff --git a/ecc/bn254/fr/pedersen/pedersen.go b/ecc/bn254/fr/pedersen/pedersen.go index ebbd9914ad..79f1487ba9 100644 --- a/ecc/bn254/fr/pedersen/pedersen.go +++ b/ecc/bn254/fr/pedersen/pedersen.go @@ -105,7 +105,7 @@ func (pk *ProvingKey) ProveKnowledge(values []fr.Element) (pok curve.G1Affine, e } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, // TODO Experiment } @@ -123,7 +123,7 @@ func (pk *ProvingKey) Commit(values []fr.Element) (commitment curve.G1Affine, er } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } @@ -184,7 +184,7 @@ func BatchProve(pk []ProvingKey, values [][]fr.Element, combinationCoeff fr.Elem } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } diff --git a/ecc/bn254/fr/sis/sis.go b/ecc/bn254/fr/sis/sis.go index de608b9de7..ddc9e4bf03 100644 --- a/ecc/bn254/fr/sis/sis.go +++ b/ecc/bn254/fr/sis/sis.go @@ -1,16 +1,5 @@ -// Copyright 2023 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package sis diff --git a/ecc/bn254/fr/sis/sis_test.go b/ecc/bn254/fr/sis/sis_test.go index 24a14b46c9..6487576132 100644 --- a/ecc/bn254/fr/sis/sis_test.go +++ b/ecc/bn254/fr/sis/sis_test.go @@ -1,16 +1,5 @@ -// Copyright 2023 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package sis diff --git a/ecc/bn254/fr/tensor-commitment/commitment.go b/ecc/bn254/fr/tensor-commitment/commitment.go index 923cbef2af..f821963427 100644 --- a/ecc/bn254/fr/tensor-commitment/commitment.go +++ b/ecc/bn254/fr/tensor-commitment/commitment.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package tensorcommitment diff --git a/ecc/bn254/fr/tensor-commitment/commitment_test.go b/ecc/bn254/fr/tensor-commitment/commitment_test.go index a970a2dee2..0bbbe31a89 100644 --- a/ecc/bn254/fr/tensor-commitment/commitment_test.go +++ b/ecc/bn254/fr/tensor-commitment/commitment_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package tensorcommitment diff --git a/ecc/bn254/internal/fptower/e2_amd64.s b/ecc/bn254/internal/fptower/e2_amd64.s index ce5a3624bc..072b0a1ece 100644 --- a/ecc/bn254/internal/fptower/e2_amd64.s +++ b/ecc/bn254/internal/fptower/e2_amd64.s @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// Copyright 2020 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. #include "textflag.h" diff --git a/ecc/bn254/internal/fptower/e2_bn254.go b/ecc/bn254/internal/fptower/e2_bn254.go index 87ab9d1caf..c980e71e95 100644 --- a/ecc/bn254/internal/fptower/e2_bn254.go +++ b/ecc/bn254/internal/fptower/e2_bn254.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bn254/internal/fptower/e2_bn254_fallback.go b/ecc/bn254/internal/fptower/e2_bn254_fallback.go index 467a96f77e..14240018c0 100644 --- a/ecc/bn254/internal/fptower/e2_bn254_fallback.go +++ b/ecc/bn254/internal/fptower/e2_bn254_fallback.go @@ -1,19 +1,8 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bn254/internal/fptower/frobenius.go b/ecc/bn254/internal/fptower/frobenius.go index 18d8fef960..02a6c1bc43 100644 --- a/ecc/bn254/internal/fptower/frobenius.go +++ b/ecc/bn254/internal/fptower/frobenius.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bn254/internal/fptower/parameters.go b/ecc/bn254/internal/fptower/parameters.go index 3859aeac76..c3b0c6824e 100644 --- a/ecc/bn254/internal/fptower/parameters.go +++ b/ecc/bn254/internal/fptower/parameters.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bn254/multiexp_affine.go b/ecc/bn254/multiexp_affine.go index b3cc2d47a2..77615b91d2 100644 --- a/ecc/bn254/multiexp_affine.go +++ b/ecc/bn254/multiexp_affine.go @@ -19,7 +19,7 @@ type batchOpG1Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG1BatchAffine[BJE ibg1JacExtended, B ibG1Affine, BS bitSet, TP pG1Affine, TPP ppG1Affine, TQ qOpsG1Affine, TC cG1Affine]( chunk uint64, @@ -346,7 +346,7 @@ type batchOpG2Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG2BatchAffine[BJE ibg2JacExtended, B ibG2Affine, BS bitSet, TP pG2Affine, TPP ppG2Affine, TQ qOpsG2Affine, TC cG2Affine]( chunk uint64, diff --git a/ecc/bn254/pairing.go b/ecc/bn254/pairing.go index 675eebedf3..6ec8012e9e 100644 --- a/ecc/bn254/pairing.go +++ b/ecc/bn254/pairing.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bn254 diff --git a/ecc/bw6-633/fp/bw6_utils.go b/ecc/bw6-633/fp/bw6_utils.go index a62097b708..340ad19ccf 100644 --- a/ecc/bw6-633/fp/bw6_utils.go +++ b/ecc/bw6-633/fp/bw6_utils.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fp diff --git a/ecc/bw6-633/fp/element_amd64.s b/ecc/bw6-633/fp/element_amd64.s index 0db47520d3..0b787eadde 100644 --- a/ecc/bw6-633/fp/element_amd64.s +++ b/ecc/bw6-633/fp/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 747913930085520082 +// We include the hash to force the Go compiler to recompile: 15320537321640126458 #include "../../../field/asm/element_10w_amd64.s" diff --git a/ecc/bw6-633/fr/element_amd64.s b/ecc/bw6-633/fr/element_amd64.s index 599977a11a..4510807fcf 100644 --- a/ecc/bw6-633/fr/element_amd64.s +++ b/ecc/bw6-633/fr/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 18184981773209750009 +// We include the hash to force the Go compiler to recompile: 4600622797032586825 #include "../../../field/asm/element_5w_amd64.s" diff --git a/ecc/bw6-633/fr/gkr/gkr_test.go b/ecc/bw6-633/fr/gkr/gkr_test.go index 0c7fbc9cb6..cf77a52aba 100644 --- a/ecc/bw6-633/fr/gkr/gkr_test.go +++ b/ecc/bw6-633/fr/gkr/gkr_test.go @@ -325,7 +325,7 @@ func mimcCircuit(numRounds int) Circuit { func testMimc(t *testing.T, numRounds int, inputAssignments ...[]fr.Element) { //TODO: Implement mimc correctly. Currently, the computation is mimc(a,b) = cipher( cipher( ... cipher(a, b), b) ..., b) - // @AlexandreBelling: Please explain the extra layers in https://github.com/ConsenSys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 + // @AlexandreBelling: Please explain the extra layers in https://github.com/Consensys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 c := mimcCircuit(numRounds) diff --git a/ecc/bw6-633/fr/pedersen/pedersen.go b/ecc/bw6-633/fr/pedersen/pedersen.go index acca5002c6..baf41e7368 100644 --- a/ecc/bw6-633/fr/pedersen/pedersen.go +++ b/ecc/bw6-633/fr/pedersen/pedersen.go @@ -105,7 +105,7 @@ func (pk *ProvingKey) ProveKnowledge(values []fr.Element) (pok curve.G1Affine, e } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, // TODO Experiment } @@ -123,7 +123,7 @@ func (pk *ProvingKey) Commit(values []fr.Element) (commitment curve.G1Affine, er } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } @@ -184,7 +184,7 @@ func BatchProve(pk []ProvingKey, values [][]fr.Element, combinationCoeff fr.Elem } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } diff --git a/ecc/bw6-633/internal/fptower/e3.go b/ecc/bw6-633/internal/fptower/e3.go index 64f0bdb619..8997867bf2 100644 --- a/ecc/bw6-633/internal/fptower/e3.go +++ b/ecc/bw6-633/internal/fptower/e3.go @@ -1,14 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-633/internal/fptower/e6.go b/ecc/bw6-633/internal/fptower/e6.go index a618ea2ef8..dcdae32b08 100644 --- a/ecc/bw6-633/internal/fptower/e6.go +++ b/ecc/bw6-633/internal/fptower/e6.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-633/internal/fptower/e6_test.go b/ecc/bw6-633/internal/fptower/e6_test.go index 7f8d04257d..6e0c11114d 100644 --- a/ecc/bw6-633/internal/fptower/e6_test.go +++ b/ecc/bw6-633/internal/fptower/e6_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-633/internal/fptower/frobenius.go b/ecc/bw6-633/internal/fptower/frobenius.go index e253da6344..8fc422475f 100644 --- a/ecc/bw6-633/internal/fptower/frobenius.go +++ b/ecc/bw6-633/internal/fptower/frobenius.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-633/internal/fptower/parameters.go b/ecc/bw6-633/internal/fptower/parameters.go index 308498b0c6..b6de840601 100644 --- a/ecc/bw6-633/internal/fptower/parameters.go +++ b/ecc/bw6-633/internal/fptower/parameters.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-633/multiexp_affine.go b/ecc/bw6-633/multiexp_affine.go index 67c19aa4a2..9323675bd5 100644 --- a/ecc/bw6-633/multiexp_affine.go +++ b/ecc/bw6-633/multiexp_affine.go @@ -18,7 +18,7 @@ type batchOpG1Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG1BatchAffine[BJE ibg1JacExtended, B ibG1Affine, BS bitSet, TP pG1Affine, TPP ppG1Affine, TQ qOpsG1Affine, TC cG1Affine]( chunk uint64, @@ -285,7 +285,7 @@ type batchOpG2Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG2BatchAffine[BJE ibg2JacExtended, B ibG2Affine, BS bitSet, TP pG2Affine, TPP ppG2Affine, TQ qOpsG2Affine, TC cG2Affine]( chunk uint64, diff --git a/ecc/bw6-633/pairing.go b/ecc/bw6-633/pairing.go index 5e8c3d9902..08d025e3a2 100644 --- a/ecc/bw6-633/pairing.go +++ b/ecc/bw6-633/pairing.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bw6633 diff --git a/ecc/bw6-761/fp/bw6_utils.go b/ecc/bw6-761/fp/bw6_utils.go index 634b7861a2..3ae70dec5f 100644 --- a/ecc/bw6-761/fp/bw6_utils.go +++ b/ecc/bw6-761/fp/bw6_utils.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fp diff --git a/ecc/bw6-761/fp/element_amd64.s b/ecc/bw6-761/fp/element_amd64.s index b44c78d9ed..53fe7b3716 100644 --- a/ecc/bw6-761/fp/element_amd64.s +++ b/ecc/bw6-761/fp/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 13892629867042773109 +// We include the hash to force the Go compiler to recompile: 9592094295531092101 #include "../../../field/asm/element_12w_amd64.s" diff --git a/ecc/bw6-761/fr/element_amd64.s b/ecc/bw6-761/fr/element_amd64.s index b73d1a484e..5d3fa97711 100644 --- a/ecc/bw6-761/fr/element_amd64.s +++ b/ecc/bw6-761/fr/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 11124594824487954849 +// We include the hash to force the Go compiler to recompile: 18408829383245254329 #include "../../../field/asm/element_6w_amd64.s" diff --git a/ecc/bw6-761/fr/gkr/gkr_test.go b/ecc/bw6-761/fr/gkr/gkr_test.go index d3d18dfcba..131d0eaedc 100644 --- a/ecc/bw6-761/fr/gkr/gkr_test.go +++ b/ecc/bw6-761/fr/gkr/gkr_test.go @@ -325,7 +325,7 @@ func mimcCircuit(numRounds int) Circuit { func testMimc(t *testing.T, numRounds int, inputAssignments ...[]fr.Element) { //TODO: Implement mimc correctly. Currently, the computation is mimc(a,b) = cipher( cipher( ... cipher(a, b), b) ..., b) - // @AlexandreBelling: Please explain the extra layers in https://github.com/ConsenSys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 + // @AlexandreBelling: Please explain the extra layers in https://github.com/Consensys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 c := mimcCircuit(numRounds) diff --git a/ecc/bw6-761/fr/pedersen/pedersen.go b/ecc/bw6-761/fr/pedersen/pedersen.go index cef2884f62..6b74bd7ad9 100644 --- a/ecc/bw6-761/fr/pedersen/pedersen.go +++ b/ecc/bw6-761/fr/pedersen/pedersen.go @@ -105,7 +105,7 @@ func (pk *ProvingKey) ProveKnowledge(values []fr.Element) (pok curve.G1Affine, e } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, // TODO Experiment } @@ -123,7 +123,7 @@ func (pk *ProvingKey) Commit(values []fr.Element) (commitment curve.G1Affine, er } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } @@ -184,7 +184,7 @@ func BatchProve(pk []ProvingKey, values [][]fr.Element, combinationCoeff fr.Elem } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } diff --git a/ecc/bw6-761/internal/fptower/e3.go b/ecc/bw6-761/internal/fptower/e3.go index e933a2825a..089ecbf67c 100644 --- a/ecc/bw6-761/internal/fptower/e3.go +++ b/ecc/bw6-761/internal/fptower/e3.go @@ -1,14 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-761/internal/fptower/e6.go b/ecc/bw6-761/internal/fptower/e6.go index 508fc30690..0ce3f85f21 100644 --- a/ecc/bw6-761/internal/fptower/e6.go +++ b/ecc/bw6-761/internal/fptower/e6.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-761/internal/fptower/e6_test.go b/ecc/bw6-761/internal/fptower/e6_test.go index 1cf291d887..5ec2accaeb 100644 --- a/ecc/bw6-761/internal/fptower/e6_test.go +++ b/ecc/bw6-761/internal/fptower/e6_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-761/internal/fptower/frobenius.go b/ecc/bw6-761/internal/fptower/frobenius.go index e18adf7e54..41838fff0c 100644 --- a/ecc/bw6-761/internal/fptower/frobenius.go +++ b/ecc/bw6-761/internal/fptower/frobenius.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-761/internal/fptower/parameters.go b/ecc/bw6-761/internal/fptower/parameters.go index 8990cd62ea..3e7aa7e31f 100644 --- a/ecc/bw6-761/internal/fptower/parameters.go +++ b/ecc/bw6-761/internal/fptower/parameters.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys AG -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-761/multiexp_affine.go b/ecc/bw6-761/multiexp_affine.go index 4a33d4fb0d..640640947f 100644 --- a/ecc/bw6-761/multiexp_affine.go +++ b/ecc/bw6-761/multiexp_affine.go @@ -18,7 +18,7 @@ type batchOpG1Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG1BatchAffine[BJE ibg1JacExtended, B ibG1Affine, BS bitSet, TP pG1Affine, TPP ppG1Affine, TQ qOpsG1Affine, TC cG1Affine]( chunk uint64, @@ -285,7 +285,7 @@ type batchOpG2Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG2BatchAffine[BJE ibg2JacExtended, B ibG2Affine, BS bitSet, TP pG2Affine, TPP ppG2Affine, TQ qOpsG2Affine, TC cG2Affine]( chunk uint64, diff --git a/ecc/ecc.go b/ecc/ecc.go index 9f927d5678..4e59bb6dc0 100644 --- a/ecc/ecc.go +++ b/ecc/ecc.go @@ -1,18 +1,5 @@ -/* -Copyright © 2020 ConsenSys - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package ecc provides bls12-381, bls12-377, bn254, bw6-761, bls24-315, bls24-317, bw6-633, secp256k1 and stark-curve elliptic curves implementation (+pairing). // diff --git a/ecc/secp256k1/marshal.go b/ecc/secp256k1/marshal.go index 8cca33d47d..c7695f859f 100644 --- a/ecc/secp256k1/marshal.go +++ b/ecc/secp256k1/marshal.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/secp256k1/marshal_test.go b/ecc/secp256k1/marshal_test.go index 1cd3058deb..471bbe7d88 100644 --- a/ecc/secp256k1/marshal_test.go +++ b/ecc/secp256k1/marshal_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/secp256k1/multiexp_affine.go b/ecc/secp256k1/multiexp_affine.go index c0e5d12e18..cf217b5f46 100644 --- a/ecc/secp256k1/multiexp_affine.go +++ b/ecc/secp256k1/multiexp_affine.go @@ -18,7 +18,7 @@ type batchOpG1Affine struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunkG1BatchAffine[BJE ibg1JacExtended, B ibG1Affine, BS bitSet, TP pG1Affine, TPP ppG1Affine, TQ qOpsG1Affine, TC cG1Affine]( chunk uint64, diff --git a/ecc/secp256k1/secp256k1.go b/ecc/secp256k1/secp256k1.go index c315408371..60af6a7c46 100644 --- a/ecc/secp256k1/secp256k1.go +++ b/ecc/secp256k1/secp256k1.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package secp256k1 efficient elliptic curve implementation for secp256k1. This curve is defined in Standards for Efficient Cryptography (SEC) (Certicom Research, http://www.secg.org/sec2-v2.pdf) and appears in the Bitcoin and Ethereum ECDSA signatures. // diff --git a/ecc/stark-curve/fp/element_amd64.s b/ecc/stark-curve/fp/element_amd64.s index ed8a36e04d..1e9b28934d 100644 --- a/ecc/stark-curve/fp/element_amd64.s +++ b/ecc/stark-curve/fp/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 9425145785761608449 +// We include the hash to force the Go compiler to recompile: 14652627197992229521 #include "../../../field/asm/element_4w_amd64.s" diff --git a/ecc/stark-curve/fr/element_amd64.s b/ecc/stark-curve/fr/element_amd64.s index ed8a36e04d..1e9b28934d 100644 --- a/ecc/stark-curve/fr/element_amd64.s +++ b/ecc/stark-curve/fr/element_amd64.s @@ -5,6 +5,6 @@ // Code generated by consensys/gnark-crypto DO NOT EDIT -// We include the hash to force the Go compiler to recompile: 9425145785761608449 +// We include the hash to force the Go compiler to recompile: 14652627197992229521 #include "../../../field/asm/element_4w_amd64.s" diff --git a/ecc/stark-curve/g1.go b/ecc/stark-curve/g1.go index b7ad98cd1b..9669584a1f 100644 --- a/ecc/stark-curve/g1.go +++ b/ecc/stark-curve/g1.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/stark-curve/g1_test.go b/ecc/stark-curve/g1_test.go index 0e3373eb9f..d3cc8b2e3a 100644 --- a/ecc/stark-curve/g1_test.go +++ b/ecc/stark-curve/g1_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/stark-curve/hash_to_g1.go b/ecc/stark-curve/hash_to_g1.go index bc8273415d..4b163809b5 100644 --- a/ecc/stark-curve/hash_to_g1.go +++ b/ecc/stark-curve/hash_to_g1.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/stark-curve/hash_to_g1_test.go b/ecc/stark-curve/hash_to_g1_test.go index ae10337e68..e71d7d8b4d 100644 --- a/ecc/stark-curve/hash_to_g1_test.go +++ b/ecc/stark-curve/hash_to_g1_test.go @@ -1,27 +1,17 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO package starkcurve import ( + "math/rand" + "testing" + "github.com/consensys/gnark-crypto/ecc/stark-curve/fp" "github.com/leanovate/gopter" "github.com/leanovate/gopter/prop" - "math/rand" - "testing" ) func TestHashToFpG1(t *testing.T) { diff --git a/ecc/stark-curve/marshal.go b/ecc/stark-curve/marshal.go index f2c78c3e9b..435a8b3bb8 100644 --- a/ecc/stark-curve/marshal.go +++ b/ecc/stark-curve/marshal.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/stark-curve/marshal_test.go b/ecc/stark-curve/marshal_test.go index a3a899a155..357e9cb426 100644 --- a/ecc/stark-curve/marshal_test.go +++ b/ecc/stark-curve/marshal_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/stark-curve/stark_curve.go b/ecc/stark-curve/stark_curve.go index c7ec96f8db..fdb92a2806 100644 --- a/ecc/stark-curve/stark_curve.go +++ b/ecc/stark-curve/stark_curve.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package starkcurve efficient elliptic curve implementation for stark_curve. This is curve used in StarkNet: https://docs.starkware.co/starkex/crypto/stark-curve.html. // diff --git a/fiat-shamir/transcript.go b/fiat-shamir/transcript.go index a50f1ba657..c50fac532a 100644 --- a/fiat-shamir/transcript.go +++ b/fiat-shamir/transcript.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fiatshamir diff --git a/fiat-shamir/transcript_test.go b/fiat-shamir/transcript_test.go index 8451aae325..d702a0eb2d 100644 --- a/fiat-shamir/transcript_test.go +++ b/fiat-shamir/transcript_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fiatshamir diff --git a/field/asm/element_10w_amd64.s b/field/asm/element_10w_amd64.s index e5f10dca8c..c45206cc5c 100644 --- a/field/asm/element_10w_amd64.s +++ b/field/asm/element_10w_amd64.s @@ -409,7 +409,7 @@ TEXT ·mul(SB), $64-24 // Algorithm 2 of "Faster Montgomery Multiplication and Multi-Scalar-Multiplication for SNARKS" // by Y. El Housni and G. Botrel https://doi.org/10.46586/tches.v2023.i3.504-521 - // See github.com/gnark-crypto/field/generator for more comments. + // See github.com/Consensys/gnark-crypto/field/generator for more comments. NO_LOCAL_POINTERS CMPB ·supportAdx(SB), $1 diff --git a/field/asm/element_12w_amd64.s b/field/asm/element_12w_amd64.s index 52cf02adc1..9aa37956c0 100644 --- a/field/asm/element_12w_amd64.s +++ b/field/asm/element_12w_amd64.s @@ -473,7 +473,7 @@ TEXT ·mul(SB), $96-24 // Algorithm 2 of "Faster Montgomery Multiplication and Multi-Scalar-Multiplication for SNARKS" // by Y. El Housni and G. Botrel https://doi.org/10.46586/tches.v2023.i3.504-521 - // See github.com/gnark-crypto/field/generator for more comments. + // See github.com/Consensys/gnark-crypto/field/generator for more comments. NO_LOCAL_POINTERS CMPB ·supportAdx(SB), $1 diff --git a/field/asm/element_4w_amd64.s b/field/asm/element_4w_amd64.s index 6f62d63102..6d7a31b6a2 100644 --- a/field/asm/element_4w_amd64.s +++ b/field/asm/element_4w_amd64.s @@ -209,7 +209,7 @@ TEXT ·mul(SB), $24-24 // Algorithm 2 of "Faster Montgomery Multiplication and Multi-Scalar-Multiplication for SNARKS" // by Y. El Housni and G. Botrel https://doi.org/10.46586/tches.v2023.i3.504-521 - // See github.com/gnark-crypto/field/generator for more comments. + // See github.com/Consensys/gnark-crypto/field/generator for more comments. NO_LOCAL_POINTERS CMPB ·supportAdx(SB), $1 diff --git a/field/asm/element_5w_amd64.s b/field/asm/element_5w_amd64.s index b3ccd84b14..53a8c76771 100644 --- a/field/asm/element_5w_amd64.s +++ b/field/asm/element_5w_amd64.s @@ -250,7 +250,7 @@ TEXT ·mul(SB), $24-24 // Algorithm 2 of "Faster Montgomery Multiplication and Multi-Scalar-Multiplication for SNARKS" // by Y. El Housni and G. Botrel https://doi.org/10.46586/tches.v2023.i3.504-521 - // See github.com/gnark-crypto/field/generator for more comments. + // See github.com/Consensys/gnark-crypto/field/generator for more comments. NO_LOCAL_POINTERS CMPB ·supportAdx(SB), $1 diff --git a/field/asm/element_6w_amd64.s b/field/asm/element_6w_amd64.s index b8172b2870..1b4f66c04f 100644 --- a/field/asm/element_6w_amd64.s +++ b/field/asm/element_6w_amd64.s @@ -283,7 +283,7 @@ TEXT ·mul(SB), $24-24 // Algorithm 2 of "Faster Montgomery Multiplication and Multi-Scalar-Multiplication for SNARKS" // by Y. El Housni and G. Botrel https://doi.org/10.46586/tches.v2023.i3.504-521 - // See github.com/gnark-crypto/field/generator for more comments. + // See github.com/Consensys/gnark-crypto/field/generator for more comments. NO_LOCAL_POINTERS CMPB ·supportAdx(SB), $1 diff --git a/field/babybear/arith.go b/field/babybear/arith.go index 3dfd7e5ffe..761b97a516 100644 --- a/field/babybear/arith.go +++ b/field/babybear/arith.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/generator/asm/amd64/asm_macros.go b/field/generator/asm/amd64/asm_macros.go index b2c6341cf5..8e2e97c439 100644 --- a/field/generator/asm/amd64/asm_macros.go +++ b/field/generator/asm/amd64/asm_macros.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/amd64/build.go b/field/generator/asm/amd64/build.go index 40edcfc366..55c2d047d3 100644 --- a/field/generator/asm/amd64/build.go +++ b/field/generator/asm/amd64/build.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package amd64 contains syntactic sugar to generate amd64 assembly code package amd64 diff --git a/field/generator/asm/amd64/element_butterfly.go b/field/generator/asm/amd64/element_butterfly.go index 8792b6dce3..3e137e7262 100644 --- a/field/generator/asm/amd64/element_butterfly.go +++ b/field/generator/asm/amd64/element_butterfly.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/amd64/element_frommont.go b/field/generator/asm/amd64/element_frommont.go index de9d0e3c46..20e3ac5916 100644 --- a/field/generator/asm/amd64/element_frommont.go +++ b/field/generator/asm/amd64/element_frommont.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 @@ -32,7 +21,7 @@ func (f *FFAmd64) generateFromMont(forceADX bool) { if f.NbWords <= 5 { // when dynamic linking, R15 is clobbered by a global variable access // this is a temporary workaround --> don't use R15 when we can avoid it. - // see https://github.com/ConsenSys/gnark-crypto/issues/113 + // see https://github.com/Consensys/gnark-crypto/issues/113 reserved = append(reserved, amd64.R15) } registers := f.FnHeader("fromMont", stackSize, argSize, reserved...) diff --git a/field/generator/asm/amd64/element_mul.go b/field/generator/asm/amd64/element_mul.go index 55f816c267..15513c006d 100644 --- a/field/generator/asm/amd64/element_mul.go +++ b/field/generator/asm/amd64/element_mul.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 @@ -187,7 +176,7 @@ func (f *FFAmd64) generateMul(forceADX bool) { if f.NbWords <= 5 { // when dynamic linking, R15 is clobbered by a global variable access // this is a temporary workaround --> don't use R15 when we can avoid it. - // see https://github.com/ConsenSys/gnark-crypto/issues/113 + // see https://github.com/Consensys/gnark-crypto/issues/113 reserved = append(reserved, amd64.R15) } registers := f.FnHeader("mul", stackSize, argSize, reserved...) @@ -196,7 +185,7 @@ func (f *FFAmd64) generateMul(forceADX bool) { f.WriteLn(` // Algorithm 2 of "Faster Montgomery Multiplication and Multi-Scalar-Multiplication for SNARKS" // by Y. El Housni and G. Botrel https://doi.org/10.46586/tches.v2023.i3.504-521 - // See github.com/gnark-crypto/field/generator for more comments. + // See github.com/Consensys/gnark-crypto/field/generator for more comments. `) if stackSize > 0 { f.WriteLn("NO_LOCAL_POINTERS") diff --git a/field/generator/asm/amd64/element_mul_constants.go b/field/generator/asm/amd64/element_mul_constants.go index a73aa1b6a4..ecad82fefd 100644 --- a/field/generator/asm/amd64/element_mul_constants.go +++ b/field/generator/asm/amd64/element_mul_constants.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/amd64/element_reduce.go b/field/generator/asm/amd64/element_reduce.go index 70a566c3c8..9921d897a5 100644 --- a/field/generator/asm/amd64/element_reduce.go +++ b/field/generator/asm/amd64/element_reduce.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/amd64/element_vec.go b/field/generator/asm/amd64/element_vec.go index c67137d6cb..f13358e1ca 100644 --- a/field/generator/asm/amd64/element_vec.go +++ b/field/generator/asm/amd64/element_vec.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/arm64/element_mul.go b/field/generator/asm/arm64/element_mul.go index 2a2de0ad0c..ed364211c3 100644 --- a/field/generator/asm/arm64/element_mul.go +++ b/field/generator/asm/arm64/element_mul.go @@ -1,16 +1,5 @@ -// Copyright 2022 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package arm64 diff --git a/field/generator/config/field_config.go b/field/generator/config/field_config.go index 2d992db463..7f24dcf3a7 100644 --- a/field/generator/config/field_config.go +++ b/field/generator/config/field_config.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package config provides Golang code generation for efficient field arithmetic operations. package config diff --git a/field/generator/generator_test.go b/field/generator/generator_test.go index ee5b5fafc0..0e86aaab65 100644 --- a/field/generator/generator_test.go +++ b/field/generator/generator_test.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package generator diff --git a/field/goff/cmd/errors.go b/field/goff/cmd/errors.go index 6a0fa87fe5..4b1d6f8bf5 100644 --- a/field/goff/cmd/errors.go +++ b/field/goff/cmd/errors.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package cmd diff --git a/field/goff/cmd/root.go b/field/goff/cmd/root.go index c2ae86809e..8bc02b6ea6 100644 --- a/field/goff/cmd/root.go +++ b/field/goff/cmd/root.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package cmd is the CLI interface for goff package cmd diff --git a/field/goff/cmd/version.go b/field/goff/cmd/version.go index 149cd0dea8..44f16f65ce 100644 --- a/field/goff/cmd/version.go +++ b/field/goff/cmd/version.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package cmd diff --git a/field/goff/main.go b/field/goff/main.go index 92cec47e52..87420d3b9d 100644 --- a/field/goff/main.go +++ b/field/goff/main.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package goff (go finite field) is a library that generates fast field arithmetic code for a given modulus. // diff --git a/field/koalabear/arith.go b/field/koalabear/arith.go index 0252a5bd1e..df7f15f63e 100644 --- a/field/koalabear/arith.go +++ b/field/koalabear/arith.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/pool/pool.go b/field/pool/pool.go index 6bb10bdbdc..373610588f 100644 --- a/field/pool/pool.go +++ b/field/pool/pool.go @@ -22,7 +22,7 @@ func (bigIntPool) Get() *big.Int { func (bigIntPool) Put(v *big.Int) { if v == nil { - return // see https://github.com/ConsenSys/gnark-crypto/issues/316 + return // see https://github.com/Consensys/gnark-crypto/issues/316 } _bigIntPool.Put(v) } diff --git a/hash/hashes.go b/hash/hashes.go index 56cc5d1b41..806a1ac11d 100644 --- a/hash/hashes.go +++ b/hash/hashes.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package hash diff --git a/internal/generator/ecc/template/multiexp_affine.go.tmpl b/internal/generator/ecc/template/multiexp_affine.go.tmpl index 4b3b732964..1c0bf7d325 100644 --- a/internal/generator/ecc/template/multiexp_affine.go.tmpl +++ b/internal/generator/ecc/template/multiexp_affine.go.tmpl @@ -31,7 +31,7 @@ type batchOp{{ $.TAffine }} struct { // using affine coordinates for the buckets. To amortize the cost of the inverse in the affine addition // we use a batch affine addition. // -// this is derived from a PR by 0x0ece : https://github.com/ConsenSys/gnark-crypto/pull/249 +// this is derived from a PR by 0x0ece : https://github.com/Consensys/gnark-crypto/pull/249 // See Section 5.3: ia.cr/2022/1396 func processChunk{{ $.UPointName }}BatchAffine[BJE ib{{ $.TJacobianExtended }},B ib{{ $.TAffine }}, BS bitSet, TP p{{ $.TAffine }}, TPP pp{{ $.TAffine }}, TQ qOps{{ $.TAffine }}, TC c{{ $.TAffine}}]( chunk uint64, diff --git a/internal/generator/gkr/template/gkr.test.go.tmpl b/internal/generator/gkr/template/gkr.test.go.tmpl index b553c23668..17d41fbb9b 100644 --- a/internal/generator/gkr/template/gkr.test.go.tmpl +++ b/internal/generator/gkr/template/gkr.test.go.tmpl @@ -326,7 +326,7 @@ func mimcCircuit(numRounds int) Circuit { func testMimc(t *testing.T, numRounds int, inputAssignments ...[]{{.ElementType}}) { //TODO: Implement mimc correctly. Currently, the computation is mimc(a,b) = cipher( cipher( ... cipher(a, b), b) ..., b) - // @AlexandreBelling: Please explain the extra layers in https://github.com/ConsenSys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 + // @AlexandreBelling: Please explain the extra layers in https://github.com/Consensys/gkr-mimc/blob/81eada039ab4ed403b7726b535adb63026e8011f/examples/mimc.go#L10 c := mimcCircuit(numRounds) diff --git a/internal/generator/pedersen/template/pedersen.go.tmpl b/internal/generator/pedersen/template/pedersen.go.tmpl index 3497987dc0..f5f0df7e08 100644 --- a/internal/generator/pedersen/template/pedersen.go.tmpl +++ b/internal/generator/pedersen/template/pedersen.go.tmpl @@ -15,8 +15,8 @@ type ProvingKey struct { } type VerifyingKey struct { - G curve.G2Affine - GSigmaNeg curve.G2Affine // GSigmaNeg = G^{-σ} + G curve.G2Affine + GSigmaNeg curve.G2Affine // GSigmaNeg = G^{-σ} } func randomFrSizedBytes() ([]byte, error) { @@ -98,7 +98,7 @@ func (pk *ProvingKey) ProveKnowledge(values []fr.Element) (pok curve.G1Affine, e } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, // TODO Experiment } @@ -116,7 +116,7 @@ func (pk *ProvingKey) Commit(values []fr.Element) (commitment curve.G1Affine, er } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } @@ -177,7 +177,7 @@ func BatchProve(pk []ProvingKey, values [][]fr.Element, combinationCoeff fr.Elem } // TODO @gbotrel this will spawn more than one task, see - // https://github.com/ConsenSys/gnark-crypto/issues/269 + // https://github.com/Consensys/gnark-crypto/issues/269 config := ecc.MultiExpConfig{ NbTasks: 1, } diff --git a/internal/generator/tower/asm/amd64/e2.go b/internal/generator/tower/asm/amd64/e2.go index e3564861a9..4ff8c9fe18 100644 --- a/internal/generator/tower/asm/amd64/e2.go +++ b/internal/generator/tower/asm/amd64/e2.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 @@ -44,7 +33,7 @@ func NewFq2Amd64(w io.Writer, F *field.FieldConfig, config config.Curve) *Fq2Amd // Generate ... func (fq2 *Fq2Amd64) Generate(forceADXCheck bool) error { - fq2.WriteLn(bavard.Apache2Header("ConsenSys Software Inc.", 2020)) + fq2.WriteLn(bavard.Apache2Header("Consensys Software Inc.", 2020)) fq2.WriteLn("#include \"textflag.h\"") fq2.WriteLn("#include \"funcdata.h\"") diff --git a/internal/generator/tower/asm/amd64/e2_bls381.go b/internal/generator/tower/asm/amd64/e2_bls381.go index d67663746e..7a3859ec82 100644 --- a/internal/generator/tower/asm/amd64/e2_bls381.go +++ b/internal/generator/tower/asm/amd64/e2_bls381.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/internal/generator/tower/asm/amd64/e2_bn254.go b/internal/generator/tower/asm/amd64/e2_bn254.go index c894c2c684..70b46deed6 100644 --- a/internal/generator/tower/asm/amd64/e2_bn254.go +++ b/internal/generator/tower/asm/amd64/e2_bn254.go @@ -1,16 +1,5 @@ -// Copyright 2020 ConsenSys Software Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/signature/ecdsa/ecdsa.go b/signature/ecdsa/ecdsa.go index 91bf8284b5..6224ff6fc4 100644 --- a/signature/ecdsa/ecdsa.go +++ b/signature/ecdsa/ecdsa.go @@ -1,18 +1,5 @@ -/* -Copyright © 2020 ConsenSys - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package ecdsa diff --git a/signature/eddsa/eddsa.go b/signature/eddsa/eddsa.go index 9df765f867..57b44517d8 100644 --- a/signature/eddsa/eddsa.go +++ b/signature/eddsa/eddsa.go @@ -1,18 +1,5 @@ -/* -Copyright © 2020 ConsenSys - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package eddsa diff --git a/signature/signature.go b/signature/signature.go index 7fe8d78346..c5462fbd8c 100644 --- a/signature/signature.go +++ b/signature/signature.go @@ -1,18 +1,5 @@ -/* -Copyright © 2020 ConsenSys - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// Copyright 2020 Consensys Software Inc. +// Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package signature defines interfaces for a Signer and a PublicKey similarly to go/crypto standard package. package signature From b6f5f82a28668f4b427b6ff9ae29d8e4a2d49427 Mon Sep 17 00:00:00 2001 From: Gautam Botrel Date: Tue, 10 Dec 2024 13:38:41 -0600 Subject: [PATCH 2/2] docs: apache header now has year range --- ecc/bls12-377/ecdsa/doc.go | 2 +- ecc/bls12-377/ecdsa/ecdsa.go | 2 +- ecc/bls12-377/ecdsa/ecdsa_test.go | 2 +- ecc/bls12-377/ecdsa/marshal.go | 2 +- ecc/bls12-377/ecdsa/marshal_test.go | 2 +- ecc/bls12-377/fflonk/doc.go | 2 +- ecc/bls12-377/fflonk/example_test.go | 2 +- ecc/bls12-377/fflonk/fflonk.go | 2 +- ecc/bls12-377/fflonk/fflonk_test.go | 2 +- ecc/bls12-377/fflonk/marshal.go | 2 +- ecc/bls12-377/fp/arith.go | 2 +- ecc/bls12-377/fp/asm_adx.go | 2 +- ecc/bls12-377/fp/asm_noadx.go | 2 +- ecc/bls12-377/fp/doc.go | 2 +- ecc/bls12-377/fp/element.go | 2 +- ecc/bls12-377/fp/element_amd64.go | 2 +- ecc/bls12-377/fp/element_amd64.s | 2 +- ecc/bls12-377/fp/element_arm64.go | 2 +- ecc/bls12-377/fp/element_arm64.s | 2 +- ecc/bls12-377/fp/element_exp.go | 2 +- ecc/bls12-377/fp/element_purego.go | 2 +- ecc/bls12-377/fp/element_test.go | 2 +- ecc/bls12-377/fp/element_utils.go | 2 +- ecc/bls12-377/fp/hash_to_field/doc.go | 2 +- ecc/bls12-377/fp/hash_to_field/hash_to_field.go | 2 +- ecc/bls12-377/fp/hash_to_field/hash_to_field_test.go | 2 +- ecc/bls12-377/fp/vector.go | 2 +- ecc/bls12-377/fp/vector_purego.go | 2 +- ecc/bls12-377/fp/vector_test.go | 2 +- ecc/bls12-377/fr/arith.go | 2 +- ecc/bls12-377/fr/asm_adx.go | 2 +- ecc/bls12-377/fr/asm_avx.go | 2 +- ecc/bls12-377/fr/asm_noadx.go | 2 +- ecc/bls12-377/fr/asm_noavx.go | 2 +- ecc/bls12-377/fr/doc.go | 2 +- ecc/bls12-377/fr/element.go | 2 +- ecc/bls12-377/fr/element_amd64.go | 2 +- ecc/bls12-377/fr/element_amd64.s | 2 +- ecc/bls12-377/fr/element_arm64.go | 2 +- ecc/bls12-377/fr/element_arm64.s | 2 +- ecc/bls12-377/fr/element_exp.go | 2 +- ecc/bls12-377/fr/element_purego.go | 2 +- ecc/bls12-377/fr/element_test.go | 2 +- ecc/bls12-377/fr/fft/bitreverse.go | 2 +- ecc/bls12-377/fr/fft/bitreverse_test.go | 2 +- ecc/bls12-377/fr/fft/doc.go | 2 +- ecc/bls12-377/fr/fft/domain.go | 2 +- ecc/bls12-377/fr/fft/domain_test.go | 2 +- ecc/bls12-377/fr/fft/fft.go | 2 +- ecc/bls12-377/fr/fft/fft_test.go | 2 +- ecc/bls12-377/fr/fft/options.go | 2 +- ecc/bls12-377/fr/fri/doc.go | 2 +- ecc/bls12-377/fr/fri/fri.go | 2 +- ecc/bls12-377/fr/fri/fri_test.go | 2 +- ecc/bls12-377/fr/generator.go | 2 +- ecc/bls12-377/fr/gkr/gkr.go | 2 +- ecc/bls12-377/fr/gkr/gkr_test.go | 2 +- ecc/bls12-377/fr/hash_to_field/doc.go | 2 +- ecc/bls12-377/fr/hash_to_field/hash_to_field.go | 2 +- ecc/bls12-377/fr/hash_to_field/hash_to_field_test.go | 2 +- ecc/bls12-377/fr/iop/doc.go | 2 +- ecc/bls12-377/fr/iop/expressions.go | 2 +- ecc/bls12-377/fr/iop/expressions_test.go | 2 +- ecc/bls12-377/fr/iop/polynomial.go | 2 +- ecc/bls12-377/fr/iop/polynomial_test.go | 2 +- ecc/bls12-377/fr/iop/quotient.go | 2 +- ecc/bls12-377/fr/iop/quotient_test.go | 2 +- ecc/bls12-377/fr/iop/ratios.go | 2 +- ecc/bls12-377/fr/iop/ratios_test.go | 2 +- ecc/bls12-377/fr/iop/utils.go | 2 +- ecc/bls12-377/fr/mimc/doc.go | 2 +- ecc/bls12-377/fr/mimc/mimc.go | 2 +- ecc/bls12-377/fr/mimc/options.go | 2 +- ecc/bls12-377/fr/pedersen/doc.go | 2 +- ecc/bls12-377/fr/pedersen/example_test.go | 2 +- ecc/bls12-377/fr/pedersen/pedersen.go | 2 +- ecc/bls12-377/fr/pedersen/pedersen_test.go | 2 +- ecc/bls12-377/fr/permutation/doc.go | 2 +- ecc/bls12-377/fr/permutation/permutation.go | 2 +- ecc/bls12-377/fr/permutation/permutation_test.go | 2 +- ecc/bls12-377/fr/plookup/doc.go | 2 +- ecc/bls12-377/fr/plookup/plookup_test.go | 2 +- ecc/bls12-377/fr/plookup/table.go | 2 +- ecc/bls12-377/fr/plookup/vector.go | 2 +- ecc/bls12-377/fr/polynomial/doc.go | 2 +- ecc/bls12-377/fr/polynomial/multilin.go | 2 +- ecc/bls12-377/fr/polynomial/multilin_test.go | 2 +- ecc/bls12-377/fr/polynomial/polynomial.go | 2 +- ecc/bls12-377/fr/polynomial/polynomial_test.go | 2 +- ecc/bls12-377/fr/polynomial/pool.go | 2 +- ecc/bls12-377/fr/poseidon2/poseidon2.go | 2 +- ecc/bls12-377/fr/poseidon2/poseidon2_test.go | 2 +- ecc/bls12-377/fr/sis/sis.go | 2 +- ecc/bls12-377/fr/sis/sis_fft.go | 2 +- ecc/bls12-377/fr/sis/sis_test.go | 2 +- ecc/bls12-377/fr/sumcheck/sumcheck.go | 2 +- ecc/bls12-377/fr/sumcheck/sumcheck_test.go | 2 +- ecc/bls12-377/fr/test_vector_utils/test_vector_utils.go | 2 +- ecc/bls12-377/fr/vector.go | 2 +- ecc/bls12-377/fr/vector_amd64.go | 2 +- ecc/bls12-377/fr/vector_purego.go | 2 +- ecc/bls12-377/fr/vector_test.go | 2 +- ecc/bls12-377/g1.go | 2 +- ecc/bls12-377/g1_test.go | 2 +- ecc/bls12-377/g2.go | 2 +- ecc/bls12-377/g2_test.go | 2 +- ecc/bls12-377/hash_to_g1.go | 2 +- ecc/bls12-377/hash_to_g1_test.go | 2 +- ecc/bls12-377/hash_to_g2.go | 2 +- ecc/bls12-377/hash_to_g2_test.go | 2 +- ecc/bls12-377/internal/fptower/asm.go | 2 +- ecc/bls12-377/internal/fptower/asm_noadx.go | 2 +- ecc/bls12-377/internal/fptower/e12.go | 2 +- ecc/bls12-377/internal/fptower/e12_test.go | 2 +- ecc/bls12-377/internal/fptower/e2.go | 2 +- ecc/bls12-377/internal/fptower/e2_amd64.go | 2 +- ecc/bls12-377/internal/fptower/e2_amd64.s | 2 +- ecc/bls12-377/internal/fptower/e2_bls377.go | 2 +- ecc/bls12-377/internal/fptower/e2_fallback.go | 2 +- ecc/bls12-377/internal/fptower/e2_test.go | 2 +- ecc/bls12-377/internal/fptower/e6.go | 2 +- ecc/bls12-377/internal/fptower/e6_test.go | 2 +- ecc/bls12-377/internal/fptower/frobenius.go | 2 +- ecc/bls12-377/internal/fptower/parameters.go | 2 +- ecc/bls12-377/kzg/doc.go | 2 +- ecc/bls12-377/kzg/kzg.go | 2 +- ecc/bls12-377/kzg/kzg_test.go | 2 +- ecc/bls12-377/kzg/marshal.go | 2 +- ecc/bls12-377/kzg/utils.go | 2 +- ecc/bls12-377/marshal.go | 2 +- ecc/bls12-377/marshal_test.go | 2 +- ecc/bls12-377/multiexp.go | 2 +- ecc/bls12-377/multiexp_affine.go | 2 +- ecc/bls12-377/multiexp_jacobian.go | 2 +- ecc/bls12-377/multiexp_test.go | 2 +- ecc/bls12-377/pairing.go | 2 +- ecc/bls12-377/pairing_test.go | 2 +- ecc/bls12-377/shplonk/doc.go | 2 +- ecc/bls12-377/shplonk/example_test.go | 2 +- ecc/bls12-377/shplonk/marshal.go | 2 +- ecc/bls12-377/shplonk/shplonk.go | 2 +- ecc/bls12-377/shplonk/shplonk_test.go | 2 +- ecc/bls12-377/twistededwards/curve.go | 2 +- ecc/bls12-377/twistededwards/doc.go | 2 +- ecc/bls12-377/twistededwards/eddsa/doc.go | 2 +- ecc/bls12-377/twistededwards/eddsa/eddsa.go | 2 +- ecc/bls12-377/twistededwards/eddsa/eddsa_test.go | 2 +- ecc/bls12-377/twistededwards/eddsa/marshal.go | 2 +- ecc/bls12-377/twistededwards/point.go | 2 +- ecc/bls12-377/twistededwards/point_test.go | 2 +- ecc/bls12-381/bandersnatch/curve.go | 2 +- ecc/bls12-381/bandersnatch/doc.go | 2 +- ecc/bls12-381/bandersnatch/eddsa/doc.go | 2 +- ecc/bls12-381/bandersnatch/eddsa/eddsa.go | 2 +- ecc/bls12-381/bandersnatch/eddsa/eddsa_test.go | 2 +- ecc/bls12-381/bandersnatch/eddsa/marshal.go | 2 +- ecc/bls12-381/bandersnatch/point.go | 2 +- ecc/bls12-381/bandersnatch/point_test.go | 2 +- ecc/bls12-381/ecdsa/doc.go | 2 +- ecc/bls12-381/ecdsa/ecdsa.go | 2 +- ecc/bls12-381/ecdsa/ecdsa_test.go | 2 +- ecc/bls12-381/ecdsa/marshal.go | 2 +- ecc/bls12-381/ecdsa/marshal_test.go | 2 +- ecc/bls12-381/fflonk/doc.go | 2 +- ecc/bls12-381/fflonk/example_test.go | 2 +- ecc/bls12-381/fflonk/fflonk.go | 2 +- ecc/bls12-381/fflonk/fflonk_test.go | 2 +- ecc/bls12-381/fflonk/marshal.go | 2 +- ecc/bls12-381/fp/arith.go | 2 +- ecc/bls12-381/fp/asm_adx.go | 2 +- ecc/bls12-381/fp/asm_noadx.go | 2 +- ecc/bls12-381/fp/doc.go | 2 +- ecc/bls12-381/fp/element.go | 2 +- ecc/bls12-381/fp/element_amd64.go | 2 +- ecc/bls12-381/fp/element_amd64.s | 2 +- ecc/bls12-381/fp/element_arm64.go | 2 +- ecc/bls12-381/fp/element_arm64.s | 2 +- ecc/bls12-381/fp/element_exp.go | 2 +- ecc/bls12-381/fp/element_purego.go | 2 +- ecc/bls12-381/fp/element_test.go | 2 +- ecc/bls12-381/fp/hash_to_field/doc.go | 2 +- ecc/bls12-381/fp/hash_to_field/hash_to_field.go | 2 +- ecc/bls12-381/fp/hash_to_field/hash_to_field_test.go | 2 +- ecc/bls12-381/fp/vector.go | 2 +- ecc/bls12-381/fp/vector_purego.go | 2 +- ecc/bls12-381/fp/vector_test.go | 2 +- ecc/bls12-381/fr/arith.go | 2 +- ecc/bls12-381/fr/asm_adx.go | 2 +- ecc/bls12-381/fr/asm_avx.go | 2 +- ecc/bls12-381/fr/asm_noadx.go | 2 +- ecc/bls12-381/fr/asm_noavx.go | 2 +- ecc/bls12-381/fr/doc.go | 2 +- ecc/bls12-381/fr/element.go | 2 +- ecc/bls12-381/fr/element_amd64.go | 2 +- ecc/bls12-381/fr/element_amd64.s | 2 +- ecc/bls12-381/fr/element_arm64.go | 2 +- ecc/bls12-381/fr/element_arm64.s | 2 +- ecc/bls12-381/fr/element_exp.go | 2 +- ecc/bls12-381/fr/element_purego.go | 2 +- ecc/bls12-381/fr/element_test.go | 2 +- ecc/bls12-381/fr/fft/bitreverse.go | 2 +- ecc/bls12-381/fr/fft/bitreverse_test.go | 2 +- ecc/bls12-381/fr/fft/doc.go | 2 +- ecc/bls12-381/fr/fft/domain.go | 2 +- ecc/bls12-381/fr/fft/domain_test.go | 2 +- ecc/bls12-381/fr/fft/fft.go | 2 +- ecc/bls12-381/fr/fft/fft_test.go | 2 +- ecc/bls12-381/fr/fft/options.go | 2 +- ecc/bls12-381/fr/fri/doc.go | 2 +- ecc/bls12-381/fr/fri/fri.go | 2 +- ecc/bls12-381/fr/fri/fri_test.go | 2 +- ecc/bls12-381/fr/generator.go | 2 +- ecc/bls12-381/fr/gkr/gkr.go | 2 +- ecc/bls12-381/fr/gkr/gkr_test.go | 2 +- ecc/bls12-381/fr/hash_to_field/doc.go | 2 +- ecc/bls12-381/fr/hash_to_field/hash_to_field.go | 2 +- ecc/bls12-381/fr/hash_to_field/hash_to_field_test.go | 2 +- ecc/bls12-381/fr/iop/doc.go | 2 +- ecc/bls12-381/fr/iop/expressions.go | 2 +- ecc/bls12-381/fr/iop/expressions_test.go | 2 +- ecc/bls12-381/fr/iop/polynomial.go | 2 +- ecc/bls12-381/fr/iop/polynomial_test.go | 2 +- ecc/bls12-381/fr/iop/quotient.go | 2 +- ecc/bls12-381/fr/iop/quotient_test.go | 2 +- ecc/bls12-381/fr/iop/ratios.go | 2 +- ecc/bls12-381/fr/iop/ratios_test.go | 2 +- ecc/bls12-381/fr/iop/utils.go | 2 +- ecc/bls12-381/fr/mimc/doc.go | 2 +- ecc/bls12-381/fr/mimc/mimc.go | 2 +- ecc/bls12-381/fr/mimc/options.go | 2 +- ecc/bls12-381/fr/pedersen/doc.go | 2 +- ecc/bls12-381/fr/pedersen/example_test.go | 2 +- ecc/bls12-381/fr/pedersen/pedersen.go | 2 +- ecc/bls12-381/fr/pedersen/pedersen_test.go | 2 +- ecc/bls12-381/fr/permutation/doc.go | 2 +- ecc/bls12-381/fr/permutation/permutation.go | 2 +- ecc/bls12-381/fr/permutation/permutation_test.go | 2 +- ecc/bls12-381/fr/plookup/doc.go | 2 +- ecc/bls12-381/fr/plookup/plookup_test.go | 2 +- ecc/bls12-381/fr/plookup/table.go | 2 +- ecc/bls12-381/fr/plookup/vector.go | 2 +- ecc/bls12-381/fr/polynomial/doc.go | 2 +- ecc/bls12-381/fr/polynomial/multilin.go | 2 +- ecc/bls12-381/fr/polynomial/multilin_test.go | 2 +- ecc/bls12-381/fr/polynomial/polynomial.go | 2 +- ecc/bls12-381/fr/polynomial/polynomial_test.go | 2 +- ecc/bls12-381/fr/polynomial/pool.go | 2 +- ecc/bls12-381/fr/poseidon2/poseidon2.go | 2 +- ecc/bls12-381/fr/poseidon2/poseidon2_test.go | 2 +- ecc/bls12-381/fr/sumcheck/sumcheck.go | 2 +- ecc/bls12-381/fr/sumcheck/sumcheck_test.go | 2 +- ecc/bls12-381/fr/test_vector_utils/test_vector_utils.go | 2 +- ecc/bls12-381/fr/vector.go | 2 +- ecc/bls12-381/fr/vector_amd64.go | 2 +- ecc/bls12-381/fr/vector_purego.go | 2 +- ecc/bls12-381/fr/vector_test.go | 2 +- ecc/bls12-381/g1.go | 2 +- ecc/bls12-381/g1_test.go | 2 +- ecc/bls12-381/g2.go | 2 +- ecc/bls12-381/g2_test.go | 2 +- ecc/bls12-381/hash_to_g1.go | 2 +- ecc/bls12-381/hash_to_g1_test.go | 2 +- ecc/bls12-381/hash_to_g2.go | 2 +- ecc/bls12-381/hash_to_g2_test.go | 2 +- ecc/bls12-381/internal/fptower/asm.go | 2 +- ecc/bls12-381/internal/fptower/asm_noadx.go | 2 +- ecc/bls12-381/internal/fptower/e12.go | 2 +- ecc/bls12-381/internal/fptower/e12_test.go | 2 +- ecc/bls12-381/internal/fptower/e2.go | 2 +- ecc/bls12-381/internal/fptower/e2_amd64.go | 2 +- ecc/bls12-381/internal/fptower/e2_amd64.s | 2 +- ecc/bls12-381/internal/fptower/e2_bls381.go | 2 +- ecc/bls12-381/internal/fptower/e2_bls381_fallback.go | 2 +- ecc/bls12-381/internal/fptower/e2_fallback.go | 2 +- ecc/bls12-381/internal/fptower/e2_test.go | 2 +- ecc/bls12-381/internal/fptower/e6.go | 2 +- ecc/bls12-381/internal/fptower/e6_test.go | 2 +- ecc/bls12-381/internal/fptower/frobenius.go | 2 +- ecc/bls12-381/internal/fptower/parameters.go | 2 +- ecc/bls12-381/kzg/doc.go | 2 +- ecc/bls12-381/kzg/kzg.go | 2 +- ecc/bls12-381/kzg/kzg_test.go | 2 +- ecc/bls12-381/kzg/marshal.go | 2 +- ecc/bls12-381/kzg/utils.go | 2 +- ecc/bls12-381/marshal.go | 2 +- ecc/bls12-381/marshal_test.go | 2 +- ecc/bls12-381/multiexp.go | 2 +- ecc/bls12-381/multiexp_affine.go | 2 +- ecc/bls12-381/multiexp_jacobian.go | 2 +- ecc/bls12-381/multiexp_test.go | 2 +- ecc/bls12-381/pairing.go | 2 +- ecc/bls12-381/pairing_test.go | 2 +- ecc/bls12-381/shplonk/doc.go | 2 +- ecc/bls12-381/shplonk/example_test.go | 2 +- ecc/bls12-381/shplonk/marshal.go | 2 +- ecc/bls12-381/shplonk/shplonk.go | 2 +- ecc/bls12-381/shplonk/shplonk_test.go | 2 +- ecc/bls12-381/twistededwards/curve.go | 2 +- ecc/bls12-381/twistededwards/doc.go | 2 +- ecc/bls12-381/twistededwards/eddsa/doc.go | 2 +- ecc/bls12-381/twistededwards/eddsa/eddsa.go | 2 +- ecc/bls12-381/twistededwards/eddsa/eddsa_test.go | 2 +- ecc/bls12-381/twistededwards/eddsa/marshal.go | 2 +- ecc/bls12-381/twistededwards/point.go | 2 +- ecc/bls12-381/twistededwards/point_test.go | 2 +- ecc/bls24-315/ecdsa/doc.go | 2 +- ecc/bls24-315/ecdsa/ecdsa.go | 2 +- ecc/bls24-315/ecdsa/ecdsa_test.go | 2 +- ecc/bls24-315/ecdsa/marshal.go | 2 +- ecc/bls24-315/ecdsa/marshal_test.go | 2 +- ecc/bls24-315/fflonk/doc.go | 2 +- ecc/bls24-315/fflonk/example_test.go | 2 +- ecc/bls24-315/fflonk/fflonk.go | 2 +- ecc/bls24-315/fflonk/fflonk_test.go | 2 +- ecc/bls24-315/fflonk/marshal.go | 2 +- ecc/bls24-315/fp/arith.go | 2 +- ecc/bls24-315/fp/asm_adx.go | 2 +- ecc/bls24-315/fp/asm_noadx.go | 2 +- ecc/bls24-315/fp/doc.go | 2 +- ecc/bls24-315/fp/element.go | 2 +- ecc/bls24-315/fp/element_amd64.go | 2 +- ecc/bls24-315/fp/element_amd64.s | 2 +- ecc/bls24-315/fp/element_exp.go | 2 +- ecc/bls24-315/fp/element_purego.go | 2 +- ecc/bls24-315/fp/element_test.go | 2 +- ecc/bls24-315/fp/hash_to_field/doc.go | 2 +- ecc/bls24-315/fp/hash_to_field/hash_to_field.go | 2 +- ecc/bls24-315/fp/hash_to_field/hash_to_field_test.go | 2 +- ecc/bls24-315/fp/vector.go | 2 +- ecc/bls24-315/fp/vector_purego.go | 2 +- ecc/bls24-315/fp/vector_test.go | 2 +- ecc/bls24-315/fr/arith.go | 2 +- ecc/bls24-315/fr/asm_adx.go | 2 +- ecc/bls24-315/fr/asm_avx.go | 2 +- ecc/bls24-315/fr/asm_noadx.go | 2 +- ecc/bls24-315/fr/asm_noavx.go | 2 +- ecc/bls24-315/fr/doc.go | 2 +- ecc/bls24-315/fr/element.go | 2 +- ecc/bls24-315/fr/element_amd64.go | 2 +- ecc/bls24-315/fr/element_amd64.s | 2 +- ecc/bls24-315/fr/element_arm64.go | 2 +- ecc/bls24-315/fr/element_arm64.s | 2 +- ecc/bls24-315/fr/element_exp.go | 2 +- ecc/bls24-315/fr/element_purego.go | 2 +- ecc/bls24-315/fr/element_test.go | 2 +- ecc/bls24-315/fr/fft/bitreverse.go | 2 +- ecc/bls24-315/fr/fft/bitreverse_test.go | 2 +- ecc/bls24-315/fr/fft/doc.go | 2 +- ecc/bls24-315/fr/fft/domain.go | 2 +- ecc/bls24-315/fr/fft/domain_test.go | 2 +- ecc/bls24-315/fr/fft/fft.go | 2 +- ecc/bls24-315/fr/fft/fft_test.go | 2 +- ecc/bls24-315/fr/fft/options.go | 2 +- ecc/bls24-315/fr/fri/doc.go | 2 +- ecc/bls24-315/fr/fri/fri.go | 2 +- ecc/bls24-315/fr/fri/fri_test.go | 2 +- ecc/bls24-315/fr/generator.go | 2 +- ecc/bls24-315/fr/gkr/gkr.go | 2 +- ecc/bls24-315/fr/gkr/gkr_test.go | 2 +- ecc/bls24-315/fr/hash_to_field/doc.go | 2 +- ecc/bls24-315/fr/hash_to_field/hash_to_field.go | 2 +- ecc/bls24-315/fr/hash_to_field/hash_to_field_test.go | 2 +- ecc/bls24-315/fr/iop/doc.go | 2 +- ecc/bls24-315/fr/iop/expressions.go | 2 +- ecc/bls24-315/fr/iop/expressions_test.go | 2 +- ecc/bls24-315/fr/iop/polynomial.go | 2 +- ecc/bls24-315/fr/iop/polynomial_test.go | 2 +- ecc/bls24-315/fr/iop/quotient.go | 2 +- ecc/bls24-315/fr/iop/quotient_test.go | 2 +- ecc/bls24-315/fr/iop/ratios.go | 2 +- ecc/bls24-315/fr/iop/ratios_test.go | 2 +- ecc/bls24-315/fr/iop/utils.go | 2 +- ecc/bls24-315/fr/mimc/doc.go | 2 +- ecc/bls24-315/fr/mimc/mimc.go | 2 +- ecc/bls24-315/fr/mimc/options.go | 2 +- ecc/bls24-315/fr/pedersen/doc.go | 2 +- ecc/bls24-315/fr/pedersen/example_test.go | 2 +- ecc/bls24-315/fr/pedersen/pedersen.go | 2 +- ecc/bls24-315/fr/pedersen/pedersen_test.go | 2 +- ecc/bls24-315/fr/permutation/doc.go | 2 +- ecc/bls24-315/fr/permutation/permutation.go | 2 +- ecc/bls24-315/fr/permutation/permutation_test.go | 2 +- ecc/bls24-315/fr/plookup/doc.go | 2 +- ecc/bls24-315/fr/plookup/plookup_test.go | 2 +- ecc/bls24-315/fr/plookup/table.go | 2 +- ecc/bls24-315/fr/plookup/vector.go | 2 +- ecc/bls24-315/fr/polynomial/doc.go | 2 +- ecc/bls24-315/fr/polynomial/multilin.go | 2 +- ecc/bls24-315/fr/polynomial/multilin_test.go | 2 +- ecc/bls24-315/fr/polynomial/polynomial.go | 2 +- ecc/bls24-315/fr/polynomial/polynomial_test.go | 2 +- ecc/bls24-315/fr/polynomial/pool.go | 2 +- ecc/bls24-315/fr/poseidon2/poseidon2.go | 2 +- ecc/bls24-315/fr/poseidon2/poseidon2_test.go | 2 +- ecc/bls24-315/fr/sumcheck/sumcheck.go | 2 +- ecc/bls24-315/fr/sumcheck/sumcheck_test.go | 2 +- ecc/bls24-315/fr/test_vector_utils/test_vector_utils.go | 2 +- ecc/bls24-315/fr/vector.go | 2 +- ecc/bls24-315/fr/vector_amd64.go | 2 +- ecc/bls24-315/fr/vector_purego.go | 2 +- ecc/bls24-315/fr/vector_test.go | 2 +- ecc/bls24-315/g1.go | 2 +- ecc/bls24-315/g1_test.go | 2 +- ecc/bls24-315/g2.go | 2 +- ecc/bls24-315/g2_test.go | 2 +- ecc/bls24-315/hash_to_g1.go | 2 +- ecc/bls24-315/hash_to_g1_test.go | 2 +- ecc/bls24-315/hash_to_g2.go | 2 +- ecc/bls24-315/internal/fptower/asm.go | 2 +- ecc/bls24-315/internal/fptower/asm_noadx.go | 2 +- ecc/bls24-315/internal/fptower/e12.go | 2 +- ecc/bls24-315/internal/fptower/e12_test.go | 2 +- ecc/bls24-315/internal/fptower/e2.go | 2 +- ecc/bls24-315/internal/fptower/e24.go | 2 +- ecc/bls24-315/internal/fptower/e24_test.go | 2 +- ecc/bls24-315/internal/fptower/e2_amd64.go | 2 +- ecc/bls24-315/internal/fptower/e2_amd64.s | 2 +- ecc/bls24-315/internal/fptower/e2_bls315.go | 2 +- ecc/bls24-315/internal/fptower/e2_bls315_fallback.go | 2 +- ecc/bls24-315/internal/fptower/e2_fallback.go | 2 +- ecc/bls24-315/internal/fptower/e2_test.go | 2 +- ecc/bls24-315/internal/fptower/e4.go | 2 +- ecc/bls24-315/internal/fptower/e4_bls315.go | 2 +- ecc/bls24-315/internal/fptower/e4_test.go | 2 +- ecc/bls24-315/internal/fptower/frobenius.go | 2 +- ecc/bls24-315/internal/fptower/parameters.go | 2 +- ecc/bls24-315/kzg/doc.go | 2 +- ecc/bls24-315/kzg/kzg.go | 2 +- ecc/bls24-315/kzg/kzg_test.go | 2 +- ecc/bls24-315/kzg/marshal.go | 2 +- ecc/bls24-315/kzg/utils.go | 2 +- ecc/bls24-315/marshal.go | 2 +- ecc/bls24-315/marshal_test.go | 2 +- ecc/bls24-315/multiexp.go | 2 +- ecc/bls24-315/multiexp_affine.go | 2 +- ecc/bls24-315/multiexp_jacobian.go | 2 +- ecc/bls24-315/multiexp_test.go | 2 +- ecc/bls24-315/pairing.go | 2 +- ecc/bls24-315/pairing_test.go | 2 +- ecc/bls24-315/shplonk/doc.go | 2 +- ecc/bls24-315/shplonk/example_test.go | 2 +- ecc/bls24-315/shplonk/marshal.go | 2 +- ecc/bls24-315/shplonk/shplonk.go | 2 +- ecc/bls24-315/shplonk/shplonk_test.go | 2 +- ecc/bls24-315/twistededwards/curve.go | 2 +- ecc/bls24-315/twistededwards/doc.go | 2 +- ecc/bls24-315/twistededwards/eddsa/doc.go | 2 +- ecc/bls24-315/twistededwards/eddsa/eddsa.go | 2 +- ecc/bls24-315/twistededwards/eddsa/eddsa_test.go | 2 +- ecc/bls24-315/twistededwards/eddsa/marshal.go | 2 +- ecc/bls24-315/twistededwards/point.go | 2 +- ecc/bls24-315/twistededwards/point_test.go | 2 +- ecc/bls24-317/ecdsa/doc.go | 2 +- ecc/bls24-317/ecdsa/ecdsa.go | 2 +- ecc/bls24-317/ecdsa/ecdsa_test.go | 2 +- ecc/bls24-317/ecdsa/marshal.go | 2 +- ecc/bls24-317/ecdsa/marshal_test.go | 2 +- ecc/bls24-317/fflonk/doc.go | 2 +- ecc/bls24-317/fflonk/example_test.go | 2 +- ecc/bls24-317/fflonk/fflonk.go | 2 +- ecc/bls24-317/fflonk/fflonk_test.go | 2 +- ecc/bls24-317/fflonk/marshal.go | 2 +- ecc/bls24-317/fp/arith.go | 2 +- ecc/bls24-317/fp/asm_adx.go | 2 +- ecc/bls24-317/fp/asm_noadx.go | 2 +- ecc/bls24-317/fp/doc.go | 2 +- ecc/bls24-317/fp/element.go | 2 +- ecc/bls24-317/fp/element_amd64.go | 2 +- ecc/bls24-317/fp/element_amd64.s | 2 +- ecc/bls24-317/fp/element_exp.go | 2 +- ecc/bls24-317/fp/element_purego.go | 2 +- ecc/bls24-317/fp/element_test.go | 2 +- ecc/bls24-317/fp/hash_to_field/doc.go | 2 +- ecc/bls24-317/fp/hash_to_field/hash_to_field.go | 2 +- ecc/bls24-317/fp/hash_to_field/hash_to_field_test.go | 2 +- ecc/bls24-317/fp/vector.go | 2 +- ecc/bls24-317/fp/vector_purego.go | 2 +- ecc/bls24-317/fp/vector_test.go | 2 +- ecc/bls24-317/fr/arith.go | 2 +- ecc/bls24-317/fr/asm_adx.go | 2 +- ecc/bls24-317/fr/asm_avx.go | 2 +- ecc/bls24-317/fr/asm_noadx.go | 2 +- ecc/bls24-317/fr/asm_noavx.go | 2 +- ecc/bls24-317/fr/doc.go | 2 +- ecc/bls24-317/fr/element.go | 2 +- ecc/bls24-317/fr/element_amd64.go | 2 +- ecc/bls24-317/fr/element_amd64.s | 2 +- ecc/bls24-317/fr/element_arm64.go | 2 +- ecc/bls24-317/fr/element_arm64.s | 2 +- ecc/bls24-317/fr/element_exp.go | 2 +- ecc/bls24-317/fr/element_purego.go | 2 +- ecc/bls24-317/fr/element_test.go | 2 +- ecc/bls24-317/fr/fft/bitreverse.go | 2 +- ecc/bls24-317/fr/fft/bitreverse_test.go | 2 +- ecc/bls24-317/fr/fft/doc.go | 2 +- ecc/bls24-317/fr/fft/domain.go | 2 +- ecc/bls24-317/fr/fft/domain_test.go | 2 +- ecc/bls24-317/fr/fft/fft.go | 2 +- ecc/bls24-317/fr/fft/fft_test.go | 2 +- ecc/bls24-317/fr/fft/options.go | 2 +- ecc/bls24-317/fr/fri/doc.go | 2 +- ecc/bls24-317/fr/fri/fri.go | 2 +- ecc/bls24-317/fr/fri/fri_test.go | 2 +- ecc/bls24-317/fr/generator.go | 2 +- ecc/bls24-317/fr/gkr/gkr.go | 2 +- ecc/bls24-317/fr/gkr/gkr_test.go | 2 +- ecc/bls24-317/fr/hash_to_field/doc.go | 2 +- ecc/bls24-317/fr/hash_to_field/hash_to_field.go | 2 +- ecc/bls24-317/fr/hash_to_field/hash_to_field_test.go | 2 +- ecc/bls24-317/fr/iop/doc.go | 2 +- ecc/bls24-317/fr/iop/expressions.go | 2 +- ecc/bls24-317/fr/iop/expressions_test.go | 2 +- ecc/bls24-317/fr/iop/polynomial.go | 2 +- ecc/bls24-317/fr/iop/polynomial_test.go | 2 +- ecc/bls24-317/fr/iop/quotient.go | 2 +- ecc/bls24-317/fr/iop/quotient_test.go | 2 +- ecc/bls24-317/fr/iop/ratios.go | 2 +- ecc/bls24-317/fr/iop/ratios_test.go | 2 +- ecc/bls24-317/fr/iop/utils.go | 2 +- ecc/bls24-317/fr/mimc/doc.go | 2 +- ecc/bls24-317/fr/mimc/mimc.go | 2 +- ecc/bls24-317/fr/mimc/options.go | 2 +- ecc/bls24-317/fr/pedersen/doc.go | 2 +- ecc/bls24-317/fr/pedersen/example_test.go | 2 +- ecc/bls24-317/fr/pedersen/pedersen.go | 2 +- ecc/bls24-317/fr/pedersen/pedersen_test.go | 2 +- ecc/bls24-317/fr/permutation/doc.go | 2 +- ecc/bls24-317/fr/permutation/permutation.go | 2 +- ecc/bls24-317/fr/permutation/permutation_test.go | 2 +- ecc/bls24-317/fr/plookup/doc.go | 2 +- ecc/bls24-317/fr/plookup/plookup_test.go | 2 +- ecc/bls24-317/fr/plookup/table.go | 2 +- ecc/bls24-317/fr/plookup/vector.go | 2 +- ecc/bls24-317/fr/polynomial/doc.go | 2 +- ecc/bls24-317/fr/polynomial/multilin.go | 2 +- ecc/bls24-317/fr/polynomial/multilin_test.go | 2 +- ecc/bls24-317/fr/polynomial/polynomial.go | 2 +- ecc/bls24-317/fr/polynomial/polynomial_test.go | 2 +- ecc/bls24-317/fr/polynomial/pool.go | 2 +- ecc/bls24-317/fr/poseidon2/poseidon2.go | 2 +- ecc/bls24-317/fr/poseidon2/poseidon2_test.go | 2 +- ecc/bls24-317/fr/sumcheck/sumcheck.go | 2 +- ecc/bls24-317/fr/sumcheck/sumcheck_test.go | 2 +- ecc/bls24-317/fr/test_vector_utils/test_vector_utils.go | 2 +- ecc/bls24-317/fr/vector.go | 2 +- ecc/bls24-317/fr/vector_amd64.go | 2 +- ecc/bls24-317/fr/vector_purego.go | 2 +- ecc/bls24-317/fr/vector_test.go | 2 +- ecc/bls24-317/g1.go | 2 +- ecc/bls24-317/g1_test.go | 2 +- ecc/bls24-317/g2.go | 2 +- ecc/bls24-317/g2_test.go | 2 +- ecc/bls24-317/hash_to_g1.go | 2 +- ecc/bls24-317/hash_to_g1_test.go | 2 +- ecc/bls24-317/hash_to_g2.go | 2 +- ecc/bls24-317/internal/fptower/asm.go | 2 +- ecc/bls24-317/internal/fptower/asm_noadx.go | 2 +- ecc/bls24-317/internal/fptower/e12.go | 2 +- ecc/bls24-317/internal/fptower/e12_test.go | 2 +- ecc/bls24-317/internal/fptower/e2.go | 2 +- ecc/bls24-317/internal/fptower/e24.go | 2 +- ecc/bls24-317/internal/fptower/e24_test.go | 2 +- ecc/bls24-317/internal/fptower/e2_amd64.go | 2 +- ecc/bls24-317/internal/fptower/e2_amd64.s | 2 +- ecc/bls24-317/internal/fptower/e2_bls317.go | 2 +- ecc/bls24-317/internal/fptower/e2_fallback.go | 2 +- ecc/bls24-317/internal/fptower/e2_test.go | 2 +- ecc/bls24-317/internal/fptower/e4.go | 2 +- ecc/bls24-317/internal/fptower/e4_bls315.go | 2 +- ecc/bls24-317/internal/fptower/e4_test.go | 2 +- ecc/bls24-317/internal/fptower/frobenius.go | 2 +- ecc/bls24-317/internal/fptower/parameters.go | 2 +- ecc/bls24-317/kzg/doc.go | 2 +- ecc/bls24-317/kzg/kzg.go | 2 +- ecc/bls24-317/kzg/kzg_test.go | 2 +- ecc/bls24-317/kzg/marshal.go | 2 +- ecc/bls24-317/kzg/utils.go | 2 +- ecc/bls24-317/marshal.go | 2 +- ecc/bls24-317/marshal_test.go | 2 +- ecc/bls24-317/multiexp.go | 2 +- ecc/bls24-317/multiexp_affine.go | 2 +- ecc/bls24-317/multiexp_jacobian.go | 2 +- ecc/bls24-317/multiexp_test.go | 2 +- ecc/bls24-317/pairing.go | 2 +- ecc/bls24-317/pairing_test.go | 2 +- ecc/bls24-317/shplonk/doc.go | 2 +- ecc/bls24-317/shplonk/example_test.go | 2 +- ecc/bls24-317/shplonk/marshal.go | 2 +- ecc/bls24-317/shplonk/shplonk.go | 2 +- ecc/bls24-317/shplonk/shplonk_test.go | 2 +- ecc/bls24-317/twistededwards/curve.go | 2 +- ecc/bls24-317/twistededwards/doc.go | 2 +- ecc/bls24-317/twistededwards/eddsa/doc.go | 2 +- ecc/bls24-317/twistededwards/eddsa/eddsa.go | 2 +- ecc/bls24-317/twistededwards/eddsa/eddsa_test.go | 2 +- ecc/bls24-317/twistededwards/eddsa/marshal.go | 2 +- ecc/bls24-317/twistededwards/point.go | 2 +- ecc/bls24-317/twistededwards/point_test.go | 2 +- ecc/bn254/bn254.go | 2 +- ecc/bn254/ecdsa/doc.go | 2 +- ecc/bn254/ecdsa/ecdsa.go | 2 +- ecc/bn254/ecdsa/ecdsa_test.go | 2 +- ecc/bn254/ecdsa/marshal.go | 2 +- ecc/bn254/ecdsa/marshal_test.go | 2 +- ecc/bn254/fflonk/doc.go | 2 +- ecc/bn254/fflonk/example_test.go | 2 +- ecc/bn254/fflonk/fflonk.go | 2 +- ecc/bn254/fflonk/fflonk_test.go | 2 +- ecc/bn254/fflonk/marshal.go | 2 +- ecc/bn254/fp/arith.go | 2 +- ecc/bn254/fp/asm_adx.go | 2 +- ecc/bn254/fp/asm_avx.go | 2 +- ecc/bn254/fp/asm_noadx.go | 2 +- ecc/bn254/fp/asm_noavx.go | 2 +- ecc/bn254/fp/doc.go | 2 +- ecc/bn254/fp/element.go | 2 +- ecc/bn254/fp/element_amd64.go | 2 +- ecc/bn254/fp/element_amd64.s | 2 +- ecc/bn254/fp/element_arm64.go | 2 +- ecc/bn254/fp/element_arm64.s | 2 +- ecc/bn254/fp/element_exp.go | 2 +- ecc/bn254/fp/element_purego.go | 2 +- ecc/bn254/fp/element_test.go | 2 +- ecc/bn254/fp/hash_to_field/doc.go | 2 +- ecc/bn254/fp/hash_to_field/hash_to_field.go | 2 +- ecc/bn254/fp/hash_to_field/hash_to_field_test.go | 2 +- ecc/bn254/fp/vector.go | 2 +- ecc/bn254/fp/vector_amd64.go | 2 +- ecc/bn254/fp/vector_purego.go | 2 +- ecc/bn254/fp/vector_test.go | 2 +- ecc/bn254/fr/arith.go | 2 +- ecc/bn254/fr/asm_adx.go | 2 +- ecc/bn254/fr/asm_avx.go | 2 +- ecc/bn254/fr/asm_noadx.go | 2 +- ecc/bn254/fr/asm_noavx.go | 2 +- ecc/bn254/fr/doc.go | 2 +- ecc/bn254/fr/element.go | 2 +- ecc/bn254/fr/element_amd64.go | 2 +- ecc/bn254/fr/element_amd64.s | 2 +- ecc/bn254/fr/element_arm64.go | 2 +- ecc/bn254/fr/element_arm64.s | 2 +- ecc/bn254/fr/element_exp.go | 2 +- ecc/bn254/fr/element_purego.go | 2 +- ecc/bn254/fr/element_test.go | 2 +- ecc/bn254/fr/fft/bitreverse.go | 2 +- ecc/bn254/fr/fft/bitreverse_test.go | 2 +- ecc/bn254/fr/fft/doc.go | 2 +- ecc/bn254/fr/fft/domain.go | 2 +- ecc/bn254/fr/fft/domain_test.go | 2 +- ecc/bn254/fr/fft/fft.go | 2 +- ecc/bn254/fr/fft/fft_test.go | 2 +- ecc/bn254/fr/fft/options.go | 2 +- ecc/bn254/fr/fri/doc.go | 2 +- ecc/bn254/fr/fri/fri.go | 2 +- ecc/bn254/fr/fri/fri_test.go | 2 +- ecc/bn254/fr/generator.go | 2 +- ecc/bn254/fr/gkr/gkr.go | 2 +- ecc/bn254/fr/gkr/gkr_test.go | 2 +- ecc/bn254/fr/hash_to_field/doc.go | 2 +- ecc/bn254/fr/hash_to_field/hash_to_field.go | 2 +- ecc/bn254/fr/hash_to_field/hash_to_field_test.go | 2 +- ecc/bn254/fr/iop/doc.go | 2 +- ecc/bn254/fr/iop/expressions.go | 2 +- ecc/bn254/fr/iop/expressions_test.go | 2 +- ecc/bn254/fr/iop/polynomial.go | 2 +- ecc/bn254/fr/iop/polynomial_test.go | 2 +- ecc/bn254/fr/iop/quotient.go | 2 +- ecc/bn254/fr/iop/quotient_test.go | 2 +- ecc/bn254/fr/iop/ratios.go | 2 +- ecc/bn254/fr/iop/ratios_test.go | 2 +- ecc/bn254/fr/iop/utils.go | 2 +- ecc/bn254/fr/mimc/doc.go | 2 +- ecc/bn254/fr/mimc/mimc.go | 2 +- ecc/bn254/fr/mimc/options.go | 2 +- ecc/bn254/fr/pedersen/doc.go | 2 +- ecc/bn254/fr/pedersen/example_test.go | 2 +- ecc/bn254/fr/pedersen/pedersen.go | 2 +- ecc/bn254/fr/pedersen/pedersen_test.go | 2 +- ecc/bn254/fr/permutation/doc.go | 2 +- ecc/bn254/fr/permutation/permutation.go | 2 +- ecc/bn254/fr/permutation/permutation_test.go | 2 +- ecc/bn254/fr/plookup/doc.go | 2 +- ecc/bn254/fr/plookup/plookup_test.go | 2 +- ecc/bn254/fr/plookup/table.go | 2 +- ecc/bn254/fr/plookup/vector.go | 2 +- ecc/bn254/fr/polynomial/doc.go | 2 +- ecc/bn254/fr/polynomial/multilin.go | 2 +- ecc/bn254/fr/polynomial/multilin_test.go | 2 +- ecc/bn254/fr/polynomial/polynomial.go | 2 +- ecc/bn254/fr/polynomial/polynomial_test.go | 2 +- ecc/bn254/fr/polynomial/pool.go | 2 +- ecc/bn254/fr/poseidon2/poseidon2.go | 2 +- ecc/bn254/fr/poseidon2/poseidon2_test.go | 2 +- ecc/bn254/fr/sis/sis.go | 2 +- ecc/bn254/fr/sis/sis_fft.go | 2 +- ecc/bn254/fr/sis/sis_test.go | 2 +- ecc/bn254/fr/sumcheck/sumcheck.go | 2 +- ecc/bn254/fr/sumcheck/sumcheck_test.go | 2 +- ecc/bn254/fr/tensor-commitment/commitment.go | 2 +- ecc/bn254/fr/tensor-commitment/commitment_test.go | 2 +- ecc/bn254/fr/test_vector_utils/test_vector_utils.go | 2 +- ecc/bn254/fr/vector.go | 2 +- ecc/bn254/fr/vector_amd64.go | 2 +- ecc/bn254/fr/vector_purego.go | 2 +- ecc/bn254/fr/vector_test.go | 2 +- ecc/bn254/g1.go | 2 +- ecc/bn254/g1_test.go | 2 +- ecc/bn254/g2.go | 2 +- ecc/bn254/g2_test.go | 2 +- ecc/bn254/hash_to_g1.go | 2 +- ecc/bn254/hash_to_g1_test.go | 2 +- ecc/bn254/hash_to_g2.go | 2 +- ecc/bn254/hash_to_g2_test.go | 2 +- ecc/bn254/internal/fptower/asm.go | 2 +- ecc/bn254/internal/fptower/asm_noadx.go | 2 +- ecc/bn254/internal/fptower/e12.go | 2 +- ecc/bn254/internal/fptower/e12_test.go | 2 +- ecc/bn254/internal/fptower/e2.go | 2 +- ecc/bn254/internal/fptower/e2_amd64.go | 2 +- ecc/bn254/internal/fptower/e2_amd64.s | 2 +- ecc/bn254/internal/fptower/e2_bn254.go | 2 +- ecc/bn254/internal/fptower/e2_bn254_fallback.go | 2 +- ecc/bn254/internal/fptower/e2_fallback.go | 2 +- ecc/bn254/internal/fptower/e2_test.go | 2 +- ecc/bn254/internal/fptower/e6.go | 2 +- ecc/bn254/internal/fptower/e6_test.go | 2 +- ecc/bn254/internal/fptower/frobenius.go | 2 +- ecc/bn254/internal/fptower/parameters.go | 2 +- ecc/bn254/kzg/doc.go | 2 +- ecc/bn254/kzg/kzg.go | 2 +- ecc/bn254/kzg/kzg_test.go | 2 +- ecc/bn254/kzg/marshal.go | 2 +- ecc/bn254/kzg/utils.go | 2 +- ecc/bn254/marshal.go | 2 +- ecc/bn254/marshal_test.go | 2 +- ecc/bn254/multiexp.go | 2 +- ecc/bn254/multiexp_affine.go | 2 +- ecc/bn254/multiexp_jacobian.go | 2 +- ecc/bn254/multiexp_test.go | 2 +- ecc/bn254/pairing.go | 2 +- ecc/bn254/pairing_test.go | 2 +- ecc/bn254/shplonk/doc.go | 2 +- ecc/bn254/shplonk/example_test.go | 2 +- ecc/bn254/shplonk/marshal.go | 2 +- ecc/bn254/shplonk/shplonk.go | 2 +- ecc/bn254/shplonk/shplonk_test.go | 2 +- ecc/bn254/twistededwards/curve.go | 2 +- ecc/bn254/twistededwards/doc.go | 2 +- ecc/bn254/twistededwards/eddsa/doc.go | 2 +- ecc/bn254/twistededwards/eddsa/eddsa.go | 2 +- ecc/bn254/twistededwards/eddsa/eddsa_test.go | 2 +- ecc/bn254/twistededwards/eddsa/marshal.go | 2 +- ecc/bn254/twistededwards/point.go | 2 +- ecc/bn254/twistededwards/point_test.go | 2 +- ecc/bw6-633/ecdsa/doc.go | 2 +- ecc/bw6-633/ecdsa/ecdsa.go | 2 +- ecc/bw6-633/ecdsa/ecdsa_test.go | 2 +- ecc/bw6-633/ecdsa/marshal.go | 2 +- ecc/bw6-633/ecdsa/marshal_test.go | 2 +- ecc/bw6-633/fflonk/doc.go | 2 +- ecc/bw6-633/fflonk/example_test.go | 2 +- ecc/bw6-633/fflonk/fflonk.go | 2 +- ecc/bw6-633/fflonk/fflonk_test.go | 2 +- ecc/bw6-633/fflonk/marshal.go | 2 +- ecc/bw6-633/fp/arith.go | 2 +- ecc/bw6-633/fp/asm_adx.go | 2 +- ecc/bw6-633/fp/asm_noadx.go | 2 +- ecc/bw6-633/fp/bw6_utils.go | 2 +- ecc/bw6-633/fp/doc.go | 2 +- ecc/bw6-633/fp/element.go | 2 +- ecc/bw6-633/fp/element_amd64.go | 2 +- ecc/bw6-633/fp/element_amd64.s | 2 +- ecc/bw6-633/fp/element_arm64.go | 2 +- ecc/bw6-633/fp/element_arm64.s | 2 +- ecc/bw6-633/fp/element_exp.go | 2 +- ecc/bw6-633/fp/element_purego.go | 2 +- ecc/bw6-633/fp/element_test.go | 2 +- ecc/bw6-633/fp/hash_to_field/doc.go | 2 +- ecc/bw6-633/fp/hash_to_field/hash_to_field.go | 2 +- ecc/bw6-633/fp/hash_to_field/hash_to_field_test.go | 2 +- ecc/bw6-633/fp/vector.go | 2 +- ecc/bw6-633/fp/vector_purego.go | 2 +- ecc/bw6-633/fp/vector_test.go | 2 +- ecc/bw6-633/fr/arith.go | 2 +- ecc/bw6-633/fr/asm_adx.go | 2 +- ecc/bw6-633/fr/asm_noadx.go | 2 +- ecc/bw6-633/fr/doc.go | 2 +- ecc/bw6-633/fr/element.go | 2 +- ecc/bw6-633/fr/element_amd64.go | 2 +- ecc/bw6-633/fr/element_amd64.s | 2 +- ecc/bw6-633/fr/element_exp.go | 2 +- ecc/bw6-633/fr/element_purego.go | 2 +- ecc/bw6-633/fr/element_test.go | 2 +- ecc/bw6-633/fr/fft/bitreverse.go | 2 +- ecc/bw6-633/fr/fft/bitreverse_test.go | 2 +- ecc/bw6-633/fr/fft/doc.go | 2 +- ecc/bw6-633/fr/fft/domain.go | 2 +- ecc/bw6-633/fr/fft/domain_test.go | 2 +- ecc/bw6-633/fr/fft/fft.go | 2 +- ecc/bw6-633/fr/fft/fft_test.go | 2 +- ecc/bw6-633/fr/fft/options.go | 2 +- ecc/bw6-633/fr/fri/doc.go | 2 +- ecc/bw6-633/fr/fri/fri.go | 2 +- ecc/bw6-633/fr/fri/fri_test.go | 2 +- ecc/bw6-633/fr/generator.go | 2 +- ecc/bw6-633/fr/gkr/gkr.go | 2 +- ecc/bw6-633/fr/gkr/gkr_test.go | 2 +- ecc/bw6-633/fr/hash_to_field/doc.go | 2 +- ecc/bw6-633/fr/hash_to_field/hash_to_field.go | 2 +- ecc/bw6-633/fr/hash_to_field/hash_to_field_test.go | 2 +- ecc/bw6-633/fr/iop/doc.go | 2 +- ecc/bw6-633/fr/iop/expressions.go | 2 +- ecc/bw6-633/fr/iop/expressions_test.go | 2 +- ecc/bw6-633/fr/iop/polynomial.go | 2 +- ecc/bw6-633/fr/iop/polynomial_test.go | 2 +- ecc/bw6-633/fr/iop/quotient.go | 2 +- ecc/bw6-633/fr/iop/quotient_test.go | 2 +- ecc/bw6-633/fr/iop/ratios.go | 2 +- ecc/bw6-633/fr/iop/ratios_test.go | 2 +- ecc/bw6-633/fr/iop/utils.go | 2 +- ecc/bw6-633/fr/mimc/doc.go | 2 +- ecc/bw6-633/fr/mimc/mimc.go | 2 +- ecc/bw6-633/fr/mimc/options.go | 2 +- ecc/bw6-633/fr/pedersen/doc.go | 2 +- ecc/bw6-633/fr/pedersen/example_test.go | 2 +- ecc/bw6-633/fr/pedersen/pedersen.go | 2 +- ecc/bw6-633/fr/pedersen/pedersen_test.go | 2 +- ecc/bw6-633/fr/permutation/doc.go | 2 +- ecc/bw6-633/fr/permutation/permutation.go | 2 +- ecc/bw6-633/fr/permutation/permutation_test.go | 2 +- ecc/bw6-633/fr/plookup/doc.go | 2 +- ecc/bw6-633/fr/plookup/plookup_test.go | 2 +- ecc/bw6-633/fr/plookup/table.go | 2 +- ecc/bw6-633/fr/plookup/vector.go | 2 +- ecc/bw6-633/fr/polynomial/doc.go | 2 +- ecc/bw6-633/fr/polynomial/multilin.go | 2 +- ecc/bw6-633/fr/polynomial/multilin_test.go | 2 +- ecc/bw6-633/fr/polynomial/polynomial.go | 2 +- ecc/bw6-633/fr/polynomial/polynomial_test.go | 2 +- ecc/bw6-633/fr/polynomial/pool.go | 2 +- ecc/bw6-633/fr/poseidon2/poseidon2.go | 2 +- ecc/bw6-633/fr/poseidon2/poseidon2_test.go | 2 +- ecc/bw6-633/fr/sumcheck/sumcheck.go | 2 +- ecc/bw6-633/fr/sumcheck/sumcheck_test.go | 2 +- ecc/bw6-633/fr/test_vector_utils/test_vector_utils.go | 2 +- ecc/bw6-633/fr/vector.go | 2 +- ecc/bw6-633/fr/vector_purego.go | 2 +- ecc/bw6-633/fr/vector_test.go | 2 +- ecc/bw6-633/g1.go | 2 +- ecc/bw6-633/g1_test.go | 2 +- ecc/bw6-633/g2.go | 2 +- ecc/bw6-633/g2_test.go | 2 +- ecc/bw6-633/hash_to_g1.go | 2 +- ecc/bw6-633/hash_to_g1_test.go | 2 +- ecc/bw6-633/hash_to_g2.go | 2 +- ecc/bw6-633/hash_to_g2_test.go | 2 +- ecc/bw6-633/internal/fptower/e3.go | 2 +- ecc/bw6-633/internal/fptower/e6.go | 2 +- ecc/bw6-633/internal/fptower/e6_test.go | 2 +- ecc/bw6-633/internal/fptower/frobenius.go | 2 +- ecc/bw6-633/internal/fptower/parameters.go | 2 +- ecc/bw6-633/kzg/doc.go | 2 +- ecc/bw6-633/kzg/kzg.go | 2 +- ecc/bw6-633/kzg/kzg_test.go | 2 +- ecc/bw6-633/kzg/marshal.go | 2 +- ecc/bw6-633/kzg/utils.go | 2 +- ecc/bw6-633/marshal.go | 2 +- ecc/bw6-633/marshal_test.go | 2 +- ecc/bw6-633/multiexp.go | 2 +- ecc/bw6-633/multiexp_affine.go | 2 +- ecc/bw6-633/multiexp_jacobian.go | 2 +- ecc/bw6-633/multiexp_test.go | 2 +- ecc/bw6-633/pairing.go | 2 +- ecc/bw6-633/pairing_test.go | 2 +- ecc/bw6-633/shplonk/doc.go | 2 +- ecc/bw6-633/shplonk/example_test.go | 2 +- ecc/bw6-633/shplonk/marshal.go | 2 +- ecc/bw6-633/shplonk/shplonk.go | 2 +- ecc/bw6-633/shplonk/shplonk_test.go | 2 +- ecc/bw6-633/twistededwards/curve.go | 2 +- ecc/bw6-633/twistededwards/doc.go | 2 +- ecc/bw6-633/twistededwards/eddsa/doc.go | 2 +- ecc/bw6-633/twistededwards/eddsa/eddsa.go | 2 +- ecc/bw6-633/twistededwards/eddsa/eddsa_test.go | 2 +- ecc/bw6-633/twistededwards/eddsa/marshal.go | 2 +- ecc/bw6-633/twistededwards/point.go | 2 +- ecc/bw6-633/twistededwards/point_test.go | 2 +- ecc/bw6-761/ecdsa/doc.go | 2 +- ecc/bw6-761/ecdsa/ecdsa.go | 2 +- ecc/bw6-761/ecdsa/ecdsa_test.go | 2 +- ecc/bw6-761/ecdsa/marshal.go | 2 +- ecc/bw6-761/ecdsa/marshal_test.go | 2 +- ecc/bw6-761/fflonk/doc.go | 2 +- ecc/bw6-761/fflonk/example_test.go | 2 +- ecc/bw6-761/fflonk/fflonk.go | 2 +- ecc/bw6-761/fflonk/fflonk_test.go | 2 +- ecc/bw6-761/fflonk/marshal.go | 2 +- ecc/bw6-761/fp/arith.go | 2 +- ecc/bw6-761/fp/asm_adx.go | 2 +- ecc/bw6-761/fp/asm_noadx.go | 2 +- ecc/bw6-761/fp/bw6_utils.go | 2 +- ecc/bw6-761/fp/doc.go | 2 +- ecc/bw6-761/fp/element.go | 2 +- ecc/bw6-761/fp/element_amd64.go | 2 +- ecc/bw6-761/fp/element_amd64.s | 2 +- ecc/bw6-761/fp/element_arm64.go | 2 +- ecc/bw6-761/fp/element_arm64.s | 2 +- ecc/bw6-761/fp/element_exp.go | 2 +- ecc/bw6-761/fp/element_purego.go | 2 +- ecc/bw6-761/fp/element_test.go | 2 +- ecc/bw6-761/fp/hash_to_field/doc.go | 2 +- ecc/bw6-761/fp/hash_to_field/hash_to_field.go | 2 +- ecc/bw6-761/fp/hash_to_field/hash_to_field_test.go | 2 +- ecc/bw6-761/fp/vector.go | 2 +- ecc/bw6-761/fp/vector_purego.go | 2 +- ecc/bw6-761/fp/vector_test.go | 2 +- ecc/bw6-761/fr/arith.go | 2 +- ecc/bw6-761/fr/asm_adx.go | 2 +- ecc/bw6-761/fr/asm_noadx.go | 2 +- ecc/bw6-761/fr/doc.go | 2 +- ecc/bw6-761/fr/element.go | 2 +- ecc/bw6-761/fr/element_amd64.go | 2 +- ecc/bw6-761/fr/element_amd64.s | 2 +- ecc/bw6-761/fr/element_arm64.go | 2 +- ecc/bw6-761/fr/element_arm64.s | 2 +- ecc/bw6-761/fr/element_exp.go | 2 +- ecc/bw6-761/fr/element_purego.go | 2 +- ecc/bw6-761/fr/element_test.go | 2 +- ecc/bw6-761/fr/fft/bitreverse.go | 2 +- ecc/bw6-761/fr/fft/bitreverse_test.go | 2 +- ecc/bw6-761/fr/fft/doc.go | 2 +- ecc/bw6-761/fr/fft/domain.go | 2 +- ecc/bw6-761/fr/fft/domain_test.go | 2 +- ecc/bw6-761/fr/fft/fft.go | 2 +- ecc/bw6-761/fr/fft/fft_test.go | 2 +- ecc/bw6-761/fr/fft/options.go | 2 +- ecc/bw6-761/fr/fri/doc.go | 2 +- ecc/bw6-761/fr/fri/fri.go | 2 +- ecc/bw6-761/fr/fri/fri_test.go | 2 +- ecc/bw6-761/fr/generator.go | 2 +- ecc/bw6-761/fr/gkr/gkr.go | 2 +- ecc/bw6-761/fr/gkr/gkr_test.go | 2 +- ecc/bw6-761/fr/hash_to_field/doc.go | 2 +- ecc/bw6-761/fr/hash_to_field/hash_to_field.go | 2 +- ecc/bw6-761/fr/hash_to_field/hash_to_field_test.go | 2 +- ecc/bw6-761/fr/iop/doc.go | 2 +- ecc/bw6-761/fr/iop/expressions.go | 2 +- ecc/bw6-761/fr/iop/expressions_test.go | 2 +- ecc/bw6-761/fr/iop/polynomial.go | 2 +- ecc/bw6-761/fr/iop/polynomial_test.go | 2 +- ecc/bw6-761/fr/iop/quotient.go | 2 +- ecc/bw6-761/fr/iop/quotient_test.go | 2 +- ecc/bw6-761/fr/iop/ratios.go | 2 +- ecc/bw6-761/fr/iop/ratios_test.go | 2 +- ecc/bw6-761/fr/iop/utils.go | 2 +- ecc/bw6-761/fr/mimc/doc.go | 2 +- ecc/bw6-761/fr/mimc/mimc.go | 2 +- ecc/bw6-761/fr/mimc/options.go | 2 +- ecc/bw6-761/fr/pedersen/doc.go | 2 +- ecc/bw6-761/fr/pedersen/example_test.go | 2 +- ecc/bw6-761/fr/pedersen/pedersen.go | 2 +- ecc/bw6-761/fr/pedersen/pedersen_test.go | 2 +- ecc/bw6-761/fr/permutation/doc.go | 2 +- ecc/bw6-761/fr/permutation/permutation.go | 2 +- ecc/bw6-761/fr/permutation/permutation_test.go | 2 +- ecc/bw6-761/fr/plookup/doc.go | 2 +- ecc/bw6-761/fr/plookup/plookup_test.go | 2 +- ecc/bw6-761/fr/plookup/table.go | 2 +- ecc/bw6-761/fr/plookup/vector.go | 2 +- ecc/bw6-761/fr/polynomial/doc.go | 2 +- ecc/bw6-761/fr/polynomial/multilin.go | 2 +- ecc/bw6-761/fr/polynomial/multilin_test.go | 2 +- ecc/bw6-761/fr/polynomial/polynomial.go | 2 +- ecc/bw6-761/fr/polynomial/polynomial_test.go | 2 +- ecc/bw6-761/fr/polynomial/pool.go | 2 +- ecc/bw6-761/fr/poseidon2/poseidon2.go | 2 +- ecc/bw6-761/fr/poseidon2/poseidon2_test.go | 2 +- ecc/bw6-761/fr/sumcheck/sumcheck.go | 2 +- ecc/bw6-761/fr/sumcheck/sumcheck_test.go | 2 +- ecc/bw6-761/fr/test_vector_utils/test_vector_utils.go | 2 +- ecc/bw6-761/fr/vector.go | 2 +- ecc/bw6-761/fr/vector_purego.go | 2 +- ecc/bw6-761/fr/vector_test.go | 2 +- ecc/bw6-761/g1.go | 2 +- ecc/bw6-761/g1_test.go | 2 +- ecc/bw6-761/g2.go | 2 +- ecc/bw6-761/g2_test.go | 2 +- ecc/bw6-761/hash_to_g1.go | 2 +- ecc/bw6-761/hash_to_g1_test.go | 2 +- ecc/bw6-761/hash_to_g2.go | 2 +- ecc/bw6-761/hash_to_g2_test.go | 2 +- ecc/bw6-761/internal/fptower/e3.go | 2 +- ecc/bw6-761/internal/fptower/e6.go | 2 +- ecc/bw6-761/internal/fptower/e6_test.go | 2 +- ecc/bw6-761/internal/fptower/frobenius.go | 2 +- ecc/bw6-761/internal/fptower/parameters.go | 2 +- ecc/bw6-761/kzg/doc.go | 2 +- ecc/bw6-761/kzg/kzg.go | 2 +- ecc/bw6-761/kzg/kzg_test.go | 2 +- ecc/bw6-761/kzg/marshal.go | 2 +- ecc/bw6-761/kzg/utils.go | 2 +- ecc/bw6-761/marshal.go | 2 +- ecc/bw6-761/marshal_test.go | 2 +- ecc/bw6-761/multiexp.go | 2 +- ecc/bw6-761/multiexp_affine.go | 2 +- ecc/bw6-761/multiexp_jacobian.go | 2 +- ecc/bw6-761/multiexp_test.go | 2 +- ecc/bw6-761/pairing_test.go | 2 +- ecc/bw6-761/shplonk/doc.go | 2 +- ecc/bw6-761/shplonk/example_test.go | 2 +- ecc/bw6-761/shplonk/marshal.go | 2 +- ecc/bw6-761/shplonk/shplonk.go | 2 +- ecc/bw6-761/shplonk/shplonk_test.go | 2 +- ecc/bw6-761/twistededwards/curve.go | 2 +- ecc/bw6-761/twistededwards/doc.go | 2 +- ecc/bw6-761/twistededwards/eddsa/doc.go | 2 +- ecc/bw6-761/twistededwards/eddsa/eddsa.go | 2 +- ecc/bw6-761/twistededwards/eddsa/eddsa_test.go | 2 +- ecc/bw6-761/twistededwards/eddsa/marshal.go | 2 +- ecc/bw6-761/twistededwards/point.go | 2 +- ecc/bw6-761/twistededwards/point_test.go | 2 +- ecc/ecc.go | 2 +- ecc/secp256k1/ecdsa/doc.go | 2 +- ecc/secp256k1/ecdsa/ecdsa.go | 2 +- ecc/secp256k1/ecdsa/ecdsa_test.go | 2 +- ecc/secp256k1/ecdsa/marshal.go | 2 +- ecc/secp256k1/ecdsa/marshal_test.go | 2 +- ecc/secp256k1/fp/arith.go | 2 +- ecc/secp256k1/fp/doc.go | 2 +- ecc/secp256k1/fp/element.go | 2 +- ecc/secp256k1/fp/element_exp.go | 2 +- ecc/secp256k1/fp/element_purego.go | 2 +- ecc/secp256k1/fp/element_test.go | 2 +- ecc/secp256k1/fp/vector.go | 2 +- ecc/secp256k1/fp/vector_purego.go | 2 +- ecc/secp256k1/fp/vector_test.go | 2 +- ecc/secp256k1/fr/arith.go | 2 +- ecc/secp256k1/fr/doc.go | 2 +- ecc/secp256k1/fr/element.go | 2 +- ecc/secp256k1/fr/element_exp.go | 2 +- ecc/secp256k1/fr/element_purego.go | 2 +- ecc/secp256k1/fr/element_test.go | 2 +- ecc/secp256k1/fr/vector.go | 2 +- ecc/secp256k1/fr/vector_purego.go | 2 +- ecc/secp256k1/fr/vector_test.go | 2 +- ecc/secp256k1/g1.go | 2 +- ecc/secp256k1/g1_test.go | 2 +- ecc/secp256k1/hash_to_g1.go | 2 +- ecc/secp256k1/hash_to_g1_test.go | 2 +- ecc/secp256k1/marshal.go | 2 +- ecc/secp256k1/marshal_test.go | 2 +- ecc/secp256k1/multiexp.go | 2 +- ecc/secp256k1/multiexp_affine.go | 2 +- ecc/secp256k1/multiexp_jacobian.go | 2 +- ecc/secp256k1/multiexp_test.go | 2 +- ecc/secp256k1/secp256k1.go | 2 +- ecc/stark-curve/ecdsa/doc.go | 2 +- ecc/stark-curve/ecdsa/ecdsa.go | 2 +- ecc/stark-curve/ecdsa/ecdsa_test.go | 2 +- ecc/stark-curve/ecdsa/marshal.go | 2 +- ecc/stark-curve/ecdsa/marshal_test.go | 2 +- ecc/stark-curve/fp/arith.go | 2 +- ecc/stark-curve/fp/asm_adx.go | 2 +- ecc/stark-curve/fp/asm_avx.go | 2 +- ecc/stark-curve/fp/asm_noadx.go | 2 +- ecc/stark-curve/fp/asm_noavx.go | 2 +- ecc/stark-curve/fp/doc.go | 2 +- ecc/stark-curve/fp/element.go | 2 +- ecc/stark-curve/fp/element_amd64.go | 2 +- ecc/stark-curve/fp/element_amd64.s | 2 +- ecc/stark-curve/fp/element_arm64.go | 2 +- ecc/stark-curve/fp/element_arm64.s | 2 +- ecc/stark-curve/fp/element_exp.go | 2 +- ecc/stark-curve/fp/element_purego.go | 2 +- ecc/stark-curve/fp/element_test.go | 2 +- ecc/stark-curve/fp/vector.go | 2 +- ecc/stark-curve/fp/vector_amd64.go | 2 +- ecc/stark-curve/fp/vector_purego.go | 2 +- ecc/stark-curve/fp/vector_test.go | 2 +- ecc/stark-curve/fr/arith.go | 2 +- ecc/stark-curve/fr/asm_adx.go | 2 +- ecc/stark-curve/fr/asm_avx.go | 2 +- ecc/stark-curve/fr/asm_noadx.go | 2 +- ecc/stark-curve/fr/asm_noavx.go | 2 +- ecc/stark-curve/fr/doc.go | 2 +- ecc/stark-curve/fr/element.go | 2 +- ecc/stark-curve/fr/element_amd64.go | 2 +- ecc/stark-curve/fr/element_amd64.s | 2 +- ecc/stark-curve/fr/element_arm64.go | 2 +- ecc/stark-curve/fr/element_arm64.s | 2 +- ecc/stark-curve/fr/element_purego.go | 2 +- ecc/stark-curve/fr/element_test.go | 2 +- ecc/stark-curve/fr/vector.go | 2 +- ecc/stark-curve/fr/vector_amd64.go | 2 +- ecc/stark-curve/fr/vector_purego.go | 2 +- ecc/stark-curve/fr/vector_test.go | 2 +- ecc/stark-curve/g1.go | 2 +- ecc/stark-curve/g1_test.go | 2 +- ecc/stark-curve/hash_to_g1.go | 2 +- ecc/stark-curve/hash_to_g1_test.go | 2 +- ecc/stark-curve/marshal.go | 2 +- ecc/stark-curve/marshal_test.go | 2 +- ecc/stark-curve/stark_curve.go | 2 +- fiat-shamir/transcript.go | 2 +- fiat-shamir/transcript_test.go | 2 +- field/babybear/arith.go | 2 +- field/babybear/doc.go | 2 +- field/babybear/element.go | 2 +- field/babybear/element_exp.go | 2 +- field/babybear/element_purego.go | 2 +- field/babybear/element_test.go | 2 +- field/babybear/vector.go | 2 +- field/babybear/vector_purego.go | 2 +- field/babybear/vector_test.go | 2 +- field/generator/asm/amd64/asm_macros.go | 2 +- field/generator/asm/amd64/build.go | 2 +- field/generator/asm/amd64/element_butterfly.go | 2 +- field/generator/asm/amd64/element_frommont.go | 2 +- field/generator/asm/amd64/element_mul.go | 2 +- field/generator/asm/amd64/element_mul_constants.go | 2 +- field/generator/asm/amd64/element_reduce.go | 2 +- field/generator/asm/amd64/element_vec.go | 2 +- field/generator/asm/arm64/element_mul.go | 2 +- field/generator/config/field_config.go | 2 +- field/generator/generator_test.go | 2 +- field/goff/cmd/errors.go | 2 +- field/goff/cmd/root.go | 2 +- field/goff/cmd/version.go | 2 +- field/goff/main.go | 2 +- field/goldilocks/arith.go | 2 +- field/goldilocks/doc.go | 2 +- field/goldilocks/element.go | 2 +- field/goldilocks/element_exp.go | 2 +- field/goldilocks/element_purego.go | 2 +- field/goldilocks/element_test.go | 2 +- field/goldilocks/vector.go | 2 +- field/goldilocks/vector_purego.go | 2 +- field/goldilocks/vector_test.go | 2 +- field/koalabear/arith.go | 2 +- field/koalabear/doc.go | 2 +- field/koalabear/element.go | 2 +- field/koalabear/element_exp.go | 2 +- field/koalabear/element_purego.go | 2 +- field/koalabear/element_test.go | 2 +- field/koalabear/vector.go | 2 +- field/koalabear/vector_purego.go | 2 +- field/koalabear/vector_test.go | 2 +- go.mod | 2 +- go.sum | 4 ++-- hash/hashes.go | 2 +- internal/generator/gkr/test_vectors/main.go | 2 +- .../generator/test_vector_utils/small_rational/gkr/gkr.go | 2 +- .../test_vector_utils/small_rational/polynomial/doc.go | 2 +- .../test_vector_utils/small_rational/polynomial/multilin.go | 2 +- .../test_vector_utils/small_rational/polynomial/polynomial.go | 2 +- .../test_vector_utils/small_rational/polynomial/pool.go | 2 +- .../test_vector_utils/small_rational/sumcheck/sumcheck.go | 2 +- .../small_rational/sumcheck/sumcheck_test.go | 2 +- .../small_rational/test_vector_utils/test_vector_utils.go | 2 +- internal/generator/tower/asm/amd64/e2.go | 2 +- internal/generator/tower/asm/amd64/e2_bls381.go | 2 +- internal/generator/tower/asm/amd64/e2_bn254.go | 2 +- signature/ecdsa/ecdsa.go | 2 +- signature/eddsa/eddsa.go | 2 +- signature/signature.go | 2 +- 1165 files changed, 1166 insertions(+), 1166 deletions(-) diff --git a/ecc/bls12-377/ecdsa/doc.go b/ecc/bls12-377/ecdsa/doc.go index 793c3ccf61..90a024703d 100644 --- a/ecc/bls12-377/ecdsa/doc.go +++ b/ecc/bls12-377/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/ecdsa/ecdsa.go b/ecc/bls12-377/ecdsa/ecdsa.go index 67908ce003..f14ab0d480 100644 --- a/ecc/bls12-377/ecdsa/ecdsa.go +++ b/ecc/bls12-377/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/ecdsa/ecdsa_test.go b/ecc/bls12-377/ecdsa/ecdsa_test.go index 5385c3b02f..ccc12b07df 100644 --- a/ecc/bls12-377/ecdsa/ecdsa_test.go +++ b/ecc/bls12-377/ecdsa/ecdsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/ecdsa/marshal.go b/ecc/bls12-377/ecdsa/marshal.go index 845bb92cbe..8f1caa7d3b 100644 --- a/ecc/bls12-377/ecdsa/marshal.go +++ b/ecc/bls12-377/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/ecdsa/marshal_test.go b/ecc/bls12-377/ecdsa/marshal_test.go index 42f7f7b08c..68096e88c3 100644 --- a/ecc/bls12-377/ecdsa/marshal_test.go +++ b/ecc/bls12-377/ecdsa/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fflonk/doc.go b/ecc/bls12-377/fflonk/doc.go index b717383d87..67a8094e35 100644 --- a/ecc/bls12-377/fflonk/doc.go +++ b/ecc/bls12-377/fflonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fflonk/example_test.go b/ecc/bls12-377/fflonk/example_test.go index 8a0ffbe630..18961c170f 100644 --- a/ecc/bls12-377/fflonk/example_test.go +++ b/ecc/bls12-377/fflonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fflonk/fflonk.go b/ecc/bls12-377/fflonk/fflonk.go index 68b147e5e0..03f84b69bf 100644 --- a/ecc/bls12-377/fflonk/fflonk.go +++ b/ecc/bls12-377/fflonk/fflonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fflonk/fflonk_test.go b/ecc/bls12-377/fflonk/fflonk_test.go index 767046034e..3585194eca 100644 --- a/ecc/bls12-377/fflonk/fflonk_test.go +++ b/ecc/bls12-377/fflonk/fflonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fflonk/marshal.go b/ecc/bls12-377/fflonk/marshal.go index 06d50938ad..0a379f4681 100644 --- a/ecc/bls12-377/fflonk/marshal.go +++ b/ecc/bls12-377/fflonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/arith.go b/ecc/bls12-377/fp/arith.go index b202a1549a..bb63552f5a 100644 --- a/ecc/bls12-377/fp/arith.go +++ b/ecc/bls12-377/fp/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/asm_adx.go b/ecc/bls12-377/fp/asm_adx.go index fe25e82db2..75e92992fe 100644 --- a/ecc/bls12-377/fp/asm_adx.go +++ b/ecc/bls12-377/fp/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/asm_noadx.go b/ecc/bls12-377/fp/asm_noadx.go index 95085a8e6f..304dfb7209 100644 --- a/ecc/bls12-377/fp/asm_noadx.go +++ b/ecc/bls12-377/fp/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/doc.go b/ecc/bls12-377/fp/doc.go index f06378d9e5..feeae6fb8f 100644 --- a/ecc/bls12-377/fp/doc.go +++ b/ecc/bls12-377/fp/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/element.go b/ecc/bls12-377/fp/element.go index b96aa88e41..9358a37a88 100644 --- a/ecc/bls12-377/fp/element.go +++ b/ecc/bls12-377/fp/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/element_amd64.go b/ecc/bls12-377/fp/element_amd64.go index e72f552ad9..9cee062e5b 100644 --- a/ecc/bls12-377/fp/element_amd64.go +++ b/ecc/bls12-377/fp/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/element_amd64.s b/ecc/bls12-377/fp/element_amd64.s index 5d3fa97711..719aecfbe9 100644 --- a/ecc/bls12-377/fp/element_amd64.s +++ b/ecc/bls12-377/fp/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/element_arm64.go b/ecc/bls12-377/fp/element_arm64.go index c8eed53698..4f2adff0c6 100644 --- a/ecc/bls12-377/fp/element_arm64.go +++ b/ecc/bls12-377/fp/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/element_arm64.s b/ecc/bls12-377/fp/element_arm64.s index 58d21358b0..b4dfd1612c 100644 --- a/ecc/bls12-377/fp/element_arm64.s +++ b/ecc/bls12-377/fp/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/element_exp.go b/ecc/bls12-377/fp/element_exp.go index 3434e177e7..004fc14c8e 100644 --- a/ecc/bls12-377/fp/element_exp.go +++ b/ecc/bls12-377/fp/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/element_purego.go b/ecc/bls12-377/fp/element_purego.go index fe1b9f55e7..5d4a91ae59 100644 --- a/ecc/bls12-377/fp/element_purego.go +++ b/ecc/bls12-377/fp/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/element_test.go b/ecc/bls12-377/fp/element_test.go index 997dbf4b30..0538bba1d7 100644 --- a/ecc/bls12-377/fp/element_test.go +++ b/ecc/bls12-377/fp/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/element_utils.go b/ecc/bls12-377/fp/element_utils.go index e142966f61..1e48d7386c 100644 --- a/ecc/bls12-377/fp/element_utils.go +++ b/ecc/bls12-377/fp/element_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fp diff --git a/ecc/bls12-377/fp/hash_to_field/doc.go b/ecc/bls12-377/fp/hash_to_field/doc.go index 7e034fdde8..08de8cbe24 100644 --- a/ecc/bls12-377/fp/hash_to_field/doc.go +++ b/ecc/bls12-377/fp/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/hash_to_field/hash_to_field.go b/ecc/bls12-377/fp/hash_to_field/hash_to_field.go index 346b9f4acf..2ac45dc6ea 100644 --- a/ecc/bls12-377/fp/hash_to_field/hash_to_field.go +++ b/ecc/bls12-377/fp/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/hash_to_field/hash_to_field_test.go b/ecc/bls12-377/fp/hash_to_field/hash_to_field_test.go index 61b8d32b40..320d2b607b 100644 --- a/ecc/bls12-377/fp/hash_to_field/hash_to_field_test.go +++ b/ecc/bls12-377/fp/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/vector.go b/ecc/bls12-377/fp/vector.go index aba4a810c9..93189079db 100644 --- a/ecc/bls12-377/fp/vector.go +++ b/ecc/bls12-377/fp/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/vector_purego.go b/ecc/bls12-377/fp/vector_purego.go index 347b0df594..0cda361871 100644 --- a/ecc/bls12-377/fp/vector_purego.go +++ b/ecc/bls12-377/fp/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fp/vector_test.go b/ecc/bls12-377/fp/vector_test.go index 9584d79b8b..7075283b49 100644 --- a/ecc/bls12-377/fp/vector_test.go +++ b/ecc/bls12-377/fp/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/arith.go b/ecc/bls12-377/fr/arith.go index 9285041f4b..dbba8a9ae4 100644 --- a/ecc/bls12-377/fr/arith.go +++ b/ecc/bls12-377/fr/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/asm_adx.go b/ecc/bls12-377/fr/asm_adx.go index 9e7da5e865..9b970335f1 100644 --- a/ecc/bls12-377/fr/asm_adx.go +++ b/ecc/bls12-377/fr/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/asm_avx.go b/ecc/bls12-377/fr/asm_avx.go index d6d7d7f87a..2a0a166ed4 100644 --- a/ecc/bls12-377/fr/asm_avx.go +++ b/ecc/bls12-377/fr/asm_avx.go @@ -1,6 +1,6 @@ //go:build !noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/asm_noadx.go b/ecc/bls12-377/fr/asm_noadx.go index 3456158655..96741014f2 100644 --- a/ecc/bls12-377/fr/asm_noadx.go +++ b/ecc/bls12-377/fr/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/asm_noavx.go b/ecc/bls12-377/fr/asm_noavx.go index 4eb73e9a78..3cb6968fb8 100644 --- a/ecc/bls12-377/fr/asm_noavx.go +++ b/ecc/bls12-377/fr/asm_noavx.go @@ -1,6 +1,6 @@ //go:build noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/doc.go b/ecc/bls12-377/fr/doc.go index 6e9b45bb4c..0264190110 100644 --- a/ecc/bls12-377/fr/doc.go +++ b/ecc/bls12-377/fr/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/element.go b/ecc/bls12-377/fr/element.go index bbcea221bf..108ec017e7 100644 --- a/ecc/bls12-377/fr/element.go +++ b/ecc/bls12-377/fr/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/element_amd64.go b/ecc/bls12-377/fr/element_amd64.go index ca49d12590..4c3f2a8567 100644 --- a/ecc/bls12-377/fr/element_amd64.go +++ b/ecc/bls12-377/fr/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/element_amd64.s b/ecc/bls12-377/fr/element_amd64.s index 1e9b28934d..a7c6ffae66 100644 --- a/ecc/bls12-377/fr/element_amd64.s +++ b/ecc/bls12-377/fr/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/element_arm64.go b/ecc/bls12-377/fr/element_arm64.go index a080e8ecab..932dc0a9ec 100644 --- a/ecc/bls12-377/fr/element_arm64.go +++ b/ecc/bls12-377/fr/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/element_arm64.s b/ecc/bls12-377/fr/element_arm64.s index a7bd036553..ef16eaba35 100644 --- a/ecc/bls12-377/fr/element_arm64.s +++ b/ecc/bls12-377/fr/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/element_exp.go b/ecc/bls12-377/fr/element_exp.go index 687051a763..b007249841 100644 --- a/ecc/bls12-377/fr/element_exp.go +++ b/ecc/bls12-377/fr/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/element_purego.go b/ecc/bls12-377/fr/element_purego.go index 6fd5816ab5..de0345c006 100644 --- a/ecc/bls12-377/fr/element_purego.go +++ b/ecc/bls12-377/fr/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/element_test.go b/ecc/bls12-377/fr/element_test.go index 8a527c1ce6..9321545c8f 100644 --- a/ecc/bls12-377/fr/element_test.go +++ b/ecc/bls12-377/fr/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/fft/bitreverse.go b/ecc/bls12-377/fr/fft/bitreverse.go index e6e22fad63..c7c5bf6c29 100644 --- a/ecc/bls12-377/fr/fft/bitreverse.go +++ b/ecc/bls12-377/fr/fft/bitreverse.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/fft/bitreverse_test.go b/ecc/bls12-377/fr/fft/bitreverse_test.go index 5060ab3649..26ed691e24 100644 --- a/ecc/bls12-377/fr/fft/bitreverse_test.go +++ b/ecc/bls12-377/fr/fft/bitreverse_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/fft/doc.go b/ecc/bls12-377/fr/fft/doc.go index 1ef04db2df..4cce0f9779 100644 --- a/ecc/bls12-377/fr/fft/doc.go +++ b/ecc/bls12-377/fr/fft/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/fft/domain.go b/ecc/bls12-377/fr/fft/domain.go index 806cf75ce8..2ed09b4050 100644 --- a/ecc/bls12-377/fr/fft/domain.go +++ b/ecc/bls12-377/fr/fft/domain.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/fft/domain_test.go b/ecc/bls12-377/fr/fft/domain_test.go index d95288076c..e445d3cc12 100644 --- a/ecc/bls12-377/fr/fft/domain_test.go +++ b/ecc/bls12-377/fr/fft/domain_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/fft/fft.go b/ecc/bls12-377/fr/fft/fft.go index f8b7fe9fcb..1877098040 100644 --- a/ecc/bls12-377/fr/fft/fft.go +++ b/ecc/bls12-377/fr/fft/fft.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/fft/fft_test.go b/ecc/bls12-377/fr/fft/fft_test.go index 36e38e1d90..d20a8306b4 100644 --- a/ecc/bls12-377/fr/fft/fft_test.go +++ b/ecc/bls12-377/fr/fft/fft_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/fft/options.go b/ecc/bls12-377/fr/fft/options.go index ee226588b0..853704d864 100644 --- a/ecc/bls12-377/fr/fft/options.go +++ b/ecc/bls12-377/fr/fft/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/fri/doc.go b/ecc/bls12-377/fr/fri/doc.go index 428dabf625..cea69fc79a 100644 --- a/ecc/bls12-377/fr/fri/doc.go +++ b/ecc/bls12-377/fr/fri/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/fri/fri.go b/ecc/bls12-377/fr/fri/fri.go index 4556e62599..118feef439 100644 --- a/ecc/bls12-377/fr/fri/fri.go +++ b/ecc/bls12-377/fr/fri/fri.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/fri/fri_test.go b/ecc/bls12-377/fr/fri/fri_test.go index 18cf3780af..6d8b082ace 100644 --- a/ecc/bls12-377/fr/fri/fri_test.go +++ b/ecc/bls12-377/fr/fri/fri_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/generator.go b/ecc/bls12-377/fr/generator.go index cd232f68b5..56a2ff142f 100644 --- a/ecc/bls12-377/fr/generator.go +++ b/ecc/bls12-377/fr/generator.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/gkr/gkr.go b/ecc/bls12-377/fr/gkr/gkr.go index 05d10acfe8..fb3629fc0a 100644 --- a/ecc/bls12-377/fr/gkr/gkr.go +++ b/ecc/bls12-377/fr/gkr/gkr.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/gkr/gkr_test.go b/ecc/bls12-377/fr/gkr/gkr_test.go index 48a8aa85ce..b85efd5dab 100644 --- a/ecc/bls12-377/fr/gkr/gkr_test.go +++ b/ecc/bls12-377/fr/gkr/gkr_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/hash_to_field/doc.go b/ecc/bls12-377/fr/hash_to_field/doc.go index c0e0e7cee4..589b45369b 100644 --- a/ecc/bls12-377/fr/hash_to_field/doc.go +++ b/ecc/bls12-377/fr/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/hash_to_field/hash_to_field.go b/ecc/bls12-377/fr/hash_to_field/hash_to_field.go index 27723160a6..19832eace7 100644 --- a/ecc/bls12-377/fr/hash_to_field/hash_to_field.go +++ b/ecc/bls12-377/fr/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/hash_to_field/hash_to_field_test.go b/ecc/bls12-377/fr/hash_to_field/hash_to_field_test.go index 16ec5e2e19..2db6460369 100644 --- a/ecc/bls12-377/fr/hash_to_field/hash_to_field_test.go +++ b/ecc/bls12-377/fr/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/iop/doc.go b/ecc/bls12-377/fr/iop/doc.go index ee3facf1e1..2ef06dfe1a 100644 --- a/ecc/bls12-377/fr/iop/doc.go +++ b/ecc/bls12-377/fr/iop/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/iop/expressions.go b/ecc/bls12-377/fr/iop/expressions.go index c5985c87e9..db75f5d8fc 100644 --- a/ecc/bls12-377/fr/iop/expressions.go +++ b/ecc/bls12-377/fr/iop/expressions.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/iop/expressions_test.go b/ecc/bls12-377/fr/iop/expressions_test.go index 5449f30af2..a116047266 100644 --- a/ecc/bls12-377/fr/iop/expressions_test.go +++ b/ecc/bls12-377/fr/iop/expressions_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/iop/polynomial.go b/ecc/bls12-377/fr/iop/polynomial.go index 763ad3c070..83ba068533 100644 --- a/ecc/bls12-377/fr/iop/polynomial.go +++ b/ecc/bls12-377/fr/iop/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/iop/polynomial_test.go b/ecc/bls12-377/fr/iop/polynomial_test.go index 9e9b8ab597..b0decababf 100644 --- a/ecc/bls12-377/fr/iop/polynomial_test.go +++ b/ecc/bls12-377/fr/iop/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/iop/quotient.go b/ecc/bls12-377/fr/iop/quotient.go index dfdafb4a89..698ff0bb37 100644 --- a/ecc/bls12-377/fr/iop/quotient.go +++ b/ecc/bls12-377/fr/iop/quotient.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/iop/quotient_test.go b/ecc/bls12-377/fr/iop/quotient_test.go index 9d6ae0cfa5..2050b7086f 100644 --- a/ecc/bls12-377/fr/iop/quotient_test.go +++ b/ecc/bls12-377/fr/iop/quotient_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/iop/ratios.go b/ecc/bls12-377/fr/iop/ratios.go index 419cc7a713..511a9a8b92 100644 --- a/ecc/bls12-377/fr/iop/ratios.go +++ b/ecc/bls12-377/fr/iop/ratios.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/iop/ratios_test.go b/ecc/bls12-377/fr/iop/ratios_test.go index a608cf6d1f..02c4080532 100644 --- a/ecc/bls12-377/fr/iop/ratios_test.go +++ b/ecc/bls12-377/fr/iop/ratios_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/iop/utils.go b/ecc/bls12-377/fr/iop/utils.go index beba12b442..e98ccac1be 100644 --- a/ecc/bls12-377/fr/iop/utils.go +++ b/ecc/bls12-377/fr/iop/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/mimc/doc.go b/ecc/bls12-377/fr/mimc/doc.go index cc7b101eb4..98aa3f8d81 100644 --- a/ecc/bls12-377/fr/mimc/doc.go +++ b/ecc/bls12-377/fr/mimc/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/mimc/mimc.go b/ecc/bls12-377/fr/mimc/mimc.go index 7532333dc1..2855e3ab8e 100644 --- a/ecc/bls12-377/fr/mimc/mimc.go +++ b/ecc/bls12-377/fr/mimc/mimc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/mimc/options.go b/ecc/bls12-377/fr/mimc/options.go index 3c5ad55522..a83f77c05d 100644 --- a/ecc/bls12-377/fr/mimc/options.go +++ b/ecc/bls12-377/fr/mimc/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/pedersen/doc.go b/ecc/bls12-377/fr/pedersen/doc.go index 62a62f179f..2e24034936 100644 --- a/ecc/bls12-377/fr/pedersen/doc.go +++ b/ecc/bls12-377/fr/pedersen/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/pedersen/example_test.go b/ecc/bls12-377/fr/pedersen/example_test.go index 98817493d0..cd7f417b6c 100644 --- a/ecc/bls12-377/fr/pedersen/example_test.go +++ b/ecc/bls12-377/fr/pedersen/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/pedersen/pedersen.go b/ecc/bls12-377/fr/pedersen/pedersen.go index 3407e84f82..59a189ad4e 100644 --- a/ecc/bls12-377/fr/pedersen/pedersen.go +++ b/ecc/bls12-377/fr/pedersen/pedersen.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/pedersen/pedersen_test.go b/ecc/bls12-377/fr/pedersen/pedersen_test.go index be491105e5..6178150443 100644 --- a/ecc/bls12-377/fr/pedersen/pedersen_test.go +++ b/ecc/bls12-377/fr/pedersen/pedersen_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/permutation/doc.go b/ecc/bls12-377/fr/permutation/doc.go index 5f346b5a53..e24cd82923 100644 --- a/ecc/bls12-377/fr/permutation/doc.go +++ b/ecc/bls12-377/fr/permutation/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/permutation/permutation.go b/ecc/bls12-377/fr/permutation/permutation.go index 306dbea24c..81e3841775 100644 --- a/ecc/bls12-377/fr/permutation/permutation.go +++ b/ecc/bls12-377/fr/permutation/permutation.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/permutation/permutation_test.go b/ecc/bls12-377/fr/permutation/permutation_test.go index 68f44d6c1c..3f781c324a 100644 --- a/ecc/bls12-377/fr/permutation/permutation_test.go +++ b/ecc/bls12-377/fr/permutation/permutation_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/plookup/doc.go b/ecc/bls12-377/fr/plookup/doc.go index d163104002..7a02c59719 100644 --- a/ecc/bls12-377/fr/plookup/doc.go +++ b/ecc/bls12-377/fr/plookup/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/plookup/plookup_test.go b/ecc/bls12-377/fr/plookup/plookup_test.go index b24b51530c..317b54d27f 100644 --- a/ecc/bls12-377/fr/plookup/plookup_test.go +++ b/ecc/bls12-377/fr/plookup/plookup_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/plookup/table.go b/ecc/bls12-377/fr/plookup/table.go index 2dda6bab65..e23e0c54ff 100644 --- a/ecc/bls12-377/fr/plookup/table.go +++ b/ecc/bls12-377/fr/plookup/table.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/plookup/vector.go b/ecc/bls12-377/fr/plookup/vector.go index 456c916a3a..3b074b2bed 100644 --- a/ecc/bls12-377/fr/plookup/vector.go +++ b/ecc/bls12-377/fr/plookup/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/polynomial/doc.go b/ecc/bls12-377/fr/polynomial/doc.go index 35b3f725c1..fd96328e8f 100644 --- a/ecc/bls12-377/fr/polynomial/doc.go +++ b/ecc/bls12-377/fr/polynomial/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/polynomial/multilin.go b/ecc/bls12-377/fr/polynomial/multilin.go index e0c5279482..d7050da2a0 100644 --- a/ecc/bls12-377/fr/polynomial/multilin.go +++ b/ecc/bls12-377/fr/polynomial/multilin.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/polynomial/multilin_test.go b/ecc/bls12-377/fr/polynomial/multilin_test.go index 0ae8feef40..ec48360ad2 100644 --- a/ecc/bls12-377/fr/polynomial/multilin_test.go +++ b/ecc/bls12-377/fr/polynomial/multilin_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/polynomial/polynomial.go b/ecc/bls12-377/fr/polynomial/polynomial.go index 07f87f7d48..c108cbf852 100644 --- a/ecc/bls12-377/fr/polynomial/polynomial.go +++ b/ecc/bls12-377/fr/polynomial/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/polynomial/polynomial_test.go b/ecc/bls12-377/fr/polynomial/polynomial_test.go index a746364b3e..9d79bac673 100644 --- a/ecc/bls12-377/fr/polynomial/polynomial_test.go +++ b/ecc/bls12-377/fr/polynomial/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/polynomial/pool.go b/ecc/bls12-377/fr/polynomial/pool.go index d4c9eb4c21..939ed4d05e 100644 --- a/ecc/bls12-377/fr/polynomial/pool.go +++ b/ecc/bls12-377/fr/polynomial/pool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/poseidon2/poseidon2.go b/ecc/bls12-377/fr/poseidon2/poseidon2.go index 5cf806a339..25b0cca670 100644 --- a/ecc/bls12-377/fr/poseidon2/poseidon2.go +++ b/ecc/bls12-377/fr/poseidon2/poseidon2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/poseidon2/poseidon2_test.go b/ecc/bls12-377/fr/poseidon2/poseidon2_test.go index 7b19890262..220cc78db1 100644 --- a/ecc/bls12-377/fr/poseidon2/poseidon2_test.go +++ b/ecc/bls12-377/fr/poseidon2/poseidon2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/sis/sis.go b/ecc/bls12-377/fr/sis/sis.go index d250b6ce5d..d07717f8d3 100644 --- a/ecc/bls12-377/fr/sis/sis.go +++ b/ecc/bls12-377/fr/sis/sis.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package sis diff --git a/ecc/bls12-377/fr/sis/sis_fft.go b/ecc/bls12-377/fr/sis/sis_fft.go index 94523ff134..79a4686489 100644 --- a/ecc/bls12-377/fr/sis/sis_fft.go +++ b/ecc/bls12-377/fr/sis/sis_fft.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/sis/sis_test.go b/ecc/bls12-377/fr/sis/sis_test.go index b7aa481f59..73e26a32a2 100644 --- a/ecc/bls12-377/fr/sis/sis_test.go +++ b/ecc/bls12-377/fr/sis/sis_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package sis diff --git a/ecc/bls12-377/fr/sumcheck/sumcheck.go b/ecc/bls12-377/fr/sumcheck/sumcheck.go index e053218dd7..71033d0dfe 100644 --- a/ecc/bls12-377/fr/sumcheck/sumcheck.go +++ b/ecc/bls12-377/fr/sumcheck/sumcheck.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/sumcheck/sumcheck_test.go b/ecc/bls12-377/fr/sumcheck/sumcheck_test.go index ca748084a0..bccfcf0c85 100644 --- a/ecc/bls12-377/fr/sumcheck/sumcheck_test.go +++ b/ecc/bls12-377/fr/sumcheck/sumcheck_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/test_vector_utils/test_vector_utils.go b/ecc/bls12-377/fr/test_vector_utils/test_vector_utils.go index 323f024f55..b5a617a620 100644 --- a/ecc/bls12-377/fr/test_vector_utils/test_vector_utils.go +++ b/ecc/bls12-377/fr/test_vector_utils/test_vector_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/vector.go b/ecc/bls12-377/fr/vector.go index 8b59bd36e9..4654b1b2d3 100644 --- a/ecc/bls12-377/fr/vector.go +++ b/ecc/bls12-377/fr/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/vector_amd64.go b/ecc/bls12-377/fr/vector_amd64.go index b27679827c..a7dcec3b25 100644 --- a/ecc/bls12-377/fr/vector_amd64.go +++ b/ecc/bls12-377/fr/vector_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/vector_purego.go b/ecc/bls12-377/fr/vector_purego.go index 5973d16ce2..db43e73504 100644 --- a/ecc/bls12-377/fr/vector_purego.go +++ b/ecc/bls12-377/fr/vector_purego.go @@ -1,6 +1,6 @@ //go:build purego || !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/fr/vector_test.go b/ecc/bls12-377/fr/vector_test.go index a094bc0ac6..f6179e7824 100644 --- a/ecc/bls12-377/fr/vector_test.go +++ b/ecc/bls12-377/fr/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/g1.go b/ecc/bls12-377/g1.go index 28ebdceeaf..ade683e458 100644 --- a/ecc/bls12-377/g1.go +++ b/ecc/bls12-377/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/g1_test.go b/ecc/bls12-377/g1_test.go index e0a147f1fc..97108da122 100644 --- a/ecc/bls12-377/g1_test.go +++ b/ecc/bls12-377/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/g2.go b/ecc/bls12-377/g2.go index 68345d1577..8c4a0b487d 100644 --- a/ecc/bls12-377/g2.go +++ b/ecc/bls12-377/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/g2_test.go b/ecc/bls12-377/g2_test.go index 397fa2f8e3..748685af26 100644 --- a/ecc/bls12-377/g2_test.go +++ b/ecc/bls12-377/g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/hash_to_g1.go b/ecc/bls12-377/hash_to_g1.go index 479a6bfe3e..5359d355a8 100644 --- a/ecc/bls12-377/hash_to_g1.go +++ b/ecc/bls12-377/hash_to_g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/hash_to_g1_test.go b/ecc/bls12-377/hash_to_g1_test.go index 763b1c16f9..75f2c223cf 100644 --- a/ecc/bls12-377/hash_to_g1_test.go +++ b/ecc/bls12-377/hash_to_g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/hash_to_g2.go b/ecc/bls12-377/hash_to_g2.go index d13eb598bf..9a8780de73 100644 --- a/ecc/bls12-377/hash_to_g2.go +++ b/ecc/bls12-377/hash_to_g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/hash_to_g2_test.go b/ecc/bls12-377/hash_to_g2_test.go index 96d16f74f4..d1a47194a0 100644 --- a/ecc/bls12-377/hash_to_g2_test.go +++ b/ecc/bls12-377/hash_to_g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/internal/fptower/asm.go b/ecc/bls12-377/internal/fptower/asm.go index f1ff282d0b..7d64458b6c 100644 --- a/ecc/bls12-377/internal/fptower/asm.go +++ b/ecc/bls12-377/internal/fptower/asm.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/internal/fptower/asm_noadx.go b/ecc/bls12-377/internal/fptower/asm_noadx.go index 3885d93d55..28588f65a0 100644 --- a/ecc/bls12-377/internal/fptower/asm_noadx.go +++ b/ecc/bls12-377/internal/fptower/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/internal/fptower/e12.go b/ecc/bls12-377/internal/fptower/e12.go index b60331ac61..1422adecd1 100644 --- a/ecc/bls12-377/internal/fptower/e12.go +++ b/ecc/bls12-377/internal/fptower/e12.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/internal/fptower/e12_test.go b/ecc/bls12-377/internal/fptower/e12_test.go index 38fa25d17c..6cca730b47 100644 --- a/ecc/bls12-377/internal/fptower/e12_test.go +++ b/ecc/bls12-377/internal/fptower/e12_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/internal/fptower/e2.go b/ecc/bls12-377/internal/fptower/e2.go index 1979b60dac..9fbdbd3d7c 100644 --- a/ecc/bls12-377/internal/fptower/e2.go +++ b/ecc/bls12-377/internal/fptower/e2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/internal/fptower/e2_amd64.go b/ecc/bls12-377/internal/fptower/e2_amd64.go index 0261c75f69..6074023131 100644 --- a/ecc/bls12-377/internal/fptower/e2_amd64.go +++ b/ecc/bls12-377/internal/fptower/e2_amd64.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/internal/fptower/e2_amd64.s b/ecc/bls12-377/internal/fptower/e2_amd64.s index 80bb2b9813..32e77dd787 100644 --- a/ecc/bls12-377/internal/fptower/e2_amd64.s +++ b/ecc/bls12-377/internal/fptower/e2_amd64.s @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. #include "textflag.h" diff --git a/ecc/bls12-377/internal/fptower/e2_bls377.go b/ecc/bls12-377/internal/fptower/e2_bls377.go index 8e00b37425..dcd9ad959e 100644 --- a/ecc/bls12-377/internal/fptower/e2_bls377.go +++ b/ecc/bls12-377/internal/fptower/e2_bls377.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-377/internal/fptower/e2_fallback.go b/ecc/bls12-377/internal/fptower/e2_fallback.go index eaea355699..3dff96dcea 100644 --- a/ecc/bls12-377/internal/fptower/e2_fallback.go +++ b/ecc/bls12-377/internal/fptower/e2_fallback.go @@ -1,6 +1,6 @@ //go:build !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/internal/fptower/e2_test.go b/ecc/bls12-377/internal/fptower/e2_test.go index bbca702a27..d9653036c5 100644 --- a/ecc/bls12-377/internal/fptower/e2_test.go +++ b/ecc/bls12-377/internal/fptower/e2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/internal/fptower/e6.go b/ecc/bls12-377/internal/fptower/e6.go index 5f2cca6625..a3bd71a6cc 100644 --- a/ecc/bls12-377/internal/fptower/e6.go +++ b/ecc/bls12-377/internal/fptower/e6.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/internal/fptower/e6_test.go b/ecc/bls12-377/internal/fptower/e6_test.go index 6a1fe41d95..d53b72ec93 100644 --- a/ecc/bls12-377/internal/fptower/e6_test.go +++ b/ecc/bls12-377/internal/fptower/e6_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/internal/fptower/frobenius.go b/ecc/bls12-377/internal/fptower/frobenius.go index 2f6a3db346..2c1cd967e5 100644 --- a/ecc/bls12-377/internal/fptower/frobenius.go +++ b/ecc/bls12-377/internal/fptower/frobenius.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-377/internal/fptower/parameters.go b/ecc/bls12-377/internal/fptower/parameters.go index e7bf3ef628..89db97098c 100644 --- a/ecc/bls12-377/internal/fptower/parameters.go +++ b/ecc/bls12-377/internal/fptower/parameters.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-377/kzg/doc.go b/ecc/bls12-377/kzg/doc.go index 6c3454a2d9..226614bbdf 100644 --- a/ecc/bls12-377/kzg/doc.go +++ b/ecc/bls12-377/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/kzg/kzg.go b/ecc/bls12-377/kzg/kzg.go index 4229c90290..a9a5d0fd98 100644 --- a/ecc/bls12-377/kzg/kzg.go +++ b/ecc/bls12-377/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/kzg/kzg_test.go b/ecc/bls12-377/kzg/kzg_test.go index 1a2d93402b..a357b996d0 100644 --- a/ecc/bls12-377/kzg/kzg_test.go +++ b/ecc/bls12-377/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/kzg/marshal.go b/ecc/bls12-377/kzg/marshal.go index f4668cae7b..5561cb3786 100644 --- a/ecc/bls12-377/kzg/marshal.go +++ b/ecc/bls12-377/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/kzg/utils.go b/ecc/bls12-377/kzg/utils.go index 31bfffd589..10248b3ae3 100644 --- a/ecc/bls12-377/kzg/utils.go +++ b/ecc/bls12-377/kzg/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/marshal.go b/ecc/bls12-377/marshal.go index 80aeb57ae1..560b22a37e 100644 --- a/ecc/bls12-377/marshal.go +++ b/ecc/bls12-377/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/marshal_test.go b/ecc/bls12-377/marshal_test.go index 2d2561c07c..705a756a02 100644 --- a/ecc/bls12-377/marshal_test.go +++ b/ecc/bls12-377/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/multiexp.go b/ecc/bls12-377/multiexp.go index 03b7899c09..5aa960be69 100644 --- a/ecc/bls12-377/multiexp.go +++ b/ecc/bls12-377/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/multiexp_affine.go b/ecc/bls12-377/multiexp_affine.go index 69e6f9a000..ff392b910d 100644 --- a/ecc/bls12-377/multiexp_affine.go +++ b/ecc/bls12-377/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/multiexp_jacobian.go b/ecc/bls12-377/multiexp_jacobian.go index 108879548c..9e4f26ab79 100644 --- a/ecc/bls12-377/multiexp_jacobian.go +++ b/ecc/bls12-377/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/multiexp_test.go b/ecc/bls12-377/multiexp_test.go index 85b8f6f4cc..2dc1ccd9a4 100644 --- a/ecc/bls12-377/multiexp_test.go +++ b/ecc/bls12-377/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/pairing.go b/ecc/bls12-377/pairing.go index 1b519ce01b..590e3867bb 100644 --- a/ecc/bls12-377/pairing.go +++ b/ecc/bls12-377/pairing.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls12377 diff --git a/ecc/bls12-377/pairing_test.go b/ecc/bls12-377/pairing_test.go index 0fcc40ac3d..d5a277eabf 100644 --- a/ecc/bls12-377/pairing_test.go +++ b/ecc/bls12-377/pairing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/shplonk/doc.go b/ecc/bls12-377/shplonk/doc.go index 17b34373c2..0367893999 100644 --- a/ecc/bls12-377/shplonk/doc.go +++ b/ecc/bls12-377/shplonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/shplonk/example_test.go b/ecc/bls12-377/shplonk/example_test.go index 6b48e973fd..e08750a9e7 100644 --- a/ecc/bls12-377/shplonk/example_test.go +++ b/ecc/bls12-377/shplonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/shplonk/marshal.go b/ecc/bls12-377/shplonk/marshal.go index 8a68a95010..a2cb0ae8ba 100644 --- a/ecc/bls12-377/shplonk/marshal.go +++ b/ecc/bls12-377/shplonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/shplonk/shplonk.go b/ecc/bls12-377/shplonk/shplonk.go index 8d8c2ef540..b9d66a4cc4 100644 --- a/ecc/bls12-377/shplonk/shplonk.go +++ b/ecc/bls12-377/shplonk/shplonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/shplonk/shplonk_test.go b/ecc/bls12-377/shplonk/shplonk_test.go index 6edbb14ccd..a43a0677d2 100644 --- a/ecc/bls12-377/shplonk/shplonk_test.go +++ b/ecc/bls12-377/shplonk/shplonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/twistededwards/curve.go b/ecc/bls12-377/twistededwards/curve.go index da66dbc9c3..5db85c848a 100644 --- a/ecc/bls12-377/twistededwards/curve.go +++ b/ecc/bls12-377/twistededwards/curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/twistededwards/doc.go b/ecc/bls12-377/twistededwards/doc.go index 4f80a5f527..919017a004 100644 --- a/ecc/bls12-377/twistededwards/doc.go +++ b/ecc/bls12-377/twistededwards/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/twistededwards/eddsa/doc.go b/ecc/bls12-377/twistededwards/eddsa/doc.go index ed4b44dc87..c6e33c0bd7 100644 --- a/ecc/bls12-377/twistededwards/eddsa/doc.go +++ b/ecc/bls12-377/twistededwards/eddsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/twistededwards/eddsa/eddsa.go b/ecc/bls12-377/twistededwards/eddsa/eddsa.go index 4003fda0b5..ba9553e54c 100644 --- a/ecc/bls12-377/twistededwards/eddsa/eddsa.go +++ b/ecc/bls12-377/twistededwards/eddsa/eddsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/twistededwards/eddsa/eddsa_test.go b/ecc/bls12-377/twistededwards/eddsa/eddsa_test.go index 54d82cb647..09413696d2 100644 --- a/ecc/bls12-377/twistededwards/eddsa/eddsa_test.go +++ b/ecc/bls12-377/twistededwards/eddsa/eddsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/twistededwards/eddsa/marshal.go b/ecc/bls12-377/twistededwards/eddsa/marshal.go index c6c2295ae9..d50f80abdc 100644 --- a/ecc/bls12-377/twistededwards/eddsa/marshal.go +++ b/ecc/bls12-377/twistededwards/eddsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/twistededwards/point.go b/ecc/bls12-377/twistededwards/point.go index 5a7b088e72..aa9333823f 100644 --- a/ecc/bls12-377/twistededwards/point.go +++ b/ecc/bls12-377/twistededwards/point.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-377/twistededwards/point_test.go b/ecc/bls12-377/twistededwards/point_test.go index 6875b7aa9a..0b293e1870 100644 --- a/ecc/bls12-377/twistededwards/point_test.go +++ b/ecc/bls12-377/twistededwards/point_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/bandersnatch/curve.go b/ecc/bls12-381/bandersnatch/curve.go index ba94898222..a0223d5646 100644 --- a/ecc/bls12-381/bandersnatch/curve.go +++ b/ecc/bls12-381/bandersnatch/curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/bandersnatch/doc.go b/ecc/bls12-381/bandersnatch/doc.go index 66d3b68eaa..04d84007a8 100644 --- a/ecc/bls12-381/bandersnatch/doc.go +++ b/ecc/bls12-381/bandersnatch/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/bandersnatch/eddsa/doc.go b/ecc/bls12-381/bandersnatch/eddsa/doc.go index 2e2ee33568..5581f06406 100644 --- a/ecc/bls12-381/bandersnatch/eddsa/doc.go +++ b/ecc/bls12-381/bandersnatch/eddsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/bandersnatch/eddsa/eddsa.go b/ecc/bls12-381/bandersnatch/eddsa/eddsa.go index 3bab9a4046..c10e701839 100644 --- a/ecc/bls12-381/bandersnatch/eddsa/eddsa.go +++ b/ecc/bls12-381/bandersnatch/eddsa/eddsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/bandersnatch/eddsa/eddsa_test.go b/ecc/bls12-381/bandersnatch/eddsa/eddsa_test.go index 972c06d0d0..cccc545ff7 100644 --- a/ecc/bls12-381/bandersnatch/eddsa/eddsa_test.go +++ b/ecc/bls12-381/bandersnatch/eddsa/eddsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/bandersnatch/eddsa/marshal.go b/ecc/bls12-381/bandersnatch/eddsa/marshal.go index 2f4f26d4f3..39dabf92f7 100644 --- a/ecc/bls12-381/bandersnatch/eddsa/marshal.go +++ b/ecc/bls12-381/bandersnatch/eddsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/bandersnatch/point.go b/ecc/bls12-381/bandersnatch/point.go index 5507adf2d7..abe0bc2a92 100644 --- a/ecc/bls12-381/bandersnatch/point.go +++ b/ecc/bls12-381/bandersnatch/point.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/bandersnatch/point_test.go b/ecc/bls12-381/bandersnatch/point_test.go index d67906e7ff..09b26f5e34 100644 --- a/ecc/bls12-381/bandersnatch/point_test.go +++ b/ecc/bls12-381/bandersnatch/point_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/ecdsa/doc.go b/ecc/bls12-381/ecdsa/doc.go index b9a6baabd1..3f362de501 100644 --- a/ecc/bls12-381/ecdsa/doc.go +++ b/ecc/bls12-381/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/ecdsa/ecdsa.go b/ecc/bls12-381/ecdsa/ecdsa.go index 9c4745741f..514c3c8cfc 100644 --- a/ecc/bls12-381/ecdsa/ecdsa.go +++ b/ecc/bls12-381/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/ecdsa/ecdsa_test.go b/ecc/bls12-381/ecdsa/ecdsa_test.go index aa704d9e66..06e237766f 100644 --- a/ecc/bls12-381/ecdsa/ecdsa_test.go +++ b/ecc/bls12-381/ecdsa/ecdsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/ecdsa/marshal.go b/ecc/bls12-381/ecdsa/marshal.go index 09877ff47c..943016297d 100644 --- a/ecc/bls12-381/ecdsa/marshal.go +++ b/ecc/bls12-381/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/ecdsa/marshal_test.go b/ecc/bls12-381/ecdsa/marshal_test.go index 1b32bceb36..7fe8623740 100644 --- a/ecc/bls12-381/ecdsa/marshal_test.go +++ b/ecc/bls12-381/ecdsa/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fflonk/doc.go b/ecc/bls12-381/fflonk/doc.go index b717383d87..67a8094e35 100644 --- a/ecc/bls12-381/fflonk/doc.go +++ b/ecc/bls12-381/fflonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fflonk/example_test.go b/ecc/bls12-381/fflonk/example_test.go index 7a44bac8c6..ef4af9cc37 100644 --- a/ecc/bls12-381/fflonk/example_test.go +++ b/ecc/bls12-381/fflonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fflonk/fflonk.go b/ecc/bls12-381/fflonk/fflonk.go index fe4bb1710b..ef9af5489b 100644 --- a/ecc/bls12-381/fflonk/fflonk.go +++ b/ecc/bls12-381/fflonk/fflonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fflonk/fflonk_test.go b/ecc/bls12-381/fflonk/fflonk_test.go index a15e154d32..38be0889d1 100644 --- a/ecc/bls12-381/fflonk/fflonk_test.go +++ b/ecc/bls12-381/fflonk/fflonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fflonk/marshal.go b/ecc/bls12-381/fflonk/marshal.go index d1147eac9b..f8a6ff57fb 100644 --- a/ecc/bls12-381/fflonk/marshal.go +++ b/ecc/bls12-381/fflonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/arith.go b/ecc/bls12-381/fp/arith.go index b202a1549a..bb63552f5a 100644 --- a/ecc/bls12-381/fp/arith.go +++ b/ecc/bls12-381/fp/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/asm_adx.go b/ecc/bls12-381/fp/asm_adx.go index fe25e82db2..75e92992fe 100644 --- a/ecc/bls12-381/fp/asm_adx.go +++ b/ecc/bls12-381/fp/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/asm_noadx.go b/ecc/bls12-381/fp/asm_noadx.go index 95085a8e6f..304dfb7209 100644 --- a/ecc/bls12-381/fp/asm_noadx.go +++ b/ecc/bls12-381/fp/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/doc.go b/ecc/bls12-381/fp/doc.go index d6b85f7ead..752d084ce1 100644 --- a/ecc/bls12-381/fp/doc.go +++ b/ecc/bls12-381/fp/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/element.go b/ecc/bls12-381/fp/element.go index 2e4225b51b..0daf55c732 100644 --- a/ecc/bls12-381/fp/element.go +++ b/ecc/bls12-381/fp/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/element_amd64.go b/ecc/bls12-381/fp/element_amd64.go index e72f552ad9..9cee062e5b 100644 --- a/ecc/bls12-381/fp/element_amd64.go +++ b/ecc/bls12-381/fp/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/element_amd64.s b/ecc/bls12-381/fp/element_amd64.s index 5d3fa97711..719aecfbe9 100644 --- a/ecc/bls12-381/fp/element_amd64.s +++ b/ecc/bls12-381/fp/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/element_arm64.go b/ecc/bls12-381/fp/element_arm64.go index 152c411bf3..59f2277cd2 100644 --- a/ecc/bls12-381/fp/element_arm64.go +++ b/ecc/bls12-381/fp/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/element_arm64.s b/ecc/bls12-381/fp/element_arm64.s index 58d21358b0..b4dfd1612c 100644 --- a/ecc/bls12-381/fp/element_arm64.s +++ b/ecc/bls12-381/fp/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/element_exp.go b/ecc/bls12-381/fp/element_exp.go index 1b611bf6d9..4c05637d56 100644 --- a/ecc/bls12-381/fp/element_exp.go +++ b/ecc/bls12-381/fp/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/element_purego.go b/ecc/bls12-381/fp/element_purego.go index 40760eceec..911496ec20 100644 --- a/ecc/bls12-381/fp/element_purego.go +++ b/ecc/bls12-381/fp/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/element_test.go b/ecc/bls12-381/fp/element_test.go index 35f8d69404..5a172e4fa7 100644 --- a/ecc/bls12-381/fp/element_test.go +++ b/ecc/bls12-381/fp/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/hash_to_field/doc.go b/ecc/bls12-381/fp/hash_to_field/doc.go index fff88b2c11..317d96a2fa 100644 --- a/ecc/bls12-381/fp/hash_to_field/doc.go +++ b/ecc/bls12-381/fp/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/hash_to_field/hash_to_field.go b/ecc/bls12-381/fp/hash_to_field/hash_to_field.go index 3a895a5321..d54a80c18b 100644 --- a/ecc/bls12-381/fp/hash_to_field/hash_to_field.go +++ b/ecc/bls12-381/fp/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/hash_to_field/hash_to_field_test.go b/ecc/bls12-381/fp/hash_to_field/hash_to_field_test.go index 5ae9b78072..2fa293df7c 100644 --- a/ecc/bls12-381/fp/hash_to_field/hash_to_field_test.go +++ b/ecc/bls12-381/fp/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/vector.go b/ecc/bls12-381/fp/vector.go index aba4a810c9..93189079db 100644 --- a/ecc/bls12-381/fp/vector.go +++ b/ecc/bls12-381/fp/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/vector_purego.go b/ecc/bls12-381/fp/vector_purego.go index 347b0df594..0cda361871 100644 --- a/ecc/bls12-381/fp/vector_purego.go +++ b/ecc/bls12-381/fp/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fp/vector_test.go b/ecc/bls12-381/fp/vector_test.go index 9584d79b8b..7075283b49 100644 --- a/ecc/bls12-381/fp/vector_test.go +++ b/ecc/bls12-381/fp/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/arith.go b/ecc/bls12-381/fr/arith.go index 9285041f4b..dbba8a9ae4 100644 --- a/ecc/bls12-381/fr/arith.go +++ b/ecc/bls12-381/fr/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/asm_adx.go b/ecc/bls12-381/fr/asm_adx.go index 9e7da5e865..9b970335f1 100644 --- a/ecc/bls12-381/fr/asm_adx.go +++ b/ecc/bls12-381/fr/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/asm_avx.go b/ecc/bls12-381/fr/asm_avx.go index d6d7d7f87a..2a0a166ed4 100644 --- a/ecc/bls12-381/fr/asm_avx.go +++ b/ecc/bls12-381/fr/asm_avx.go @@ -1,6 +1,6 @@ //go:build !noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/asm_noadx.go b/ecc/bls12-381/fr/asm_noadx.go index 3456158655..96741014f2 100644 --- a/ecc/bls12-381/fr/asm_noadx.go +++ b/ecc/bls12-381/fr/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/asm_noavx.go b/ecc/bls12-381/fr/asm_noavx.go index 4eb73e9a78..3cb6968fb8 100644 --- a/ecc/bls12-381/fr/asm_noavx.go +++ b/ecc/bls12-381/fr/asm_noavx.go @@ -1,6 +1,6 @@ //go:build noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/doc.go b/ecc/bls12-381/fr/doc.go index 6aa24dfcc3..09174a90f5 100644 --- a/ecc/bls12-381/fr/doc.go +++ b/ecc/bls12-381/fr/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/element.go b/ecc/bls12-381/fr/element.go index 62f75ce27b..da8a896aa8 100644 --- a/ecc/bls12-381/fr/element.go +++ b/ecc/bls12-381/fr/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/element_amd64.go b/ecc/bls12-381/fr/element_amd64.go index ca49d12590..4c3f2a8567 100644 --- a/ecc/bls12-381/fr/element_amd64.go +++ b/ecc/bls12-381/fr/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/element_amd64.s b/ecc/bls12-381/fr/element_amd64.s index 1e9b28934d..a7c6ffae66 100644 --- a/ecc/bls12-381/fr/element_amd64.s +++ b/ecc/bls12-381/fr/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/element_arm64.go b/ecc/bls12-381/fr/element_arm64.go index c87ab28031..6f8a9cb915 100644 --- a/ecc/bls12-381/fr/element_arm64.go +++ b/ecc/bls12-381/fr/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/element_arm64.s b/ecc/bls12-381/fr/element_arm64.s index a7bd036553..ef16eaba35 100644 --- a/ecc/bls12-381/fr/element_arm64.s +++ b/ecc/bls12-381/fr/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/element_exp.go b/ecc/bls12-381/fr/element_exp.go index 6abe0add74..b57921366d 100644 --- a/ecc/bls12-381/fr/element_exp.go +++ b/ecc/bls12-381/fr/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/element_purego.go b/ecc/bls12-381/fr/element_purego.go index 57f00871c2..68bd074b07 100644 --- a/ecc/bls12-381/fr/element_purego.go +++ b/ecc/bls12-381/fr/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/element_test.go b/ecc/bls12-381/fr/element_test.go index 049a31f4be..b86236997c 100644 --- a/ecc/bls12-381/fr/element_test.go +++ b/ecc/bls12-381/fr/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/fft/bitreverse.go b/ecc/bls12-381/fr/fft/bitreverse.go index d8482da16e..4fb86452ec 100644 --- a/ecc/bls12-381/fr/fft/bitreverse.go +++ b/ecc/bls12-381/fr/fft/bitreverse.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/fft/bitreverse_test.go b/ecc/bls12-381/fr/fft/bitreverse_test.go index 98ebd726bb..849a16bb26 100644 --- a/ecc/bls12-381/fr/fft/bitreverse_test.go +++ b/ecc/bls12-381/fr/fft/bitreverse_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/fft/doc.go b/ecc/bls12-381/fr/fft/doc.go index 1ef04db2df..4cce0f9779 100644 --- a/ecc/bls12-381/fr/fft/doc.go +++ b/ecc/bls12-381/fr/fft/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/fft/domain.go b/ecc/bls12-381/fr/fft/domain.go index cadf32fcd1..db35cea919 100644 --- a/ecc/bls12-381/fr/fft/domain.go +++ b/ecc/bls12-381/fr/fft/domain.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/fft/domain_test.go b/ecc/bls12-381/fr/fft/domain_test.go index d95288076c..e445d3cc12 100644 --- a/ecc/bls12-381/fr/fft/domain_test.go +++ b/ecc/bls12-381/fr/fft/domain_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/fft/fft.go b/ecc/bls12-381/fr/fft/fft.go index 85722b5eb1..4279e93d18 100644 --- a/ecc/bls12-381/fr/fft/fft.go +++ b/ecc/bls12-381/fr/fft/fft.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/fft/fft_test.go b/ecc/bls12-381/fr/fft/fft_test.go index 774b42ab43..9858710ec2 100644 --- a/ecc/bls12-381/fr/fft/fft_test.go +++ b/ecc/bls12-381/fr/fft/fft_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/fft/options.go b/ecc/bls12-381/fr/fft/options.go index cdd4fa97ff..c1afb7b406 100644 --- a/ecc/bls12-381/fr/fft/options.go +++ b/ecc/bls12-381/fr/fft/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/fri/doc.go b/ecc/bls12-381/fr/fri/doc.go index 428dabf625..cea69fc79a 100644 --- a/ecc/bls12-381/fr/fri/doc.go +++ b/ecc/bls12-381/fr/fri/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/fri/fri.go b/ecc/bls12-381/fr/fri/fri.go index 1ac43ff169..c09db4bd72 100644 --- a/ecc/bls12-381/fr/fri/fri.go +++ b/ecc/bls12-381/fr/fri/fri.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/fri/fri_test.go b/ecc/bls12-381/fr/fri/fri_test.go index 8cc11c42f4..6f479e148e 100644 --- a/ecc/bls12-381/fr/fri/fri_test.go +++ b/ecc/bls12-381/fr/fri/fri_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/generator.go b/ecc/bls12-381/fr/generator.go index 6d9ebe7a2f..fc5403501e 100644 --- a/ecc/bls12-381/fr/generator.go +++ b/ecc/bls12-381/fr/generator.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/gkr/gkr.go b/ecc/bls12-381/fr/gkr/gkr.go index 0d3dabbd1a..64398b3e2a 100644 --- a/ecc/bls12-381/fr/gkr/gkr.go +++ b/ecc/bls12-381/fr/gkr/gkr.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/gkr/gkr_test.go b/ecc/bls12-381/fr/gkr/gkr_test.go index 67125b7a12..b3e91cab0f 100644 --- a/ecc/bls12-381/fr/gkr/gkr_test.go +++ b/ecc/bls12-381/fr/gkr/gkr_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/hash_to_field/doc.go b/ecc/bls12-381/fr/hash_to_field/doc.go index 345c8b57df..e50410d80a 100644 --- a/ecc/bls12-381/fr/hash_to_field/doc.go +++ b/ecc/bls12-381/fr/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/hash_to_field/hash_to_field.go b/ecc/bls12-381/fr/hash_to_field/hash_to_field.go index 174e7f6303..ef5ac1e400 100644 --- a/ecc/bls12-381/fr/hash_to_field/hash_to_field.go +++ b/ecc/bls12-381/fr/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/hash_to_field/hash_to_field_test.go b/ecc/bls12-381/fr/hash_to_field/hash_to_field_test.go index 67fe5640d6..6965382276 100644 --- a/ecc/bls12-381/fr/hash_to_field/hash_to_field_test.go +++ b/ecc/bls12-381/fr/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/iop/doc.go b/ecc/bls12-381/fr/iop/doc.go index ee3facf1e1..2ef06dfe1a 100644 --- a/ecc/bls12-381/fr/iop/doc.go +++ b/ecc/bls12-381/fr/iop/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/iop/expressions.go b/ecc/bls12-381/fr/iop/expressions.go index bd85279e75..2926911d05 100644 --- a/ecc/bls12-381/fr/iop/expressions.go +++ b/ecc/bls12-381/fr/iop/expressions.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/iop/expressions_test.go b/ecc/bls12-381/fr/iop/expressions_test.go index 003c4ee78a..c4d4e16273 100644 --- a/ecc/bls12-381/fr/iop/expressions_test.go +++ b/ecc/bls12-381/fr/iop/expressions_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/iop/polynomial.go b/ecc/bls12-381/fr/iop/polynomial.go index 8bb33d05c6..ed805584c0 100644 --- a/ecc/bls12-381/fr/iop/polynomial.go +++ b/ecc/bls12-381/fr/iop/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/iop/polynomial_test.go b/ecc/bls12-381/fr/iop/polynomial_test.go index dcc85a2193..cba62562d3 100644 --- a/ecc/bls12-381/fr/iop/polynomial_test.go +++ b/ecc/bls12-381/fr/iop/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/iop/quotient.go b/ecc/bls12-381/fr/iop/quotient.go index 9c2b4a3f6d..5c4b2a9eb8 100644 --- a/ecc/bls12-381/fr/iop/quotient.go +++ b/ecc/bls12-381/fr/iop/quotient.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/iop/quotient_test.go b/ecc/bls12-381/fr/iop/quotient_test.go index 0981a0a411..78035417c0 100644 --- a/ecc/bls12-381/fr/iop/quotient_test.go +++ b/ecc/bls12-381/fr/iop/quotient_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/iop/ratios.go b/ecc/bls12-381/fr/iop/ratios.go index 39adead354..91946e3bbd 100644 --- a/ecc/bls12-381/fr/iop/ratios.go +++ b/ecc/bls12-381/fr/iop/ratios.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/iop/ratios_test.go b/ecc/bls12-381/fr/iop/ratios_test.go index 7d0e8b0030..0bb1c9b036 100644 --- a/ecc/bls12-381/fr/iop/ratios_test.go +++ b/ecc/bls12-381/fr/iop/ratios_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/iop/utils.go b/ecc/bls12-381/fr/iop/utils.go index e65cafda8e..7f91ba67ee 100644 --- a/ecc/bls12-381/fr/iop/utils.go +++ b/ecc/bls12-381/fr/iop/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/mimc/doc.go b/ecc/bls12-381/fr/mimc/doc.go index cc7b101eb4..98aa3f8d81 100644 --- a/ecc/bls12-381/fr/mimc/doc.go +++ b/ecc/bls12-381/fr/mimc/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/mimc/mimc.go b/ecc/bls12-381/fr/mimc/mimc.go index 8455789c59..59899b3e92 100644 --- a/ecc/bls12-381/fr/mimc/mimc.go +++ b/ecc/bls12-381/fr/mimc/mimc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/mimc/options.go b/ecc/bls12-381/fr/mimc/options.go index 25f1e024b2..a9d4a57beb 100644 --- a/ecc/bls12-381/fr/mimc/options.go +++ b/ecc/bls12-381/fr/mimc/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/pedersen/doc.go b/ecc/bls12-381/fr/pedersen/doc.go index 62a62f179f..2e24034936 100644 --- a/ecc/bls12-381/fr/pedersen/doc.go +++ b/ecc/bls12-381/fr/pedersen/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/pedersen/example_test.go b/ecc/bls12-381/fr/pedersen/example_test.go index 23a97be288..2e61788603 100644 --- a/ecc/bls12-381/fr/pedersen/example_test.go +++ b/ecc/bls12-381/fr/pedersen/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/pedersen/pedersen.go b/ecc/bls12-381/fr/pedersen/pedersen.go index b44b77fc75..1f9e904bff 100644 --- a/ecc/bls12-381/fr/pedersen/pedersen.go +++ b/ecc/bls12-381/fr/pedersen/pedersen.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/pedersen/pedersen_test.go b/ecc/bls12-381/fr/pedersen/pedersen_test.go index 6728acb8ab..db38149ebd 100644 --- a/ecc/bls12-381/fr/pedersen/pedersen_test.go +++ b/ecc/bls12-381/fr/pedersen/pedersen_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/permutation/doc.go b/ecc/bls12-381/fr/permutation/doc.go index 5f346b5a53..e24cd82923 100644 --- a/ecc/bls12-381/fr/permutation/doc.go +++ b/ecc/bls12-381/fr/permutation/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/permutation/permutation.go b/ecc/bls12-381/fr/permutation/permutation.go index 0e8623fcb0..598db32e18 100644 --- a/ecc/bls12-381/fr/permutation/permutation.go +++ b/ecc/bls12-381/fr/permutation/permutation.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/permutation/permutation_test.go b/ecc/bls12-381/fr/permutation/permutation_test.go index b95c1e45c8..4777690a36 100644 --- a/ecc/bls12-381/fr/permutation/permutation_test.go +++ b/ecc/bls12-381/fr/permutation/permutation_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/plookup/doc.go b/ecc/bls12-381/fr/plookup/doc.go index d163104002..7a02c59719 100644 --- a/ecc/bls12-381/fr/plookup/doc.go +++ b/ecc/bls12-381/fr/plookup/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/plookup/plookup_test.go b/ecc/bls12-381/fr/plookup/plookup_test.go index 6155368448..adaa0f4e0b 100644 --- a/ecc/bls12-381/fr/plookup/plookup_test.go +++ b/ecc/bls12-381/fr/plookup/plookup_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/plookup/table.go b/ecc/bls12-381/fr/plookup/table.go index cb08029bb7..2a87f1016c 100644 --- a/ecc/bls12-381/fr/plookup/table.go +++ b/ecc/bls12-381/fr/plookup/table.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/plookup/vector.go b/ecc/bls12-381/fr/plookup/vector.go index f5dfd96335..81099f9253 100644 --- a/ecc/bls12-381/fr/plookup/vector.go +++ b/ecc/bls12-381/fr/plookup/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/polynomial/doc.go b/ecc/bls12-381/fr/polynomial/doc.go index 35b3f725c1..fd96328e8f 100644 --- a/ecc/bls12-381/fr/polynomial/doc.go +++ b/ecc/bls12-381/fr/polynomial/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/polynomial/multilin.go b/ecc/bls12-381/fr/polynomial/multilin.go index 2210816ca7..6880aa976c 100644 --- a/ecc/bls12-381/fr/polynomial/multilin.go +++ b/ecc/bls12-381/fr/polynomial/multilin.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/polynomial/multilin_test.go b/ecc/bls12-381/fr/polynomial/multilin_test.go index cca2a08d24..a10ce6fada 100644 --- a/ecc/bls12-381/fr/polynomial/multilin_test.go +++ b/ecc/bls12-381/fr/polynomial/multilin_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/polynomial/polynomial.go b/ecc/bls12-381/fr/polynomial/polynomial.go index a5acca4a65..97821d7281 100644 --- a/ecc/bls12-381/fr/polynomial/polynomial.go +++ b/ecc/bls12-381/fr/polynomial/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/polynomial/polynomial_test.go b/ecc/bls12-381/fr/polynomial/polynomial_test.go index 12868919f9..33b8bc86e8 100644 --- a/ecc/bls12-381/fr/polynomial/polynomial_test.go +++ b/ecc/bls12-381/fr/polynomial/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/polynomial/pool.go b/ecc/bls12-381/fr/polynomial/pool.go index fd736e33b8..d8703606f0 100644 --- a/ecc/bls12-381/fr/polynomial/pool.go +++ b/ecc/bls12-381/fr/polynomial/pool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/poseidon2/poseidon2.go b/ecc/bls12-381/fr/poseidon2/poseidon2.go index e33bff9bce..2933570497 100644 --- a/ecc/bls12-381/fr/poseidon2/poseidon2.go +++ b/ecc/bls12-381/fr/poseidon2/poseidon2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/poseidon2/poseidon2_test.go b/ecc/bls12-381/fr/poseidon2/poseidon2_test.go index 0345323466..21ad142725 100644 --- a/ecc/bls12-381/fr/poseidon2/poseidon2_test.go +++ b/ecc/bls12-381/fr/poseidon2/poseidon2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/sumcheck/sumcheck.go b/ecc/bls12-381/fr/sumcheck/sumcheck.go index b15dfc199b..ee6e6d80d8 100644 --- a/ecc/bls12-381/fr/sumcheck/sumcheck.go +++ b/ecc/bls12-381/fr/sumcheck/sumcheck.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/sumcheck/sumcheck_test.go b/ecc/bls12-381/fr/sumcheck/sumcheck_test.go index b0ef690a61..e8c3134886 100644 --- a/ecc/bls12-381/fr/sumcheck/sumcheck_test.go +++ b/ecc/bls12-381/fr/sumcheck/sumcheck_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/test_vector_utils/test_vector_utils.go b/ecc/bls12-381/fr/test_vector_utils/test_vector_utils.go index 95d4ab283e..802a39e536 100644 --- a/ecc/bls12-381/fr/test_vector_utils/test_vector_utils.go +++ b/ecc/bls12-381/fr/test_vector_utils/test_vector_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/vector.go b/ecc/bls12-381/fr/vector.go index 8b59bd36e9..4654b1b2d3 100644 --- a/ecc/bls12-381/fr/vector.go +++ b/ecc/bls12-381/fr/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/vector_amd64.go b/ecc/bls12-381/fr/vector_amd64.go index b27679827c..a7dcec3b25 100644 --- a/ecc/bls12-381/fr/vector_amd64.go +++ b/ecc/bls12-381/fr/vector_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/vector_purego.go b/ecc/bls12-381/fr/vector_purego.go index 5973d16ce2..db43e73504 100644 --- a/ecc/bls12-381/fr/vector_purego.go +++ b/ecc/bls12-381/fr/vector_purego.go @@ -1,6 +1,6 @@ //go:build purego || !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/fr/vector_test.go b/ecc/bls12-381/fr/vector_test.go index a094bc0ac6..f6179e7824 100644 --- a/ecc/bls12-381/fr/vector_test.go +++ b/ecc/bls12-381/fr/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/g1.go b/ecc/bls12-381/g1.go index 1744ec2816..6ab856ca90 100644 --- a/ecc/bls12-381/g1.go +++ b/ecc/bls12-381/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/g1_test.go b/ecc/bls12-381/g1_test.go index 20d77f4b2f..db2782524e 100644 --- a/ecc/bls12-381/g1_test.go +++ b/ecc/bls12-381/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/g2.go b/ecc/bls12-381/g2.go index b725907acb..a631408695 100644 --- a/ecc/bls12-381/g2.go +++ b/ecc/bls12-381/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/g2_test.go b/ecc/bls12-381/g2_test.go index 244c6ae3b8..f2ff12473e 100644 --- a/ecc/bls12-381/g2_test.go +++ b/ecc/bls12-381/g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/hash_to_g1.go b/ecc/bls12-381/hash_to_g1.go index 1ba586b5fa..a4b9f3d4c5 100644 --- a/ecc/bls12-381/hash_to_g1.go +++ b/ecc/bls12-381/hash_to_g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/hash_to_g1_test.go b/ecc/bls12-381/hash_to_g1_test.go index 2bfa52ae4f..47e20b0549 100644 --- a/ecc/bls12-381/hash_to_g1_test.go +++ b/ecc/bls12-381/hash_to_g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/hash_to_g2.go b/ecc/bls12-381/hash_to_g2.go index 43833ecda0..27e970b6db 100644 --- a/ecc/bls12-381/hash_to_g2.go +++ b/ecc/bls12-381/hash_to_g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/hash_to_g2_test.go b/ecc/bls12-381/hash_to_g2_test.go index 142dd2695a..b714de662c 100644 --- a/ecc/bls12-381/hash_to_g2_test.go +++ b/ecc/bls12-381/hash_to_g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/internal/fptower/asm.go b/ecc/bls12-381/internal/fptower/asm.go index f1ff282d0b..7d64458b6c 100644 --- a/ecc/bls12-381/internal/fptower/asm.go +++ b/ecc/bls12-381/internal/fptower/asm.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/internal/fptower/asm_noadx.go b/ecc/bls12-381/internal/fptower/asm_noadx.go index 3885d93d55..28588f65a0 100644 --- a/ecc/bls12-381/internal/fptower/asm_noadx.go +++ b/ecc/bls12-381/internal/fptower/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/internal/fptower/e12.go b/ecc/bls12-381/internal/fptower/e12.go index 8664b8f175..03f0568455 100644 --- a/ecc/bls12-381/internal/fptower/e12.go +++ b/ecc/bls12-381/internal/fptower/e12.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/internal/fptower/e12_test.go b/ecc/bls12-381/internal/fptower/e12_test.go index b7b1f6181a..aac39f80f1 100644 --- a/ecc/bls12-381/internal/fptower/e12_test.go +++ b/ecc/bls12-381/internal/fptower/e12_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/internal/fptower/e2.go b/ecc/bls12-381/internal/fptower/e2.go index 64c535073b..11f9d4c3c0 100644 --- a/ecc/bls12-381/internal/fptower/e2.go +++ b/ecc/bls12-381/internal/fptower/e2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/internal/fptower/e2_amd64.go b/ecc/bls12-381/internal/fptower/e2_amd64.go index 872fb85e56..a73ff678a9 100644 --- a/ecc/bls12-381/internal/fptower/e2_amd64.go +++ b/ecc/bls12-381/internal/fptower/e2_amd64.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/internal/fptower/e2_amd64.s b/ecc/bls12-381/internal/fptower/e2_amd64.s index e3ce368984..8448eef7ca 100644 --- a/ecc/bls12-381/internal/fptower/e2_amd64.s +++ b/ecc/bls12-381/internal/fptower/e2_amd64.s @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. #include "textflag.h" diff --git a/ecc/bls12-381/internal/fptower/e2_bls381.go b/ecc/bls12-381/internal/fptower/e2_bls381.go index 684326a89f..9a498801b1 100644 --- a/ecc/bls12-381/internal/fptower/e2_bls381.go +++ b/ecc/bls12-381/internal/fptower/e2_bls381.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-381/internal/fptower/e2_bls381_fallback.go b/ecc/bls12-381/internal/fptower/e2_bls381_fallback.go index d235bcc736..34f5eccebb 100644 --- a/ecc/bls12-381/internal/fptower/e2_bls381_fallback.go +++ b/ecc/bls12-381/internal/fptower/e2_bls381_fallback.go @@ -1,7 +1,7 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-381/internal/fptower/e2_fallback.go b/ecc/bls12-381/internal/fptower/e2_fallback.go index eaea355699..3dff96dcea 100644 --- a/ecc/bls12-381/internal/fptower/e2_fallback.go +++ b/ecc/bls12-381/internal/fptower/e2_fallback.go @@ -1,6 +1,6 @@ //go:build !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/internal/fptower/e2_test.go b/ecc/bls12-381/internal/fptower/e2_test.go index e5e2a26bc7..0f8a8ed5bc 100644 --- a/ecc/bls12-381/internal/fptower/e2_test.go +++ b/ecc/bls12-381/internal/fptower/e2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/internal/fptower/e6.go b/ecc/bls12-381/internal/fptower/e6.go index 5f2cca6625..a3bd71a6cc 100644 --- a/ecc/bls12-381/internal/fptower/e6.go +++ b/ecc/bls12-381/internal/fptower/e6.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/internal/fptower/e6_test.go b/ecc/bls12-381/internal/fptower/e6_test.go index c6e33e9766..776ace70ae 100644 --- a/ecc/bls12-381/internal/fptower/e6_test.go +++ b/ecc/bls12-381/internal/fptower/e6_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/internal/fptower/frobenius.go b/ecc/bls12-381/internal/fptower/frobenius.go index 70d7565a18..a127cd3c8e 100644 --- a/ecc/bls12-381/internal/fptower/frobenius.go +++ b/ecc/bls12-381/internal/fptower/frobenius.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-381/internal/fptower/parameters.go b/ecc/bls12-381/internal/fptower/parameters.go index c3ce205914..2b225b06fd 100644 --- a/ecc/bls12-381/internal/fptower/parameters.go +++ b/ecc/bls12-381/internal/fptower/parameters.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls12-381/kzg/doc.go b/ecc/bls12-381/kzg/doc.go index 6c3454a2d9..226614bbdf 100644 --- a/ecc/bls12-381/kzg/doc.go +++ b/ecc/bls12-381/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/kzg/kzg.go b/ecc/bls12-381/kzg/kzg.go index f043d0eb34..14dfcef106 100644 --- a/ecc/bls12-381/kzg/kzg.go +++ b/ecc/bls12-381/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/kzg/kzg_test.go b/ecc/bls12-381/kzg/kzg_test.go index 2734f35a5e..0883287cf7 100644 --- a/ecc/bls12-381/kzg/kzg_test.go +++ b/ecc/bls12-381/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/kzg/marshal.go b/ecc/bls12-381/kzg/marshal.go index 0682d13a32..11b9d5e09b 100644 --- a/ecc/bls12-381/kzg/marshal.go +++ b/ecc/bls12-381/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/kzg/utils.go b/ecc/bls12-381/kzg/utils.go index a803f99624..f796b1171b 100644 --- a/ecc/bls12-381/kzg/utils.go +++ b/ecc/bls12-381/kzg/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/marshal.go b/ecc/bls12-381/marshal.go index 4b23d88aba..f647957143 100644 --- a/ecc/bls12-381/marshal.go +++ b/ecc/bls12-381/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/marshal_test.go b/ecc/bls12-381/marshal_test.go index f8f8ffc6c7..b7d0f1916b 100644 --- a/ecc/bls12-381/marshal_test.go +++ b/ecc/bls12-381/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/multiexp.go b/ecc/bls12-381/multiexp.go index 967701d077..319440b5d4 100644 --- a/ecc/bls12-381/multiexp.go +++ b/ecc/bls12-381/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/multiexp_affine.go b/ecc/bls12-381/multiexp_affine.go index 5bdfc1fe1a..1df94806f3 100644 --- a/ecc/bls12-381/multiexp_affine.go +++ b/ecc/bls12-381/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/multiexp_jacobian.go b/ecc/bls12-381/multiexp_jacobian.go index 4dab02eb7d..3d8a187f4f 100644 --- a/ecc/bls12-381/multiexp_jacobian.go +++ b/ecc/bls12-381/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/multiexp_test.go b/ecc/bls12-381/multiexp_test.go index fdda872161..9336fb1058 100644 --- a/ecc/bls12-381/multiexp_test.go +++ b/ecc/bls12-381/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/pairing.go b/ecc/bls12-381/pairing.go index 085c02f18e..72266a8f39 100644 --- a/ecc/bls12-381/pairing.go +++ b/ecc/bls12-381/pairing.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls12381 diff --git a/ecc/bls12-381/pairing_test.go b/ecc/bls12-381/pairing_test.go index 8ee0d8c553..813c8c530d 100644 --- a/ecc/bls12-381/pairing_test.go +++ b/ecc/bls12-381/pairing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/shplonk/doc.go b/ecc/bls12-381/shplonk/doc.go index 17b34373c2..0367893999 100644 --- a/ecc/bls12-381/shplonk/doc.go +++ b/ecc/bls12-381/shplonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/shplonk/example_test.go b/ecc/bls12-381/shplonk/example_test.go index 2025360358..a350302627 100644 --- a/ecc/bls12-381/shplonk/example_test.go +++ b/ecc/bls12-381/shplonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/shplonk/marshal.go b/ecc/bls12-381/shplonk/marshal.go index ce2d5ffe26..f477d4e248 100644 --- a/ecc/bls12-381/shplonk/marshal.go +++ b/ecc/bls12-381/shplonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/shplonk/shplonk.go b/ecc/bls12-381/shplonk/shplonk.go index b3d9ec3240..44a6ad5f23 100644 --- a/ecc/bls12-381/shplonk/shplonk.go +++ b/ecc/bls12-381/shplonk/shplonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/shplonk/shplonk_test.go b/ecc/bls12-381/shplonk/shplonk_test.go index 682a21ff9d..240092d53a 100644 --- a/ecc/bls12-381/shplonk/shplonk_test.go +++ b/ecc/bls12-381/shplonk/shplonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/twistededwards/curve.go b/ecc/bls12-381/twistededwards/curve.go index 9239aabf63..43b1da7ef3 100644 --- a/ecc/bls12-381/twistededwards/curve.go +++ b/ecc/bls12-381/twistededwards/curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/twistededwards/doc.go b/ecc/bls12-381/twistededwards/doc.go index a284750f5b..53880a954b 100644 --- a/ecc/bls12-381/twistededwards/doc.go +++ b/ecc/bls12-381/twistededwards/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/twistededwards/eddsa/doc.go b/ecc/bls12-381/twistededwards/eddsa/doc.go index 2e2ee33568..5581f06406 100644 --- a/ecc/bls12-381/twistededwards/eddsa/doc.go +++ b/ecc/bls12-381/twistededwards/eddsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/twistededwards/eddsa/eddsa.go b/ecc/bls12-381/twistededwards/eddsa/eddsa.go index 3bab9a4046..c10e701839 100644 --- a/ecc/bls12-381/twistededwards/eddsa/eddsa.go +++ b/ecc/bls12-381/twistededwards/eddsa/eddsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/twistededwards/eddsa/eddsa_test.go b/ecc/bls12-381/twistededwards/eddsa/eddsa_test.go index 972c06d0d0..cccc545ff7 100644 --- a/ecc/bls12-381/twistededwards/eddsa/eddsa_test.go +++ b/ecc/bls12-381/twistededwards/eddsa/eddsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/twistededwards/eddsa/marshal.go b/ecc/bls12-381/twistededwards/eddsa/marshal.go index 2f4f26d4f3..39dabf92f7 100644 --- a/ecc/bls12-381/twistededwards/eddsa/marshal.go +++ b/ecc/bls12-381/twistededwards/eddsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/twistededwards/point.go b/ecc/bls12-381/twistededwards/point.go index 651f32b9ff..7f759b673f 100644 --- a/ecc/bls12-381/twistededwards/point.go +++ b/ecc/bls12-381/twistededwards/point.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls12-381/twistededwards/point_test.go b/ecc/bls12-381/twistededwards/point_test.go index af063f4a85..e6918921a1 100644 --- a/ecc/bls12-381/twistededwards/point_test.go +++ b/ecc/bls12-381/twistededwards/point_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/ecdsa/doc.go b/ecc/bls24-315/ecdsa/doc.go index 3ac19094ff..f7d5d79b76 100644 --- a/ecc/bls24-315/ecdsa/doc.go +++ b/ecc/bls24-315/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/ecdsa/ecdsa.go b/ecc/bls24-315/ecdsa/ecdsa.go index 51719a4d32..386e61e249 100644 --- a/ecc/bls24-315/ecdsa/ecdsa.go +++ b/ecc/bls24-315/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/ecdsa/ecdsa_test.go b/ecc/bls24-315/ecdsa/ecdsa_test.go index 0854c572b6..a264c28340 100644 --- a/ecc/bls24-315/ecdsa/ecdsa_test.go +++ b/ecc/bls24-315/ecdsa/ecdsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/ecdsa/marshal.go b/ecc/bls24-315/ecdsa/marshal.go index be6bca16e2..754a709fa5 100644 --- a/ecc/bls24-315/ecdsa/marshal.go +++ b/ecc/bls24-315/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/ecdsa/marshal_test.go b/ecc/bls24-315/ecdsa/marshal_test.go index 1195565dc0..f82b378d8b 100644 --- a/ecc/bls24-315/ecdsa/marshal_test.go +++ b/ecc/bls24-315/ecdsa/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fflonk/doc.go b/ecc/bls24-315/fflonk/doc.go index b717383d87..67a8094e35 100644 --- a/ecc/bls24-315/fflonk/doc.go +++ b/ecc/bls24-315/fflonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fflonk/example_test.go b/ecc/bls24-315/fflonk/example_test.go index bd2882d654..64a58839b7 100644 --- a/ecc/bls24-315/fflonk/example_test.go +++ b/ecc/bls24-315/fflonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fflonk/fflonk.go b/ecc/bls24-315/fflonk/fflonk.go index 65001bf7ac..460b5e4ffc 100644 --- a/ecc/bls24-315/fflonk/fflonk.go +++ b/ecc/bls24-315/fflonk/fflonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fflonk/fflonk_test.go b/ecc/bls24-315/fflonk/fflonk_test.go index 6c8d9cc9b9..11d09c1e20 100644 --- a/ecc/bls24-315/fflonk/fflonk_test.go +++ b/ecc/bls24-315/fflonk/fflonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fflonk/marshal.go b/ecc/bls24-315/fflonk/marshal.go index 7024c2ead4..e73cc1c98f 100644 --- a/ecc/bls24-315/fflonk/marshal.go +++ b/ecc/bls24-315/fflonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/arith.go b/ecc/bls24-315/fp/arith.go index b202a1549a..bb63552f5a 100644 --- a/ecc/bls24-315/fp/arith.go +++ b/ecc/bls24-315/fp/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/asm_adx.go b/ecc/bls24-315/fp/asm_adx.go index fe25e82db2..75e92992fe 100644 --- a/ecc/bls24-315/fp/asm_adx.go +++ b/ecc/bls24-315/fp/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/asm_noadx.go b/ecc/bls24-315/fp/asm_noadx.go index 95085a8e6f..304dfb7209 100644 --- a/ecc/bls24-315/fp/asm_noadx.go +++ b/ecc/bls24-315/fp/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/doc.go b/ecc/bls24-315/fp/doc.go index e9ea7b8d1b..3d963966ed 100644 --- a/ecc/bls24-315/fp/doc.go +++ b/ecc/bls24-315/fp/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/element.go b/ecc/bls24-315/fp/element.go index d6c40f6ebf..6e044eb0a9 100644 --- a/ecc/bls24-315/fp/element.go +++ b/ecc/bls24-315/fp/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/element_amd64.go b/ecc/bls24-315/fp/element_amd64.go index e72f552ad9..9cee062e5b 100644 --- a/ecc/bls24-315/fp/element_amd64.go +++ b/ecc/bls24-315/fp/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/element_amd64.s b/ecc/bls24-315/fp/element_amd64.s index 4510807fcf..0f7e0b89ff 100644 --- a/ecc/bls24-315/fp/element_amd64.s +++ b/ecc/bls24-315/fp/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/element_exp.go b/ecc/bls24-315/fp/element_exp.go index b374460884..f85a7b3c70 100644 --- a/ecc/bls24-315/fp/element_exp.go +++ b/ecc/bls24-315/fp/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/element_purego.go b/ecc/bls24-315/fp/element_purego.go index abd4a49579..a954563d21 100644 --- a/ecc/bls24-315/fp/element_purego.go +++ b/ecc/bls24-315/fp/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/element_test.go b/ecc/bls24-315/fp/element_test.go index 7e0e258fcc..ada5a127d6 100644 --- a/ecc/bls24-315/fp/element_test.go +++ b/ecc/bls24-315/fp/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/hash_to_field/doc.go b/ecc/bls24-315/fp/hash_to_field/doc.go index c5a207e06d..8ca5ee83c1 100644 --- a/ecc/bls24-315/fp/hash_to_field/doc.go +++ b/ecc/bls24-315/fp/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/hash_to_field/hash_to_field.go b/ecc/bls24-315/fp/hash_to_field/hash_to_field.go index e18be48acf..5a5764ed80 100644 --- a/ecc/bls24-315/fp/hash_to_field/hash_to_field.go +++ b/ecc/bls24-315/fp/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/hash_to_field/hash_to_field_test.go b/ecc/bls24-315/fp/hash_to_field/hash_to_field_test.go index 01296b0350..114009b320 100644 --- a/ecc/bls24-315/fp/hash_to_field/hash_to_field_test.go +++ b/ecc/bls24-315/fp/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/vector.go b/ecc/bls24-315/fp/vector.go index 6f62d12f76..6734ac80a3 100644 --- a/ecc/bls24-315/fp/vector.go +++ b/ecc/bls24-315/fp/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/vector_purego.go b/ecc/bls24-315/fp/vector_purego.go index 347b0df594..0cda361871 100644 --- a/ecc/bls24-315/fp/vector_purego.go +++ b/ecc/bls24-315/fp/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fp/vector_test.go b/ecc/bls24-315/fp/vector_test.go index 0300a21e40..46cad267bc 100644 --- a/ecc/bls24-315/fp/vector_test.go +++ b/ecc/bls24-315/fp/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/arith.go b/ecc/bls24-315/fr/arith.go index 9285041f4b..dbba8a9ae4 100644 --- a/ecc/bls24-315/fr/arith.go +++ b/ecc/bls24-315/fr/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/asm_adx.go b/ecc/bls24-315/fr/asm_adx.go index 9e7da5e865..9b970335f1 100644 --- a/ecc/bls24-315/fr/asm_adx.go +++ b/ecc/bls24-315/fr/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/asm_avx.go b/ecc/bls24-315/fr/asm_avx.go index d6d7d7f87a..2a0a166ed4 100644 --- a/ecc/bls24-315/fr/asm_avx.go +++ b/ecc/bls24-315/fr/asm_avx.go @@ -1,6 +1,6 @@ //go:build !noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/asm_noadx.go b/ecc/bls24-315/fr/asm_noadx.go index 3456158655..96741014f2 100644 --- a/ecc/bls24-315/fr/asm_noadx.go +++ b/ecc/bls24-315/fr/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/asm_noavx.go b/ecc/bls24-315/fr/asm_noavx.go index 4eb73e9a78..3cb6968fb8 100644 --- a/ecc/bls24-315/fr/asm_noavx.go +++ b/ecc/bls24-315/fr/asm_noavx.go @@ -1,6 +1,6 @@ //go:build noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/doc.go b/ecc/bls24-315/fr/doc.go index ba6f150f02..cc2554feb3 100644 --- a/ecc/bls24-315/fr/doc.go +++ b/ecc/bls24-315/fr/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/element.go b/ecc/bls24-315/fr/element.go index a7b73b96b2..26f9cdafd1 100644 --- a/ecc/bls24-315/fr/element.go +++ b/ecc/bls24-315/fr/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/element_amd64.go b/ecc/bls24-315/fr/element_amd64.go index ca49d12590..4c3f2a8567 100644 --- a/ecc/bls24-315/fr/element_amd64.go +++ b/ecc/bls24-315/fr/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/element_amd64.s b/ecc/bls24-315/fr/element_amd64.s index 1e9b28934d..a7c6ffae66 100644 --- a/ecc/bls24-315/fr/element_amd64.s +++ b/ecc/bls24-315/fr/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/element_arm64.go b/ecc/bls24-315/fr/element_arm64.go index 22360d5f6e..824692948c 100644 --- a/ecc/bls24-315/fr/element_arm64.go +++ b/ecc/bls24-315/fr/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/element_arm64.s b/ecc/bls24-315/fr/element_arm64.s index a7bd036553..ef16eaba35 100644 --- a/ecc/bls24-315/fr/element_arm64.s +++ b/ecc/bls24-315/fr/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/element_exp.go b/ecc/bls24-315/fr/element_exp.go index a3ace60bd8..34f838ed2c 100644 --- a/ecc/bls24-315/fr/element_exp.go +++ b/ecc/bls24-315/fr/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/element_purego.go b/ecc/bls24-315/fr/element_purego.go index 7aa329a8be..e490d3d702 100644 --- a/ecc/bls24-315/fr/element_purego.go +++ b/ecc/bls24-315/fr/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/element_test.go b/ecc/bls24-315/fr/element_test.go index b0b1e10600..4f9bba391c 100644 --- a/ecc/bls24-315/fr/element_test.go +++ b/ecc/bls24-315/fr/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/fft/bitreverse.go b/ecc/bls24-315/fr/fft/bitreverse.go index 2fad50e345..f8d74370ac 100644 --- a/ecc/bls24-315/fr/fft/bitreverse.go +++ b/ecc/bls24-315/fr/fft/bitreverse.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/fft/bitreverse_test.go b/ecc/bls24-315/fr/fft/bitreverse_test.go index a9482b11a8..b3bf26d767 100644 --- a/ecc/bls24-315/fr/fft/bitreverse_test.go +++ b/ecc/bls24-315/fr/fft/bitreverse_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/fft/doc.go b/ecc/bls24-315/fr/fft/doc.go index 1ef04db2df..4cce0f9779 100644 --- a/ecc/bls24-315/fr/fft/doc.go +++ b/ecc/bls24-315/fr/fft/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/fft/domain.go b/ecc/bls24-315/fr/fft/domain.go index 7c8c82f1f3..e624004bb8 100644 --- a/ecc/bls24-315/fr/fft/domain.go +++ b/ecc/bls24-315/fr/fft/domain.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/fft/domain_test.go b/ecc/bls24-315/fr/fft/domain_test.go index d95288076c..e445d3cc12 100644 --- a/ecc/bls24-315/fr/fft/domain_test.go +++ b/ecc/bls24-315/fr/fft/domain_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/fft/fft.go b/ecc/bls24-315/fr/fft/fft.go index cd6c810b01..aa3a9107b7 100644 --- a/ecc/bls24-315/fr/fft/fft.go +++ b/ecc/bls24-315/fr/fft/fft.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/fft/fft_test.go b/ecc/bls24-315/fr/fft/fft_test.go index ae82a57626..39fab1295d 100644 --- a/ecc/bls24-315/fr/fft/fft_test.go +++ b/ecc/bls24-315/fr/fft/fft_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/fft/options.go b/ecc/bls24-315/fr/fft/options.go index 1ec17e0cf9..83d439844a 100644 --- a/ecc/bls24-315/fr/fft/options.go +++ b/ecc/bls24-315/fr/fft/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/fri/doc.go b/ecc/bls24-315/fr/fri/doc.go index 428dabf625..cea69fc79a 100644 --- a/ecc/bls24-315/fr/fri/doc.go +++ b/ecc/bls24-315/fr/fri/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/fri/fri.go b/ecc/bls24-315/fr/fri/fri.go index faacb699c7..de0669a0f2 100644 --- a/ecc/bls24-315/fr/fri/fri.go +++ b/ecc/bls24-315/fr/fri/fri.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/fri/fri_test.go b/ecc/bls24-315/fr/fri/fri_test.go index 614ffa853f..d6731670d6 100644 --- a/ecc/bls24-315/fr/fri/fri_test.go +++ b/ecc/bls24-315/fr/fri/fri_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/generator.go b/ecc/bls24-315/fr/generator.go index 7a1886db28..8e93206d41 100644 --- a/ecc/bls24-315/fr/generator.go +++ b/ecc/bls24-315/fr/generator.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/gkr/gkr.go b/ecc/bls24-315/fr/gkr/gkr.go index 3d53bb6e2a..abeeb3c24a 100644 --- a/ecc/bls24-315/fr/gkr/gkr.go +++ b/ecc/bls24-315/fr/gkr/gkr.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/gkr/gkr_test.go b/ecc/bls24-315/fr/gkr/gkr_test.go index 4d495d5799..e4aecce756 100644 --- a/ecc/bls24-315/fr/gkr/gkr_test.go +++ b/ecc/bls24-315/fr/gkr/gkr_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/hash_to_field/doc.go b/ecc/bls24-315/fr/hash_to_field/doc.go index d21cb934e8..c912145689 100644 --- a/ecc/bls24-315/fr/hash_to_field/doc.go +++ b/ecc/bls24-315/fr/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/hash_to_field/hash_to_field.go b/ecc/bls24-315/fr/hash_to_field/hash_to_field.go index 4b76f2e5d0..077fd835f5 100644 --- a/ecc/bls24-315/fr/hash_to_field/hash_to_field.go +++ b/ecc/bls24-315/fr/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/hash_to_field/hash_to_field_test.go b/ecc/bls24-315/fr/hash_to_field/hash_to_field_test.go index 6b66ee6993..2d144d57f6 100644 --- a/ecc/bls24-315/fr/hash_to_field/hash_to_field_test.go +++ b/ecc/bls24-315/fr/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/iop/doc.go b/ecc/bls24-315/fr/iop/doc.go index ee3facf1e1..2ef06dfe1a 100644 --- a/ecc/bls24-315/fr/iop/doc.go +++ b/ecc/bls24-315/fr/iop/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/iop/expressions.go b/ecc/bls24-315/fr/iop/expressions.go index 37acd066e9..b4706d77d6 100644 --- a/ecc/bls24-315/fr/iop/expressions.go +++ b/ecc/bls24-315/fr/iop/expressions.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/iop/expressions_test.go b/ecc/bls24-315/fr/iop/expressions_test.go index df720a4072..9f151110f1 100644 --- a/ecc/bls24-315/fr/iop/expressions_test.go +++ b/ecc/bls24-315/fr/iop/expressions_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/iop/polynomial.go b/ecc/bls24-315/fr/iop/polynomial.go index b8727248a2..33a5265ee4 100644 --- a/ecc/bls24-315/fr/iop/polynomial.go +++ b/ecc/bls24-315/fr/iop/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/iop/polynomial_test.go b/ecc/bls24-315/fr/iop/polynomial_test.go index 71b63b1058..89d65b2fd6 100644 --- a/ecc/bls24-315/fr/iop/polynomial_test.go +++ b/ecc/bls24-315/fr/iop/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/iop/quotient.go b/ecc/bls24-315/fr/iop/quotient.go index 36fffc9edb..b023028856 100644 --- a/ecc/bls24-315/fr/iop/quotient.go +++ b/ecc/bls24-315/fr/iop/quotient.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/iop/quotient_test.go b/ecc/bls24-315/fr/iop/quotient_test.go index ad7b8b2590..acba6e7537 100644 --- a/ecc/bls24-315/fr/iop/quotient_test.go +++ b/ecc/bls24-315/fr/iop/quotient_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/iop/ratios.go b/ecc/bls24-315/fr/iop/ratios.go index c814d85f94..c770531d85 100644 --- a/ecc/bls24-315/fr/iop/ratios.go +++ b/ecc/bls24-315/fr/iop/ratios.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/iop/ratios_test.go b/ecc/bls24-315/fr/iop/ratios_test.go index 3480ce3d70..1a951f2769 100644 --- a/ecc/bls24-315/fr/iop/ratios_test.go +++ b/ecc/bls24-315/fr/iop/ratios_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/iop/utils.go b/ecc/bls24-315/fr/iop/utils.go index cf4e53c00c..7b70f0ad9c 100644 --- a/ecc/bls24-315/fr/iop/utils.go +++ b/ecc/bls24-315/fr/iop/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/mimc/doc.go b/ecc/bls24-315/fr/mimc/doc.go index cc7b101eb4..98aa3f8d81 100644 --- a/ecc/bls24-315/fr/mimc/doc.go +++ b/ecc/bls24-315/fr/mimc/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/mimc/mimc.go b/ecc/bls24-315/fr/mimc/mimc.go index 0415a19f30..c91ead0218 100644 --- a/ecc/bls24-315/fr/mimc/mimc.go +++ b/ecc/bls24-315/fr/mimc/mimc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/mimc/options.go b/ecc/bls24-315/fr/mimc/options.go index 17e9bdb16f..b850cc2ce3 100644 --- a/ecc/bls24-315/fr/mimc/options.go +++ b/ecc/bls24-315/fr/mimc/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/pedersen/doc.go b/ecc/bls24-315/fr/pedersen/doc.go index 62a62f179f..2e24034936 100644 --- a/ecc/bls24-315/fr/pedersen/doc.go +++ b/ecc/bls24-315/fr/pedersen/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/pedersen/example_test.go b/ecc/bls24-315/fr/pedersen/example_test.go index 4d93e82b01..dd071f1143 100644 --- a/ecc/bls24-315/fr/pedersen/example_test.go +++ b/ecc/bls24-315/fr/pedersen/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/pedersen/pedersen.go b/ecc/bls24-315/fr/pedersen/pedersen.go index 1aebf78be1..fec061e224 100644 --- a/ecc/bls24-315/fr/pedersen/pedersen.go +++ b/ecc/bls24-315/fr/pedersen/pedersen.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/pedersen/pedersen_test.go b/ecc/bls24-315/fr/pedersen/pedersen_test.go index f44841537a..3fdc0ea160 100644 --- a/ecc/bls24-315/fr/pedersen/pedersen_test.go +++ b/ecc/bls24-315/fr/pedersen/pedersen_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/permutation/doc.go b/ecc/bls24-315/fr/permutation/doc.go index 5f346b5a53..e24cd82923 100644 --- a/ecc/bls24-315/fr/permutation/doc.go +++ b/ecc/bls24-315/fr/permutation/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/permutation/permutation.go b/ecc/bls24-315/fr/permutation/permutation.go index dfe5b2d736..fb99644a3a 100644 --- a/ecc/bls24-315/fr/permutation/permutation.go +++ b/ecc/bls24-315/fr/permutation/permutation.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/permutation/permutation_test.go b/ecc/bls24-315/fr/permutation/permutation_test.go index b68ea7357b..10e81920eb 100644 --- a/ecc/bls24-315/fr/permutation/permutation_test.go +++ b/ecc/bls24-315/fr/permutation/permutation_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/plookup/doc.go b/ecc/bls24-315/fr/plookup/doc.go index d163104002..7a02c59719 100644 --- a/ecc/bls24-315/fr/plookup/doc.go +++ b/ecc/bls24-315/fr/plookup/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/plookup/plookup_test.go b/ecc/bls24-315/fr/plookup/plookup_test.go index d96da661d7..2ea5988772 100644 --- a/ecc/bls24-315/fr/plookup/plookup_test.go +++ b/ecc/bls24-315/fr/plookup/plookup_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/plookup/table.go b/ecc/bls24-315/fr/plookup/table.go index da09ef6bc9..bf25270da3 100644 --- a/ecc/bls24-315/fr/plookup/table.go +++ b/ecc/bls24-315/fr/plookup/table.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/plookup/vector.go b/ecc/bls24-315/fr/plookup/vector.go index a63bc9d504..c271a720c7 100644 --- a/ecc/bls24-315/fr/plookup/vector.go +++ b/ecc/bls24-315/fr/plookup/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/polynomial/doc.go b/ecc/bls24-315/fr/polynomial/doc.go index 35b3f725c1..fd96328e8f 100644 --- a/ecc/bls24-315/fr/polynomial/doc.go +++ b/ecc/bls24-315/fr/polynomial/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/polynomial/multilin.go b/ecc/bls24-315/fr/polynomial/multilin.go index 04849a2c45..3e338d8bf3 100644 --- a/ecc/bls24-315/fr/polynomial/multilin.go +++ b/ecc/bls24-315/fr/polynomial/multilin.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/polynomial/multilin_test.go b/ecc/bls24-315/fr/polynomial/multilin_test.go index 5540f39a06..2d71dd8e7e 100644 --- a/ecc/bls24-315/fr/polynomial/multilin_test.go +++ b/ecc/bls24-315/fr/polynomial/multilin_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/polynomial/polynomial.go b/ecc/bls24-315/fr/polynomial/polynomial.go index 38bd18f60a..98aad0c7ff 100644 --- a/ecc/bls24-315/fr/polynomial/polynomial.go +++ b/ecc/bls24-315/fr/polynomial/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/polynomial/polynomial_test.go b/ecc/bls24-315/fr/polynomial/polynomial_test.go index 08cd6b789d..1ff8b39cf4 100644 --- a/ecc/bls24-315/fr/polynomial/polynomial_test.go +++ b/ecc/bls24-315/fr/polynomial/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/polynomial/pool.go b/ecc/bls24-315/fr/polynomial/pool.go index 49895f16cc..0e2fda71d6 100644 --- a/ecc/bls24-315/fr/polynomial/pool.go +++ b/ecc/bls24-315/fr/polynomial/pool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/poseidon2/poseidon2.go b/ecc/bls24-315/fr/poseidon2/poseidon2.go index 41e79d3f58..c32028d7b0 100644 --- a/ecc/bls24-315/fr/poseidon2/poseidon2.go +++ b/ecc/bls24-315/fr/poseidon2/poseidon2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/poseidon2/poseidon2_test.go b/ecc/bls24-315/fr/poseidon2/poseidon2_test.go index 16b9f702f1..3fb0bc5d6e 100644 --- a/ecc/bls24-315/fr/poseidon2/poseidon2_test.go +++ b/ecc/bls24-315/fr/poseidon2/poseidon2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/sumcheck/sumcheck.go b/ecc/bls24-315/fr/sumcheck/sumcheck.go index d99787acfa..6cf52ba6cb 100644 --- a/ecc/bls24-315/fr/sumcheck/sumcheck.go +++ b/ecc/bls24-315/fr/sumcheck/sumcheck.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/sumcheck/sumcheck_test.go b/ecc/bls24-315/fr/sumcheck/sumcheck_test.go index edf64e3f75..55e0ad74a5 100644 --- a/ecc/bls24-315/fr/sumcheck/sumcheck_test.go +++ b/ecc/bls24-315/fr/sumcheck/sumcheck_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/test_vector_utils/test_vector_utils.go b/ecc/bls24-315/fr/test_vector_utils/test_vector_utils.go index 5c581de8d8..57942f2951 100644 --- a/ecc/bls24-315/fr/test_vector_utils/test_vector_utils.go +++ b/ecc/bls24-315/fr/test_vector_utils/test_vector_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/vector.go b/ecc/bls24-315/fr/vector.go index 8b59bd36e9..4654b1b2d3 100644 --- a/ecc/bls24-315/fr/vector.go +++ b/ecc/bls24-315/fr/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/vector_amd64.go b/ecc/bls24-315/fr/vector_amd64.go index b27679827c..a7dcec3b25 100644 --- a/ecc/bls24-315/fr/vector_amd64.go +++ b/ecc/bls24-315/fr/vector_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/vector_purego.go b/ecc/bls24-315/fr/vector_purego.go index 5973d16ce2..db43e73504 100644 --- a/ecc/bls24-315/fr/vector_purego.go +++ b/ecc/bls24-315/fr/vector_purego.go @@ -1,6 +1,6 @@ //go:build purego || !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/fr/vector_test.go b/ecc/bls24-315/fr/vector_test.go index a094bc0ac6..f6179e7824 100644 --- a/ecc/bls24-315/fr/vector_test.go +++ b/ecc/bls24-315/fr/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/g1.go b/ecc/bls24-315/g1.go index e34e6fac32..78d959ae2a 100644 --- a/ecc/bls24-315/g1.go +++ b/ecc/bls24-315/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/g1_test.go b/ecc/bls24-315/g1_test.go index 20e6008e02..22597de99a 100644 --- a/ecc/bls24-315/g1_test.go +++ b/ecc/bls24-315/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/g2.go b/ecc/bls24-315/g2.go index a99cda6d0a..5b96e16e1a 100644 --- a/ecc/bls24-315/g2.go +++ b/ecc/bls24-315/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/g2_test.go b/ecc/bls24-315/g2_test.go index ba45cd7ba3..8d630fabed 100644 --- a/ecc/bls24-315/g2_test.go +++ b/ecc/bls24-315/g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/hash_to_g1.go b/ecc/bls24-315/hash_to_g1.go index 2c334c3642..45e5381028 100644 --- a/ecc/bls24-315/hash_to_g1.go +++ b/ecc/bls24-315/hash_to_g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/hash_to_g1_test.go b/ecc/bls24-315/hash_to_g1_test.go index 0e41f4fd53..25f4f9aca4 100644 --- a/ecc/bls24-315/hash_to_g1_test.go +++ b/ecc/bls24-315/hash_to_g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/hash_to_g2.go b/ecc/bls24-315/hash_to_g2.go index b7ea003d70..5d5c167292 100644 --- a/ecc/bls24-315/hash_to_g2.go +++ b/ecc/bls24-315/hash_to_g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls24315 diff --git a/ecc/bls24-315/internal/fptower/asm.go b/ecc/bls24-315/internal/fptower/asm.go index 1b783f53fa..5857e743a3 100644 --- a/ecc/bls24-315/internal/fptower/asm.go +++ b/ecc/bls24-315/internal/fptower/asm.go @@ -1,7 +1,7 @@ //go:build !noadx // +build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/asm_noadx.go b/ecc/bls24-315/internal/fptower/asm_noadx.go index d17d3606a5..2bd913581d 100644 --- a/ecc/bls24-315/internal/fptower/asm_noadx.go +++ b/ecc/bls24-315/internal/fptower/asm_noadx.go @@ -1,7 +1,7 @@ //go:build noadx // +build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e12.go b/ecc/bls24-315/internal/fptower/e12.go index 1769310bf3..f962123817 100644 --- a/ecc/bls24-315/internal/fptower/e12.go +++ b/ecc/bls24-315/internal/fptower/e12.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e12_test.go b/ecc/bls24-315/internal/fptower/e12_test.go index e40576726c..d78aa07bb8 100644 --- a/ecc/bls24-315/internal/fptower/e12_test.go +++ b/ecc/bls24-315/internal/fptower/e12_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2.go b/ecc/bls24-315/internal/fptower/e2.go index 4242973dc6..c6f688d6cb 100644 --- a/ecc/bls24-315/internal/fptower/e2.go +++ b/ecc/bls24-315/internal/fptower/e2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e24.go b/ecc/bls24-315/internal/fptower/e24.go index adeb82296e..c5752cc7d6 100644 --- a/ecc/bls24-315/internal/fptower/e24.go +++ b/ecc/bls24-315/internal/fptower/e24.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e24_test.go b/ecc/bls24-315/internal/fptower/e24_test.go index 100696c9d9..38f7a8e4d9 100644 --- a/ecc/bls24-315/internal/fptower/e24_test.go +++ b/ecc/bls24-315/internal/fptower/e24_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2_amd64.go b/ecc/bls24-315/internal/fptower/e2_amd64.go index 35e65076cb..33d5ad58da 100644 --- a/ecc/bls24-315/internal/fptower/e2_amd64.go +++ b/ecc/bls24-315/internal/fptower/e2_amd64.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2_amd64.s b/ecc/bls24-315/internal/fptower/e2_amd64.s index 8583dcb704..ec3c5dc2f0 100644 --- a/ecc/bls24-315/internal/fptower/e2_amd64.s +++ b/ecc/bls24-315/internal/fptower/e2_amd64.s @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. #include "textflag.h" diff --git a/ecc/bls24-315/internal/fptower/e2_bls315.go b/ecc/bls24-315/internal/fptower/e2_bls315.go index 80ea7efe1d..b3d94df547 100644 --- a/ecc/bls24-315/internal/fptower/e2_bls315.go +++ b/ecc/bls24-315/internal/fptower/e2_bls315.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2_bls315_fallback.go b/ecc/bls24-315/internal/fptower/e2_bls315_fallback.go index 652b723fef..850899eb4b 100644 --- a/ecc/bls24-315/internal/fptower/e2_bls315_fallback.go +++ b/ecc/bls24-315/internal/fptower/e2_bls315_fallback.go @@ -1,7 +1,7 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2_fallback.go b/ecc/bls24-315/internal/fptower/e2_fallback.go index ad25774062..0a0166a0a2 100644 --- a/ecc/bls24-315/internal/fptower/e2_fallback.go +++ b/ecc/bls24-315/internal/fptower/e2_fallback.go @@ -1,7 +1,7 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e2_test.go b/ecc/bls24-315/internal/fptower/e2_test.go index dc70b964b5..c6ac7b02fa 100644 --- a/ecc/bls24-315/internal/fptower/e2_test.go +++ b/ecc/bls24-315/internal/fptower/e2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e4.go b/ecc/bls24-315/internal/fptower/e4.go index 4abedd7393..20c34ce359 100644 --- a/ecc/bls24-315/internal/fptower/e4.go +++ b/ecc/bls24-315/internal/fptower/e4.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e4_bls315.go b/ecc/bls24-315/internal/fptower/e4_bls315.go index 7a4a4edb97..3114895f2b 100644 --- a/ecc/bls24-315/internal/fptower/e4_bls315.go +++ b/ecc/bls24-315/internal/fptower/e4_bls315.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/e4_test.go b/ecc/bls24-315/internal/fptower/e4_test.go index 770650d248..05dcbfbcf2 100644 --- a/ecc/bls24-315/internal/fptower/e4_test.go +++ b/ecc/bls24-315/internal/fptower/e4_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/frobenius.go b/ecc/bls24-315/internal/fptower/frobenius.go index 1067dae0ae..623069108c 100644 --- a/ecc/bls24-315/internal/fptower/frobenius.go +++ b/ecc/bls24-315/internal/fptower/frobenius.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/internal/fptower/parameters.go b/ecc/bls24-315/internal/fptower/parameters.go index e6bf6edb13..dda047b542 100644 --- a/ecc/bls24-315/internal/fptower/parameters.go +++ b/ecc/bls24-315/internal/fptower/parameters.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-315/kzg/doc.go b/ecc/bls24-315/kzg/doc.go index 6c3454a2d9..226614bbdf 100644 --- a/ecc/bls24-315/kzg/doc.go +++ b/ecc/bls24-315/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/kzg/kzg.go b/ecc/bls24-315/kzg/kzg.go index 41bb1e9b09..1bad3cc88b 100644 --- a/ecc/bls24-315/kzg/kzg.go +++ b/ecc/bls24-315/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/kzg/kzg_test.go b/ecc/bls24-315/kzg/kzg_test.go index b27de2332f..5c8a7fd91c 100644 --- a/ecc/bls24-315/kzg/kzg_test.go +++ b/ecc/bls24-315/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/kzg/marshal.go b/ecc/bls24-315/kzg/marshal.go index 5335f2b360..a98fe4c32b 100644 --- a/ecc/bls24-315/kzg/marshal.go +++ b/ecc/bls24-315/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/kzg/utils.go b/ecc/bls24-315/kzg/utils.go index f77285fe91..d6a22906f3 100644 --- a/ecc/bls24-315/kzg/utils.go +++ b/ecc/bls24-315/kzg/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/marshal.go b/ecc/bls24-315/marshal.go index 584c86f086..3b6c69362f 100644 --- a/ecc/bls24-315/marshal.go +++ b/ecc/bls24-315/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/marshal_test.go b/ecc/bls24-315/marshal_test.go index 670322eccb..71be7ba234 100644 --- a/ecc/bls24-315/marshal_test.go +++ b/ecc/bls24-315/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/multiexp.go b/ecc/bls24-315/multiexp.go index efd1ab0756..e704b09943 100644 --- a/ecc/bls24-315/multiexp.go +++ b/ecc/bls24-315/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/multiexp_affine.go b/ecc/bls24-315/multiexp_affine.go index d09dd87401..154405428b 100644 --- a/ecc/bls24-315/multiexp_affine.go +++ b/ecc/bls24-315/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/multiexp_jacobian.go b/ecc/bls24-315/multiexp_jacobian.go index dc866aa15a..1c72b1e0e6 100644 --- a/ecc/bls24-315/multiexp_jacobian.go +++ b/ecc/bls24-315/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/multiexp_test.go b/ecc/bls24-315/multiexp_test.go index beaca7c932..25eeb0e8e1 100644 --- a/ecc/bls24-315/multiexp_test.go +++ b/ecc/bls24-315/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/pairing.go b/ecc/bls24-315/pairing.go index 6c1a0dd97e..22c06b72b0 100644 --- a/ecc/bls24-315/pairing.go +++ b/ecc/bls24-315/pairing.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls24315 diff --git a/ecc/bls24-315/pairing_test.go b/ecc/bls24-315/pairing_test.go index c168e97a88..ed2f9bc485 100644 --- a/ecc/bls24-315/pairing_test.go +++ b/ecc/bls24-315/pairing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/shplonk/doc.go b/ecc/bls24-315/shplonk/doc.go index 17b34373c2..0367893999 100644 --- a/ecc/bls24-315/shplonk/doc.go +++ b/ecc/bls24-315/shplonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/shplonk/example_test.go b/ecc/bls24-315/shplonk/example_test.go index dd775e5d45..317f412b39 100644 --- a/ecc/bls24-315/shplonk/example_test.go +++ b/ecc/bls24-315/shplonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/shplonk/marshal.go b/ecc/bls24-315/shplonk/marshal.go index 10f7584165..52940254e6 100644 --- a/ecc/bls24-315/shplonk/marshal.go +++ b/ecc/bls24-315/shplonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/shplonk/shplonk.go b/ecc/bls24-315/shplonk/shplonk.go index 618607300c..19b6b53340 100644 --- a/ecc/bls24-315/shplonk/shplonk.go +++ b/ecc/bls24-315/shplonk/shplonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/shplonk/shplonk_test.go b/ecc/bls24-315/shplonk/shplonk_test.go index fbabc5c99d..8ed6d65c5f 100644 --- a/ecc/bls24-315/shplonk/shplonk_test.go +++ b/ecc/bls24-315/shplonk/shplonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/twistededwards/curve.go b/ecc/bls24-315/twistededwards/curve.go index 9864bfc984..0a84cf5207 100644 --- a/ecc/bls24-315/twistededwards/curve.go +++ b/ecc/bls24-315/twistededwards/curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/twistededwards/doc.go b/ecc/bls24-315/twistededwards/doc.go index 20a3090d78..c513532070 100644 --- a/ecc/bls24-315/twistededwards/doc.go +++ b/ecc/bls24-315/twistededwards/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/twistededwards/eddsa/doc.go b/ecc/bls24-315/twistededwards/eddsa/doc.go index dff0c7391d..827da24f9f 100644 --- a/ecc/bls24-315/twistededwards/eddsa/doc.go +++ b/ecc/bls24-315/twistededwards/eddsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/twistededwards/eddsa/eddsa.go b/ecc/bls24-315/twistededwards/eddsa/eddsa.go index 57f2f3f03e..1b65d64116 100644 --- a/ecc/bls24-315/twistededwards/eddsa/eddsa.go +++ b/ecc/bls24-315/twistededwards/eddsa/eddsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/twistededwards/eddsa/eddsa_test.go b/ecc/bls24-315/twistededwards/eddsa/eddsa_test.go index 5785b16f2c..a08863e866 100644 --- a/ecc/bls24-315/twistededwards/eddsa/eddsa_test.go +++ b/ecc/bls24-315/twistededwards/eddsa/eddsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/twistededwards/eddsa/marshal.go b/ecc/bls24-315/twistededwards/eddsa/marshal.go index 2d7499ceda..0972cd871a 100644 --- a/ecc/bls24-315/twistededwards/eddsa/marshal.go +++ b/ecc/bls24-315/twistededwards/eddsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/twistededwards/point.go b/ecc/bls24-315/twistededwards/point.go index bfb715d07a..eaa9e57382 100644 --- a/ecc/bls24-315/twistededwards/point.go +++ b/ecc/bls24-315/twistededwards/point.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-315/twistededwards/point_test.go b/ecc/bls24-315/twistededwards/point_test.go index 4daedb3d69..e9ee8dafe8 100644 --- a/ecc/bls24-315/twistededwards/point_test.go +++ b/ecc/bls24-315/twistededwards/point_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/ecdsa/doc.go b/ecc/bls24-317/ecdsa/doc.go index 1196c03f82..0ca93ecba4 100644 --- a/ecc/bls24-317/ecdsa/doc.go +++ b/ecc/bls24-317/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/ecdsa/ecdsa.go b/ecc/bls24-317/ecdsa/ecdsa.go index c3ce5b6722..62f23ce1d6 100644 --- a/ecc/bls24-317/ecdsa/ecdsa.go +++ b/ecc/bls24-317/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/ecdsa/ecdsa_test.go b/ecc/bls24-317/ecdsa/ecdsa_test.go index eb1176310e..0fe31803be 100644 --- a/ecc/bls24-317/ecdsa/ecdsa_test.go +++ b/ecc/bls24-317/ecdsa/ecdsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/ecdsa/marshal.go b/ecc/bls24-317/ecdsa/marshal.go index 3c32bc454c..cab0aa0486 100644 --- a/ecc/bls24-317/ecdsa/marshal.go +++ b/ecc/bls24-317/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/ecdsa/marshal_test.go b/ecc/bls24-317/ecdsa/marshal_test.go index 9d24be8307..955f27d3ff 100644 --- a/ecc/bls24-317/ecdsa/marshal_test.go +++ b/ecc/bls24-317/ecdsa/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fflonk/doc.go b/ecc/bls24-317/fflonk/doc.go index b717383d87..67a8094e35 100644 --- a/ecc/bls24-317/fflonk/doc.go +++ b/ecc/bls24-317/fflonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fflonk/example_test.go b/ecc/bls24-317/fflonk/example_test.go index bb9e6be7ea..5515d272db 100644 --- a/ecc/bls24-317/fflonk/example_test.go +++ b/ecc/bls24-317/fflonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fflonk/fflonk.go b/ecc/bls24-317/fflonk/fflonk.go index b191c6a7ca..461c379e11 100644 --- a/ecc/bls24-317/fflonk/fflonk.go +++ b/ecc/bls24-317/fflonk/fflonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fflonk/fflonk_test.go b/ecc/bls24-317/fflonk/fflonk_test.go index aa0b10fb55..feeb7d0f94 100644 --- a/ecc/bls24-317/fflonk/fflonk_test.go +++ b/ecc/bls24-317/fflonk/fflonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fflonk/marshal.go b/ecc/bls24-317/fflonk/marshal.go index 35f8f022dc..ecc8c9c308 100644 --- a/ecc/bls24-317/fflonk/marshal.go +++ b/ecc/bls24-317/fflonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/arith.go b/ecc/bls24-317/fp/arith.go index b202a1549a..bb63552f5a 100644 --- a/ecc/bls24-317/fp/arith.go +++ b/ecc/bls24-317/fp/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/asm_adx.go b/ecc/bls24-317/fp/asm_adx.go index fe25e82db2..75e92992fe 100644 --- a/ecc/bls24-317/fp/asm_adx.go +++ b/ecc/bls24-317/fp/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/asm_noadx.go b/ecc/bls24-317/fp/asm_noadx.go index 95085a8e6f..304dfb7209 100644 --- a/ecc/bls24-317/fp/asm_noadx.go +++ b/ecc/bls24-317/fp/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/doc.go b/ecc/bls24-317/fp/doc.go index 81296d0270..1e89d00a80 100644 --- a/ecc/bls24-317/fp/doc.go +++ b/ecc/bls24-317/fp/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/element.go b/ecc/bls24-317/fp/element.go index 2277f984e9..45b1fdb2a6 100644 --- a/ecc/bls24-317/fp/element.go +++ b/ecc/bls24-317/fp/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/element_amd64.go b/ecc/bls24-317/fp/element_amd64.go index e72f552ad9..9cee062e5b 100644 --- a/ecc/bls24-317/fp/element_amd64.go +++ b/ecc/bls24-317/fp/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/element_amd64.s b/ecc/bls24-317/fp/element_amd64.s index 4510807fcf..0f7e0b89ff 100644 --- a/ecc/bls24-317/fp/element_amd64.s +++ b/ecc/bls24-317/fp/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/element_exp.go b/ecc/bls24-317/fp/element_exp.go index 508e6afb9e..894c2b2c86 100644 --- a/ecc/bls24-317/fp/element_exp.go +++ b/ecc/bls24-317/fp/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/element_purego.go b/ecc/bls24-317/fp/element_purego.go index 11740a36cd..4dfa399e1d 100644 --- a/ecc/bls24-317/fp/element_purego.go +++ b/ecc/bls24-317/fp/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/element_test.go b/ecc/bls24-317/fp/element_test.go index f347cf5e8e..2c6ee96935 100644 --- a/ecc/bls24-317/fp/element_test.go +++ b/ecc/bls24-317/fp/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/hash_to_field/doc.go b/ecc/bls24-317/fp/hash_to_field/doc.go index 8e8b8feea0..d867383832 100644 --- a/ecc/bls24-317/fp/hash_to_field/doc.go +++ b/ecc/bls24-317/fp/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/hash_to_field/hash_to_field.go b/ecc/bls24-317/fp/hash_to_field/hash_to_field.go index 6c9726b2eb..2790fa6e29 100644 --- a/ecc/bls24-317/fp/hash_to_field/hash_to_field.go +++ b/ecc/bls24-317/fp/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/hash_to_field/hash_to_field_test.go b/ecc/bls24-317/fp/hash_to_field/hash_to_field_test.go index 928a3475fe..388120a90b 100644 --- a/ecc/bls24-317/fp/hash_to_field/hash_to_field_test.go +++ b/ecc/bls24-317/fp/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/vector.go b/ecc/bls24-317/fp/vector.go index 6f62d12f76..6734ac80a3 100644 --- a/ecc/bls24-317/fp/vector.go +++ b/ecc/bls24-317/fp/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/vector_purego.go b/ecc/bls24-317/fp/vector_purego.go index 347b0df594..0cda361871 100644 --- a/ecc/bls24-317/fp/vector_purego.go +++ b/ecc/bls24-317/fp/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fp/vector_test.go b/ecc/bls24-317/fp/vector_test.go index 0300a21e40..46cad267bc 100644 --- a/ecc/bls24-317/fp/vector_test.go +++ b/ecc/bls24-317/fp/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/arith.go b/ecc/bls24-317/fr/arith.go index 9285041f4b..dbba8a9ae4 100644 --- a/ecc/bls24-317/fr/arith.go +++ b/ecc/bls24-317/fr/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/asm_adx.go b/ecc/bls24-317/fr/asm_adx.go index 9e7da5e865..9b970335f1 100644 --- a/ecc/bls24-317/fr/asm_adx.go +++ b/ecc/bls24-317/fr/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/asm_avx.go b/ecc/bls24-317/fr/asm_avx.go index d6d7d7f87a..2a0a166ed4 100644 --- a/ecc/bls24-317/fr/asm_avx.go +++ b/ecc/bls24-317/fr/asm_avx.go @@ -1,6 +1,6 @@ //go:build !noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/asm_noadx.go b/ecc/bls24-317/fr/asm_noadx.go index 3456158655..96741014f2 100644 --- a/ecc/bls24-317/fr/asm_noadx.go +++ b/ecc/bls24-317/fr/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/asm_noavx.go b/ecc/bls24-317/fr/asm_noavx.go index 4eb73e9a78..3cb6968fb8 100644 --- a/ecc/bls24-317/fr/asm_noavx.go +++ b/ecc/bls24-317/fr/asm_noavx.go @@ -1,6 +1,6 @@ //go:build noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/doc.go b/ecc/bls24-317/fr/doc.go index 587707f13a..414b4e4577 100644 --- a/ecc/bls24-317/fr/doc.go +++ b/ecc/bls24-317/fr/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/element.go b/ecc/bls24-317/fr/element.go index 2567fe7d46..129e9307ac 100644 --- a/ecc/bls24-317/fr/element.go +++ b/ecc/bls24-317/fr/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/element_amd64.go b/ecc/bls24-317/fr/element_amd64.go index ca49d12590..4c3f2a8567 100644 --- a/ecc/bls24-317/fr/element_amd64.go +++ b/ecc/bls24-317/fr/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/element_amd64.s b/ecc/bls24-317/fr/element_amd64.s index 1e9b28934d..a7c6ffae66 100644 --- a/ecc/bls24-317/fr/element_amd64.s +++ b/ecc/bls24-317/fr/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/element_arm64.go b/ecc/bls24-317/fr/element_arm64.go index f50af4849b..0811487b48 100644 --- a/ecc/bls24-317/fr/element_arm64.go +++ b/ecc/bls24-317/fr/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/element_arm64.s b/ecc/bls24-317/fr/element_arm64.s index a7bd036553..ef16eaba35 100644 --- a/ecc/bls24-317/fr/element_arm64.s +++ b/ecc/bls24-317/fr/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/element_exp.go b/ecc/bls24-317/fr/element_exp.go index dcf74b036c..283689c158 100644 --- a/ecc/bls24-317/fr/element_exp.go +++ b/ecc/bls24-317/fr/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/element_purego.go b/ecc/bls24-317/fr/element_purego.go index 50df3223b4..41350c288f 100644 --- a/ecc/bls24-317/fr/element_purego.go +++ b/ecc/bls24-317/fr/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/element_test.go b/ecc/bls24-317/fr/element_test.go index 42f075f40b..01e1bd2b41 100644 --- a/ecc/bls24-317/fr/element_test.go +++ b/ecc/bls24-317/fr/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/fft/bitreverse.go b/ecc/bls24-317/fr/fft/bitreverse.go index 329e4c7a43..7f98fed65b 100644 --- a/ecc/bls24-317/fr/fft/bitreverse.go +++ b/ecc/bls24-317/fr/fft/bitreverse.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/fft/bitreverse_test.go b/ecc/bls24-317/fr/fft/bitreverse_test.go index 8028806cd7..1660d1a6a8 100644 --- a/ecc/bls24-317/fr/fft/bitreverse_test.go +++ b/ecc/bls24-317/fr/fft/bitreverse_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/fft/doc.go b/ecc/bls24-317/fr/fft/doc.go index 1ef04db2df..4cce0f9779 100644 --- a/ecc/bls24-317/fr/fft/doc.go +++ b/ecc/bls24-317/fr/fft/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/fft/domain.go b/ecc/bls24-317/fr/fft/domain.go index c2d12cb3b7..3ad6285647 100644 --- a/ecc/bls24-317/fr/fft/domain.go +++ b/ecc/bls24-317/fr/fft/domain.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/fft/domain_test.go b/ecc/bls24-317/fr/fft/domain_test.go index d95288076c..e445d3cc12 100644 --- a/ecc/bls24-317/fr/fft/domain_test.go +++ b/ecc/bls24-317/fr/fft/domain_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/fft/fft.go b/ecc/bls24-317/fr/fft/fft.go index 5f1249f0bc..2938090085 100644 --- a/ecc/bls24-317/fr/fft/fft.go +++ b/ecc/bls24-317/fr/fft/fft.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/fft/fft_test.go b/ecc/bls24-317/fr/fft/fft_test.go index ce75bd3cb1..f09a213089 100644 --- a/ecc/bls24-317/fr/fft/fft_test.go +++ b/ecc/bls24-317/fr/fft/fft_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/fft/options.go b/ecc/bls24-317/fr/fft/options.go index 0771a67910..b0c2cf89dc 100644 --- a/ecc/bls24-317/fr/fft/options.go +++ b/ecc/bls24-317/fr/fft/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/fri/doc.go b/ecc/bls24-317/fr/fri/doc.go index 428dabf625..cea69fc79a 100644 --- a/ecc/bls24-317/fr/fri/doc.go +++ b/ecc/bls24-317/fr/fri/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/fri/fri.go b/ecc/bls24-317/fr/fri/fri.go index 0abf70e8a2..5edecb72d7 100644 --- a/ecc/bls24-317/fr/fri/fri.go +++ b/ecc/bls24-317/fr/fri/fri.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/fri/fri_test.go b/ecc/bls24-317/fr/fri/fri_test.go index a05f7ca68b..90fda8fc02 100644 --- a/ecc/bls24-317/fr/fri/fri_test.go +++ b/ecc/bls24-317/fr/fri/fri_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/generator.go b/ecc/bls24-317/fr/generator.go index db8e5d4024..4c3e708ba0 100644 --- a/ecc/bls24-317/fr/generator.go +++ b/ecc/bls24-317/fr/generator.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/gkr/gkr.go b/ecc/bls24-317/fr/gkr/gkr.go index 057b9f946e..f0e865f872 100644 --- a/ecc/bls24-317/fr/gkr/gkr.go +++ b/ecc/bls24-317/fr/gkr/gkr.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/gkr/gkr_test.go b/ecc/bls24-317/fr/gkr/gkr_test.go index 18ecd1e7cf..fd90fec0cd 100644 --- a/ecc/bls24-317/fr/gkr/gkr_test.go +++ b/ecc/bls24-317/fr/gkr/gkr_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/hash_to_field/doc.go b/ecc/bls24-317/fr/hash_to_field/doc.go index 97326bc039..e9ae11fec2 100644 --- a/ecc/bls24-317/fr/hash_to_field/doc.go +++ b/ecc/bls24-317/fr/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/hash_to_field/hash_to_field.go b/ecc/bls24-317/fr/hash_to_field/hash_to_field.go index 2c51e5fd51..c48bb88330 100644 --- a/ecc/bls24-317/fr/hash_to_field/hash_to_field.go +++ b/ecc/bls24-317/fr/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/hash_to_field/hash_to_field_test.go b/ecc/bls24-317/fr/hash_to_field/hash_to_field_test.go index bca80332aa..567bd8d19a 100644 --- a/ecc/bls24-317/fr/hash_to_field/hash_to_field_test.go +++ b/ecc/bls24-317/fr/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/iop/doc.go b/ecc/bls24-317/fr/iop/doc.go index ee3facf1e1..2ef06dfe1a 100644 --- a/ecc/bls24-317/fr/iop/doc.go +++ b/ecc/bls24-317/fr/iop/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/iop/expressions.go b/ecc/bls24-317/fr/iop/expressions.go index 904c5cad0d..5c4d901223 100644 --- a/ecc/bls24-317/fr/iop/expressions.go +++ b/ecc/bls24-317/fr/iop/expressions.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/iop/expressions_test.go b/ecc/bls24-317/fr/iop/expressions_test.go index aba2e4e755..d662b45c6e 100644 --- a/ecc/bls24-317/fr/iop/expressions_test.go +++ b/ecc/bls24-317/fr/iop/expressions_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/iop/polynomial.go b/ecc/bls24-317/fr/iop/polynomial.go index 1869ba8fce..701a833862 100644 --- a/ecc/bls24-317/fr/iop/polynomial.go +++ b/ecc/bls24-317/fr/iop/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/iop/polynomial_test.go b/ecc/bls24-317/fr/iop/polynomial_test.go index 2d14b63fff..3066d383ca 100644 --- a/ecc/bls24-317/fr/iop/polynomial_test.go +++ b/ecc/bls24-317/fr/iop/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/iop/quotient.go b/ecc/bls24-317/fr/iop/quotient.go index 63d501b366..22561fbdc1 100644 --- a/ecc/bls24-317/fr/iop/quotient.go +++ b/ecc/bls24-317/fr/iop/quotient.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/iop/quotient_test.go b/ecc/bls24-317/fr/iop/quotient_test.go index e66e506ccb..b932d330b2 100644 --- a/ecc/bls24-317/fr/iop/quotient_test.go +++ b/ecc/bls24-317/fr/iop/quotient_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/iop/ratios.go b/ecc/bls24-317/fr/iop/ratios.go index 777c70384a..ce121e0dfe 100644 --- a/ecc/bls24-317/fr/iop/ratios.go +++ b/ecc/bls24-317/fr/iop/ratios.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/iop/ratios_test.go b/ecc/bls24-317/fr/iop/ratios_test.go index 5e17c09cc5..6cea40ffd2 100644 --- a/ecc/bls24-317/fr/iop/ratios_test.go +++ b/ecc/bls24-317/fr/iop/ratios_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/iop/utils.go b/ecc/bls24-317/fr/iop/utils.go index b6a8b103e7..f0bf5c89b5 100644 --- a/ecc/bls24-317/fr/iop/utils.go +++ b/ecc/bls24-317/fr/iop/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/mimc/doc.go b/ecc/bls24-317/fr/mimc/doc.go index cc7b101eb4..98aa3f8d81 100644 --- a/ecc/bls24-317/fr/mimc/doc.go +++ b/ecc/bls24-317/fr/mimc/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/mimc/mimc.go b/ecc/bls24-317/fr/mimc/mimc.go index 9a47f6f527..4e5a82ccf7 100644 --- a/ecc/bls24-317/fr/mimc/mimc.go +++ b/ecc/bls24-317/fr/mimc/mimc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/mimc/options.go b/ecc/bls24-317/fr/mimc/options.go index fc10eb61e6..a212de8177 100644 --- a/ecc/bls24-317/fr/mimc/options.go +++ b/ecc/bls24-317/fr/mimc/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/pedersen/doc.go b/ecc/bls24-317/fr/pedersen/doc.go index 62a62f179f..2e24034936 100644 --- a/ecc/bls24-317/fr/pedersen/doc.go +++ b/ecc/bls24-317/fr/pedersen/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/pedersen/example_test.go b/ecc/bls24-317/fr/pedersen/example_test.go index d52b40c47f..55c9ce1004 100644 --- a/ecc/bls24-317/fr/pedersen/example_test.go +++ b/ecc/bls24-317/fr/pedersen/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/pedersen/pedersen.go b/ecc/bls24-317/fr/pedersen/pedersen.go index 9779417b81..17df43c6de 100644 --- a/ecc/bls24-317/fr/pedersen/pedersen.go +++ b/ecc/bls24-317/fr/pedersen/pedersen.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/pedersen/pedersen_test.go b/ecc/bls24-317/fr/pedersen/pedersen_test.go index 5a703fc260..98c3c808d2 100644 --- a/ecc/bls24-317/fr/pedersen/pedersen_test.go +++ b/ecc/bls24-317/fr/pedersen/pedersen_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/permutation/doc.go b/ecc/bls24-317/fr/permutation/doc.go index 5f346b5a53..e24cd82923 100644 --- a/ecc/bls24-317/fr/permutation/doc.go +++ b/ecc/bls24-317/fr/permutation/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/permutation/permutation.go b/ecc/bls24-317/fr/permutation/permutation.go index fb8eea5312..98e2033333 100644 --- a/ecc/bls24-317/fr/permutation/permutation.go +++ b/ecc/bls24-317/fr/permutation/permutation.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/permutation/permutation_test.go b/ecc/bls24-317/fr/permutation/permutation_test.go index 46faf9d2d3..88ab4f62fb 100644 --- a/ecc/bls24-317/fr/permutation/permutation_test.go +++ b/ecc/bls24-317/fr/permutation/permutation_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/plookup/doc.go b/ecc/bls24-317/fr/plookup/doc.go index d163104002..7a02c59719 100644 --- a/ecc/bls24-317/fr/plookup/doc.go +++ b/ecc/bls24-317/fr/plookup/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/plookup/plookup_test.go b/ecc/bls24-317/fr/plookup/plookup_test.go index 1c6637987d..27b71155d3 100644 --- a/ecc/bls24-317/fr/plookup/plookup_test.go +++ b/ecc/bls24-317/fr/plookup/plookup_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/plookup/table.go b/ecc/bls24-317/fr/plookup/table.go index 2a0ffcd26f..3b11b74f7e 100644 --- a/ecc/bls24-317/fr/plookup/table.go +++ b/ecc/bls24-317/fr/plookup/table.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/plookup/vector.go b/ecc/bls24-317/fr/plookup/vector.go index 8bcb7fb4bd..7b1abb02a2 100644 --- a/ecc/bls24-317/fr/plookup/vector.go +++ b/ecc/bls24-317/fr/plookup/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/polynomial/doc.go b/ecc/bls24-317/fr/polynomial/doc.go index 35b3f725c1..fd96328e8f 100644 --- a/ecc/bls24-317/fr/polynomial/doc.go +++ b/ecc/bls24-317/fr/polynomial/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/polynomial/multilin.go b/ecc/bls24-317/fr/polynomial/multilin.go index 09f8babe95..dd87335979 100644 --- a/ecc/bls24-317/fr/polynomial/multilin.go +++ b/ecc/bls24-317/fr/polynomial/multilin.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/polynomial/multilin_test.go b/ecc/bls24-317/fr/polynomial/multilin_test.go index 6f04c4efc3..cd7a79aef4 100644 --- a/ecc/bls24-317/fr/polynomial/multilin_test.go +++ b/ecc/bls24-317/fr/polynomial/multilin_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/polynomial/polynomial.go b/ecc/bls24-317/fr/polynomial/polynomial.go index d86ec7b036..9a5e88d50a 100644 --- a/ecc/bls24-317/fr/polynomial/polynomial.go +++ b/ecc/bls24-317/fr/polynomial/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/polynomial/polynomial_test.go b/ecc/bls24-317/fr/polynomial/polynomial_test.go index 46f3058bbd..405cee1554 100644 --- a/ecc/bls24-317/fr/polynomial/polynomial_test.go +++ b/ecc/bls24-317/fr/polynomial/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/polynomial/pool.go b/ecc/bls24-317/fr/polynomial/pool.go index 978088df4c..1d22d71c4a 100644 --- a/ecc/bls24-317/fr/polynomial/pool.go +++ b/ecc/bls24-317/fr/polynomial/pool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/poseidon2/poseidon2.go b/ecc/bls24-317/fr/poseidon2/poseidon2.go index 26c7bc1b7d..d117b4cf24 100644 --- a/ecc/bls24-317/fr/poseidon2/poseidon2.go +++ b/ecc/bls24-317/fr/poseidon2/poseidon2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/poseidon2/poseidon2_test.go b/ecc/bls24-317/fr/poseidon2/poseidon2_test.go index c89bc2caa6..3819256f1d 100644 --- a/ecc/bls24-317/fr/poseidon2/poseidon2_test.go +++ b/ecc/bls24-317/fr/poseidon2/poseidon2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/sumcheck/sumcheck.go b/ecc/bls24-317/fr/sumcheck/sumcheck.go index 1c5c06b356..0ba7de052b 100644 --- a/ecc/bls24-317/fr/sumcheck/sumcheck.go +++ b/ecc/bls24-317/fr/sumcheck/sumcheck.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/sumcheck/sumcheck_test.go b/ecc/bls24-317/fr/sumcheck/sumcheck_test.go index 678e9c0d2e..23e578f997 100644 --- a/ecc/bls24-317/fr/sumcheck/sumcheck_test.go +++ b/ecc/bls24-317/fr/sumcheck/sumcheck_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/test_vector_utils/test_vector_utils.go b/ecc/bls24-317/fr/test_vector_utils/test_vector_utils.go index 60bdbbd25a..457cd4f90a 100644 --- a/ecc/bls24-317/fr/test_vector_utils/test_vector_utils.go +++ b/ecc/bls24-317/fr/test_vector_utils/test_vector_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/vector.go b/ecc/bls24-317/fr/vector.go index 8b59bd36e9..4654b1b2d3 100644 --- a/ecc/bls24-317/fr/vector.go +++ b/ecc/bls24-317/fr/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/vector_amd64.go b/ecc/bls24-317/fr/vector_amd64.go index b27679827c..a7dcec3b25 100644 --- a/ecc/bls24-317/fr/vector_amd64.go +++ b/ecc/bls24-317/fr/vector_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/vector_purego.go b/ecc/bls24-317/fr/vector_purego.go index 5973d16ce2..db43e73504 100644 --- a/ecc/bls24-317/fr/vector_purego.go +++ b/ecc/bls24-317/fr/vector_purego.go @@ -1,6 +1,6 @@ //go:build purego || !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/fr/vector_test.go b/ecc/bls24-317/fr/vector_test.go index a094bc0ac6..f6179e7824 100644 --- a/ecc/bls24-317/fr/vector_test.go +++ b/ecc/bls24-317/fr/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/g1.go b/ecc/bls24-317/g1.go index 1c9b24d0f8..5ef6d07fd5 100644 --- a/ecc/bls24-317/g1.go +++ b/ecc/bls24-317/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/g1_test.go b/ecc/bls24-317/g1_test.go index 068f77f102..d1bd90ba35 100644 --- a/ecc/bls24-317/g1_test.go +++ b/ecc/bls24-317/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/g2.go b/ecc/bls24-317/g2.go index c1f602e3b1..a5bfac4672 100644 --- a/ecc/bls24-317/g2.go +++ b/ecc/bls24-317/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/g2_test.go b/ecc/bls24-317/g2_test.go index 8406f2dd34..df7af3eec8 100644 --- a/ecc/bls24-317/g2_test.go +++ b/ecc/bls24-317/g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/hash_to_g1.go b/ecc/bls24-317/hash_to_g1.go index 01bac28c85..38211f5c36 100644 --- a/ecc/bls24-317/hash_to_g1.go +++ b/ecc/bls24-317/hash_to_g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/hash_to_g1_test.go b/ecc/bls24-317/hash_to_g1_test.go index 7dce6376dd..5c72f5ad0d 100644 --- a/ecc/bls24-317/hash_to_g1_test.go +++ b/ecc/bls24-317/hash_to_g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/hash_to_g2.go b/ecc/bls24-317/hash_to_g2.go index 9b2e66d5be..4b8561997f 100644 --- a/ecc/bls24-317/hash_to_g2.go +++ b/ecc/bls24-317/hash_to_g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls24317 diff --git a/ecc/bls24-317/internal/fptower/asm.go b/ecc/bls24-317/internal/fptower/asm.go index 1b783f53fa..5857e743a3 100644 --- a/ecc/bls24-317/internal/fptower/asm.go +++ b/ecc/bls24-317/internal/fptower/asm.go @@ -1,7 +1,7 @@ //go:build !noadx // +build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/asm_noadx.go b/ecc/bls24-317/internal/fptower/asm_noadx.go index d17d3606a5..2bd913581d 100644 --- a/ecc/bls24-317/internal/fptower/asm_noadx.go +++ b/ecc/bls24-317/internal/fptower/asm_noadx.go @@ -1,7 +1,7 @@ //go:build noadx // +build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e12.go b/ecc/bls24-317/internal/fptower/e12.go index 50e4f4a1aa..2f0f222428 100644 --- a/ecc/bls24-317/internal/fptower/e12.go +++ b/ecc/bls24-317/internal/fptower/e12.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e12_test.go b/ecc/bls24-317/internal/fptower/e12_test.go index 00f2b1fd4c..22904788c5 100644 --- a/ecc/bls24-317/internal/fptower/e12_test.go +++ b/ecc/bls24-317/internal/fptower/e12_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e2.go b/ecc/bls24-317/internal/fptower/e2.go index 019d27ffe1..6fa66f5906 100644 --- a/ecc/bls24-317/internal/fptower/e2.go +++ b/ecc/bls24-317/internal/fptower/e2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e24.go b/ecc/bls24-317/internal/fptower/e24.go index 8f6b83e7ad..44873ed128 100644 --- a/ecc/bls24-317/internal/fptower/e24.go +++ b/ecc/bls24-317/internal/fptower/e24.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e24_test.go b/ecc/bls24-317/internal/fptower/e24_test.go index 868f6a6f5f..93058a9b56 100644 --- a/ecc/bls24-317/internal/fptower/e24_test.go +++ b/ecc/bls24-317/internal/fptower/e24_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e2_amd64.go b/ecc/bls24-317/internal/fptower/e2_amd64.go index 87c42e2b71..2dd35a29a5 100644 --- a/ecc/bls24-317/internal/fptower/e2_amd64.go +++ b/ecc/bls24-317/internal/fptower/e2_amd64.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e2_amd64.s b/ecc/bls24-317/internal/fptower/e2_amd64.s index 53732403f2..1da5dfafd4 100644 --- a/ecc/bls24-317/internal/fptower/e2_amd64.s +++ b/ecc/bls24-317/internal/fptower/e2_amd64.s @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. #include "textflag.h" diff --git a/ecc/bls24-317/internal/fptower/e2_bls317.go b/ecc/bls24-317/internal/fptower/e2_bls317.go index b4c22fe086..cd1e34f840 100644 --- a/ecc/bls24-317/internal/fptower/e2_bls317.go +++ b/ecc/bls24-317/internal/fptower/e2_bls317.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e2_fallback.go b/ecc/bls24-317/internal/fptower/e2_fallback.go index ad25774062..0a0166a0a2 100644 --- a/ecc/bls24-317/internal/fptower/e2_fallback.go +++ b/ecc/bls24-317/internal/fptower/e2_fallback.go @@ -1,7 +1,7 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e2_test.go b/ecc/bls24-317/internal/fptower/e2_test.go index a363535f51..8238d4735a 100644 --- a/ecc/bls24-317/internal/fptower/e2_test.go +++ b/ecc/bls24-317/internal/fptower/e2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e4.go b/ecc/bls24-317/internal/fptower/e4.go index 1e5c9c2fe0..147994de80 100644 --- a/ecc/bls24-317/internal/fptower/e4.go +++ b/ecc/bls24-317/internal/fptower/e4.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e4_bls315.go b/ecc/bls24-317/internal/fptower/e4_bls315.go index 431eb0170e..1afe60a032 100644 --- a/ecc/bls24-317/internal/fptower/e4_bls315.go +++ b/ecc/bls24-317/internal/fptower/e4_bls315.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/e4_test.go b/ecc/bls24-317/internal/fptower/e4_test.go index d1d159cf9d..a2a8c27962 100644 --- a/ecc/bls24-317/internal/fptower/e4_test.go +++ b/ecc/bls24-317/internal/fptower/e4_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/frobenius.go b/ecc/bls24-317/internal/fptower/frobenius.go index baa8fce0f4..53c8cb6071 100644 --- a/ecc/bls24-317/internal/fptower/frobenius.go +++ b/ecc/bls24-317/internal/fptower/frobenius.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/internal/fptower/parameters.go b/ecc/bls24-317/internal/fptower/parameters.go index b092c4a124..23033e8393 100644 --- a/ecc/bls24-317/internal/fptower/parameters.go +++ b/ecc/bls24-317/internal/fptower/parameters.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bls24-317/kzg/doc.go b/ecc/bls24-317/kzg/doc.go index 6c3454a2d9..226614bbdf 100644 --- a/ecc/bls24-317/kzg/doc.go +++ b/ecc/bls24-317/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/kzg/kzg.go b/ecc/bls24-317/kzg/kzg.go index c5760f968e..16008e9885 100644 --- a/ecc/bls24-317/kzg/kzg.go +++ b/ecc/bls24-317/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/kzg/kzg_test.go b/ecc/bls24-317/kzg/kzg_test.go index 4dff6ced17..10c75771a4 100644 --- a/ecc/bls24-317/kzg/kzg_test.go +++ b/ecc/bls24-317/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/kzg/marshal.go b/ecc/bls24-317/kzg/marshal.go index 1bba0bd644..6816b2f119 100644 --- a/ecc/bls24-317/kzg/marshal.go +++ b/ecc/bls24-317/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/kzg/utils.go b/ecc/bls24-317/kzg/utils.go index 8eaba1c186..898c7b3463 100644 --- a/ecc/bls24-317/kzg/utils.go +++ b/ecc/bls24-317/kzg/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/marshal.go b/ecc/bls24-317/marshal.go index 7066467c0f..cc267843bc 100644 --- a/ecc/bls24-317/marshal.go +++ b/ecc/bls24-317/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/marshal_test.go b/ecc/bls24-317/marshal_test.go index e19a3e92db..0322fefb3b 100644 --- a/ecc/bls24-317/marshal_test.go +++ b/ecc/bls24-317/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/multiexp.go b/ecc/bls24-317/multiexp.go index 84b445dd83..bf2504ddb5 100644 --- a/ecc/bls24-317/multiexp.go +++ b/ecc/bls24-317/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/multiexp_affine.go b/ecc/bls24-317/multiexp_affine.go index e64f5fb7cf..976580c294 100644 --- a/ecc/bls24-317/multiexp_affine.go +++ b/ecc/bls24-317/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/multiexp_jacobian.go b/ecc/bls24-317/multiexp_jacobian.go index afd3216e92..c0a5fbc7d4 100644 --- a/ecc/bls24-317/multiexp_jacobian.go +++ b/ecc/bls24-317/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/multiexp_test.go b/ecc/bls24-317/multiexp_test.go index 81a5085300..767ab56c23 100644 --- a/ecc/bls24-317/multiexp_test.go +++ b/ecc/bls24-317/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/pairing.go b/ecc/bls24-317/pairing.go index a30779eee5..0aa7f19d4e 100644 --- a/ecc/bls24-317/pairing.go +++ b/ecc/bls24-317/pairing.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bls24317 diff --git a/ecc/bls24-317/pairing_test.go b/ecc/bls24-317/pairing_test.go index e76da2defe..0d7fa6d740 100644 --- a/ecc/bls24-317/pairing_test.go +++ b/ecc/bls24-317/pairing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/shplonk/doc.go b/ecc/bls24-317/shplonk/doc.go index 17b34373c2..0367893999 100644 --- a/ecc/bls24-317/shplonk/doc.go +++ b/ecc/bls24-317/shplonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/shplonk/example_test.go b/ecc/bls24-317/shplonk/example_test.go index cc7fb5d0fd..3ecd80e281 100644 --- a/ecc/bls24-317/shplonk/example_test.go +++ b/ecc/bls24-317/shplonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/shplonk/marshal.go b/ecc/bls24-317/shplonk/marshal.go index 89f133be45..2345e8da9d 100644 --- a/ecc/bls24-317/shplonk/marshal.go +++ b/ecc/bls24-317/shplonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/shplonk/shplonk.go b/ecc/bls24-317/shplonk/shplonk.go index 242cb99922..f63bcc9dca 100644 --- a/ecc/bls24-317/shplonk/shplonk.go +++ b/ecc/bls24-317/shplonk/shplonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/shplonk/shplonk_test.go b/ecc/bls24-317/shplonk/shplonk_test.go index 0e49a01865..5f5eb5b05d 100644 --- a/ecc/bls24-317/shplonk/shplonk_test.go +++ b/ecc/bls24-317/shplonk/shplonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/twistededwards/curve.go b/ecc/bls24-317/twistededwards/curve.go index 7840ef8d97..952c388d69 100644 --- a/ecc/bls24-317/twistededwards/curve.go +++ b/ecc/bls24-317/twistededwards/curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/twistededwards/doc.go b/ecc/bls24-317/twistededwards/doc.go index 0a77cade57..e50b5bc91c 100644 --- a/ecc/bls24-317/twistededwards/doc.go +++ b/ecc/bls24-317/twistededwards/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/twistededwards/eddsa/doc.go b/ecc/bls24-317/twistededwards/eddsa/doc.go index adc990eae4..babd5b23ed 100644 --- a/ecc/bls24-317/twistededwards/eddsa/doc.go +++ b/ecc/bls24-317/twistededwards/eddsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/twistededwards/eddsa/eddsa.go b/ecc/bls24-317/twistededwards/eddsa/eddsa.go index 0019620804..f3fe4f8f88 100644 --- a/ecc/bls24-317/twistededwards/eddsa/eddsa.go +++ b/ecc/bls24-317/twistededwards/eddsa/eddsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/twistededwards/eddsa/eddsa_test.go b/ecc/bls24-317/twistededwards/eddsa/eddsa_test.go index 04d36aeb12..a045167a35 100644 --- a/ecc/bls24-317/twistededwards/eddsa/eddsa_test.go +++ b/ecc/bls24-317/twistededwards/eddsa/eddsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/twistededwards/eddsa/marshal.go b/ecc/bls24-317/twistededwards/eddsa/marshal.go index 3dcd026688..c5f2a6e909 100644 --- a/ecc/bls24-317/twistededwards/eddsa/marshal.go +++ b/ecc/bls24-317/twistededwards/eddsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/twistededwards/point.go b/ecc/bls24-317/twistededwards/point.go index cb16ff3442..26312f97f1 100644 --- a/ecc/bls24-317/twistededwards/point.go +++ b/ecc/bls24-317/twistededwards/point.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bls24-317/twistededwards/point_test.go b/ecc/bls24-317/twistededwards/point_test.go index 0ad9b0b084..2019c5809e 100644 --- a/ecc/bls24-317/twistededwards/point_test.go +++ b/ecc/bls24-317/twistededwards/point_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/bn254.go b/ecc/bn254/bn254.go index dd5f097f03..87c5ee74b9 100644 --- a/ecc/bn254/bn254.go +++ b/ecc/bn254/bn254.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package bn254 efficient elliptic curve, pairing and hash to curve implementation for bn254. This curve appears in diff --git a/ecc/bn254/ecdsa/doc.go b/ecc/bn254/ecdsa/doc.go index 5820113b67..0d2265c25a 100644 --- a/ecc/bn254/ecdsa/doc.go +++ b/ecc/bn254/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/ecdsa/ecdsa.go b/ecc/bn254/ecdsa/ecdsa.go index 5d9d9a8b2a..fbdd78ca48 100644 --- a/ecc/bn254/ecdsa/ecdsa.go +++ b/ecc/bn254/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/ecdsa/ecdsa_test.go b/ecc/bn254/ecdsa/ecdsa_test.go index 9c6b4d4993..086ae3c7ed 100644 --- a/ecc/bn254/ecdsa/ecdsa_test.go +++ b/ecc/bn254/ecdsa/ecdsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/ecdsa/marshal.go b/ecc/bn254/ecdsa/marshal.go index 57554a0b0b..bc3aecbd7c 100644 --- a/ecc/bn254/ecdsa/marshal.go +++ b/ecc/bn254/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/ecdsa/marshal_test.go b/ecc/bn254/ecdsa/marshal_test.go index 3cf033cab5..24508e4011 100644 --- a/ecc/bn254/ecdsa/marshal_test.go +++ b/ecc/bn254/ecdsa/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fflonk/doc.go b/ecc/bn254/fflonk/doc.go index b717383d87..67a8094e35 100644 --- a/ecc/bn254/fflonk/doc.go +++ b/ecc/bn254/fflonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fflonk/example_test.go b/ecc/bn254/fflonk/example_test.go index 9614b401a3..96c7f30f76 100644 --- a/ecc/bn254/fflonk/example_test.go +++ b/ecc/bn254/fflonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fflonk/fflonk.go b/ecc/bn254/fflonk/fflonk.go index fdd29ccf70..72f8efead6 100644 --- a/ecc/bn254/fflonk/fflonk.go +++ b/ecc/bn254/fflonk/fflonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fflonk/fflonk_test.go b/ecc/bn254/fflonk/fflonk_test.go index a75b371d42..c22fea4f11 100644 --- a/ecc/bn254/fflonk/fflonk_test.go +++ b/ecc/bn254/fflonk/fflonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fflonk/marshal.go b/ecc/bn254/fflonk/marshal.go index 8d08502778..c80e3c776d 100644 --- a/ecc/bn254/fflonk/marshal.go +++ b/ecc/bn254/fflonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/arith.go b/ecc/bn254/fp/arith.go index b202a1549a..bb63552f5a 100644 --- a/ecc/bn254/fp/arith.go +++ b/ecc/bn254/fp/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/asm_adx.go b/ecc/bn254/fp/asm_adx.go index fe25e82db2..75e92992fe 100644 --- a/ecc/bn254/fp/asm_adx.go +++ b/ecc/bn254/fp/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/asm_avx.go b/ecc/bn254/fp/asm_avx.go index fdb65bb8f2..aa233664d0 100644 --- a/ecc/bn254/fp/asm_avx.go +++ b/ecc/bn254/fp/asm_avx.go @@ -1,6 +1,6 @@ //go:build !noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/asm_noadx.go b/ecc/bn254/fp/asm_noadx.go index 95085a8e6f..304dfb7209 100644 --- a/ecc/bn254/fp/asm_noadx.go +++ b/ecc/bn254/fp/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/asm_noavx.go b/ecc/bn254/fp/asm_noavx.go index c5fec182cd..900dedbe8b 100644 --- a/ecc/bn254/fp/asm_noavx.go +++ b/ecc/bn254/fp/asm_noavx.go @@ -1,6 +1,6 @@ //go:build noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/doc.go b/ecc/bn254/fp/doc.go index 4319c7913d..5624ba2797 100644 --- a/ecc/bn254/fp/doc.go +++ b/ecc/bn254/fp/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/element.go b/ecc/bn254/fp/element.go index 313a1e3869..9b37dc541c 100644 --- a/ecc/bn254/fp/element.go +++ b/ecc/bn254/fp/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/element_amd64.go b/ecc/bn254/fp/element_amd64.go index e72f552ad9..9cee062e5b 100644 --- a/ecc/bn254/fp/element_amd64.go +++ b/ecc/bn254/fp/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/element_amd64.s b/ecc/bn254/fp/element_amd64.s index 1e9b28934d..a7c6ffae66 100644 --- a/ecc/bn254/fp/element_amd64.s +++ b/ecc/bn254/fp/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/element_arm64.go b/ecc/bn254/fp/element_arm64.go index 3eb868d38b..ed26d2b3d9 100644 --- a/ecc/bn254/fp/element_arm64.go +++ b/ecc/bn254/fp/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/element_arm64.s b/ecc/bn254/fp/element_arm64.s index a7bd036553..ef16eaba35 100644 --- a/ecc/bn254/fp/element_arm64.s +++ b/ecc/bn254/fp/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/element_exp.go b/ecc/bn254/fp/element_exp.go index 662e780e58..38eb2749af 100644 --- a/ecc/bn254/fp/element_exp.go +++ b/ecc/bn254/fp/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/element_purego.go b/ecc/bn254/fp/element_purego.go index 008cec50b2..861b453dfd 100644 --- a/ecc/bn254/fp/element_purego.go +++ b/ecc/bn254/fp/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/element_test.go b/ecc/bn254/fp/element_test.go index b49a4d6ffe..4b2af9d309 100644 --- a/ecc/bn254/fp/element_test.go +++ b/ecc/bn254/fp/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/hash_to_field/doc.go b/ecc/bn254/fp/hash_to_field/doc.go index bc05bf9bcd..113b4e6e69 100644 --- a/ecc/bn254/fp/hash_to_field/doc.go +++ b/ecc/bn254/fp/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/hash_to_field/hash_to_field.go b/ecc/bn254/fp/hash_to_field/hash_to_field.go index f229f83b36..f7b035d633 100644 --- a/ecc/bn254/fp/hash_to_field/hash_to_field.go +++ b/ecc/bn254/fp/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/hash_to_field/hash_to_field_test.go b/ecc/bn254/fp/hash_to_field/hash_to_field_test.go index 605f379235..ba809d498b 100644 --- a/ecc/bn254/fp/hash_to_field/hash_to_field_test.go +++ b/ecc/bn254/fp/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/vector.go b/ecc/bn254/fp/vector.go index ec52314aa7..ef60ed4b45 100644 --- a/ecc/bn254/fp/vector.go +++ b/ecc/bn254/fp/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/vector_amd64.go b/ecc/bn254/fp/vector_amd64.go index 39666a2df7..9e05e6b2f3 100644 --- a/ecc/bn254/fp/vector_amd64.go +++ b/ecc/bn254/fp/vector_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/vector_purego.go b/ecc/bn254/fp/vector_purego.go index 16afa898d4..6adeb1a8a2 100644 --- a/ecc/bn254/fp/vector_purego.go +++ b/ecc/bn254/fp/vector_purego.go @@ -1,6 +1,6 @@ //go:build purego || !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fp/vector_test.go b/ecc/bn254/fp/vector_test.go index 06fe1084a8..e7185486cf 100644 --- a/ecc/bn254/fp/vector_test.go +++ b/ecc/bn254/fp/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/arith.go b/ecc/bn254/fr/arith.go index 9285041f4b..dbba8a9ae4 100644 --- a/ecc/bn254/fr/arith.go +++ b/ecc/bn254/fr/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/asm_adx.go b/ecc/bn254/fr/asm_adx.go index 9e7da5e865..9b970335f1 100644 --- a/ecc/bn254/fr/asm_adx.go +++ b/ecc/bn254/fr/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/asm_avx.go b/ecc/bn254/fr/asm_avx.go index d6d7d7f87a..2a0a166ed4 100644 --- a/ecc/bn254/fr/asm_avx.go +++ b/ecc/bn254/fr/asm_avx.go @@ -1,6 +1,6 @@ //go:build !noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/asm_noadx.go b/ecc/bn254/fr/asm_noadx.go index 3456158655..96741014f2 100644 --- a/ecc/bn254/fr/asm_noadx.go +++ b/ecc/bn254/fr/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/asm_noavx.go b/ecc/bn254/fr/asm_noavx.go index 4eb73e9a78..3cb6968fb8 100644 --- a/ecc/bn254/fr/asm_noavx.go +++ b/ecc/bn254/fr/asm_noavx.go @@ -1,6 +1,6 @@ //go:build noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/doc.go b/ecc/bn254/fr/doc.go index 759f5d2511..d2c6e01857 100644 --- a/ecc/bn254/fr/doc.go +++ b/ecc/bn254/fr/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/element.go b/ecc/bn254/fr/element.go index 589c9f99bb..8e59ea748f 100644 --- a/ecc/bn254/fr/element.go +++ b/ecc/bn254/fr/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/element_amd64.go b/ecc/bn254/fr/element_amd64.go index ca49d12590..4c3f2a8567 100644 --- a/ecc/bn254/fr/element_amd64.go +++ b/ecc/bn254/fr/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/element_amd64.s b/ecc/bn254/fr/element_amd64.s index 1e9b28934d..a7c6ffae66 100644 --- a/ecc/bn254/fr/element_amd64.s +++ b/ecc/bn254/fr/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/element_arm64.go b/ecc/bn254/fr/element_arm64.go index 7189fe30d5..2277914932 100644 --- a/ecc/bn254/fr/element_arm64.go +++ b/ecc/bn254/fr/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/element_arm64.s b/ecc/bn254/fr/element_arm64.s index a7bd036553..ef16eaba35 100644 --- a/ecc/bn254/fr/element_arm64.s +++ b/ecc/bn254/fr/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/element_exp.go b/ecc/bn254/fr/element_exp.go index d22db08600..6e87fa4f7e 100644 --- a/ecc/bn254/fr/element_exp.go +++ b/ecc/bn254/fr/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/element_purego.go b/ecc/bn254/fr/element_purego.go index 647d39dd42..70529c5ec8 100644 --- a/ecc/bn254/fr/element_purego.go +++ b/ecc/bn254/fr/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/element_test.go b/ecc/bn254/fr/element_test.go index 15785410c4..642d30347d 100644 --- a/ecc/bn254/fr/element_test.go +++ b/ecc/bn254/fr/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/fft/bitreverse.go b/ecc/bn254/fr/fft/bitreverse.go index b575154fa4..1299286f68 100644 --- a/ecc/bn254/fr/fft/bitreverse.go +++ b/ecc/bn254/fr/fft/bitreverse.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/fft/bitreverse_test.go b/ecc/bn254/fr/fft/bitreverse_test.go index 1c23996f51..28c14b4936 100644 --- a/ecc/bn254/fr/fft/bitreverse_test.go +++ b/ecc/bn254/fr/fft/bitreverse_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/fft/doc.go b/ecc/bn254/fr/fft/doc.go index 1ef04db2df..4cce0f9779 100644 --- a/ecc/bn254/fr/fft/doc.go +++ b/ecc/bn254/fr/fft/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/fft/domain.go b/ecc/bn254/fr/fft/domain.go index 48a84a9e1c..cf4c08e7c4 100644 --- a/ecc/bn254/fr/fft/domain.go +++ b/ecc/bn254/fr/fft/domain.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/fft/domain_test.go b/ecc/bn254/fr/fft/domain_test.go index d95288076c..e445d3cc12 100644 --- a/ecc/bn254/fr/fft/domain_test.go +++ b/ecc/bn254/fr/fft/domain_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/fft/fft.go b/ecc/bn254/fr/fft/fft.go index 6281c866aa..5b65603a62 100644 --- a/ecc/bn254/fr/fft/fft.go +++ b/ecc/bn254/fr/fft/fft.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/fft/fft_test.go b/ecc/bn254/fr/fft/fft_test.go index 9cfaf96110..758a257721 100644 --- a/ecc/bn254/fr/fft/fft_test.go +++ b/ecc/bn254/fr/fft/fft_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/fft/options.go b/ecc/bn254/fr/fft/options.go index 904036e7cc..9656a9e5d9 100644 --- a/ecc/bn254/fr/fft/options.go +++ b/ecc/bn254/fr/fft/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/fri/doc.go b/ecc/bn254/fr/fri/doc.go index 428dabf625..cea69fc79a 100644 --- a/ecc/bn254/fr/fri/doc.go +++ b/ecc/bn254/fr/fri/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/fri/fri.go b/ecc/bn254/fr/fri/fri.go index a76e40d4a3..f4443969ae 100644 --- a/ecc/bn254/fr/fri/fri.go +++ b/ecc/bn254/fr/fri/fri.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/fri/fri_test.go b/ecc/bn254/fr/fri/fri_test.go index d4629fd050..3e7f236f7c 100644 --- a/ecc/bn254/fr/fri/fri_test.go +++ b/ecc/bn254/fr/fri/fri_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/generator.go b/ecc/bn254/fr/generator.go index 5a6a0e9571..7997c96216 100644 --- a/ecc/bn254/fr/generator.go +++ b/ecc/bn254/fr/generator.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/gkr/gkr.go b/ecc/bn254/fr/gkr/gkr.go index 6b6e6c05a9..e52de1fc30 100644 --- a/ecc/bn254/fr/gkr/gkr.go +++ b/ecc/bn254/fr/gkr/gkr.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/gkr/gkr_test.go b/ecc/bn254/fr/gkr/gkr_test.go index 129bd655dc..cfd06a0aa7 100644 --- a/ecc/bn254/fr/gkr/gkr_test.go +++ b/ecc/bn254/fr/gkr/gkr_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/hash_to_field/doc.go b/ecc/bn254/fr/hash_to_field/doc.go index 6986d9ba80..cf89740488 100644 --- a/ecc/bn254/fr/hash_to_field/doc.go +++ b/ecc/bn254/fr/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/hash_to_field/hash_to_field.go b/ecc/bn254/fr/hash_to_field/hash_to_field.go index 6ead221a31..6753b391a1 100644 --- a/ecc/bn254/fr/hash_to_field/hash_to_field.go +++ b/ecc/bn254/fr/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/hash_to_field/hash_to_field_test.go b/ecc/bn254/fr/hash_to_field/hash_to_field_test.go index 895dc83d94..37e7db2dad 100644 --- a/ecc/bn254/fr/hash_to_field/hash_to_field_test.go +++ b/ecc/bn254/fr/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/iop/doc.go b/ecc/bn254/fr/iop/doc.go index ee3facf1e1..2ef06dfe1a 100644 --- a/ecc/bn254/fr/iop/doc.go +++ b/ecc/bn254/fr/iop/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/iop/expressions.go b/ecc/bn254/fr/iop/expressions.go index 3361af0357..396a25bc0f 100644 --- a/ecc/bn254/fr/iop/expressions.go +++ b/ecc/bn254/fr/iop/expressions.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/iop/expressions_test.go b/ecc/bn254/fr/iop/expressions_test.go index 4bb0851f0b..29a2a7ef10 100644 --- a/ecc/bn254/fr/iop/expressions_test.go +++ b/ecc/bn254/fr/iop/expressions_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/iop/polynomial.go b/ecc/bn254/fr/iop/polynomial.go index fa5310479b..4eb7e6bb8c 100644 --- a/ecc/bn254/fr/iop/polynomial.go +++ b/ecc/bn254/fr/iop/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/iop/polynomial_test.go b/ecc/bn254/fr/iop/polynomial_test.go index b1077bedab..8bce78d41b 100644 --- a/ecc/bn254/fr/iop/polynomial_test.go +++ b/ecc/bn254/fr/iop/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/iop/quotient.go b/ecc/bn254/fr/iop/quotient.go index 085f771af9..09c3d6681f 100644 --- a/ecc/bn254/fr/iop/quotient.go +++ b/ecc/bn254/fr/iop/quotient.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/iop/quotient_test.go b/ecc/bn254/fr/iop/quotient_test.go index 603a619d0e..c9df5e2971 100644 --- a/ecc/bn254/fr/iop/quotient_test.go +++ b/ecc/bn254/fr/iop/quotient_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/iop/ratios.go b/ecc/bn254/fr/iop/ratios.go index def50bc64a..1239a2ccf1 100644 --- a/ecc/bn254/fr/iop/ratios.go +++ b/ecc/bn254/fr/iop/ratios.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/iop/ratios_test.go b/ecc/bn254/fr/iop/ratios_test.go index a9a8a47a82..e7c8659ec1 100644 --- a/ecc/bn254/fr/iop/ratios_test.go +++ b/ecc/bn254/fr/iop/ratios_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/iop/utils.go b/ecc/bn254/fr/iop/utils.go index 44d187446b..674bb93184 100644 --- a/ecc/bn254/fr/iop/utils.go +++ b/ecc/bn254/fr/iop/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/mimc/doc.go b/ecc/bn254/fr/mimc/doc.go index cc7b101eb4..98aa3f8d81 100644 --- a/ecc/bn254/fr/mimc/doc.go +++ b/ecc/bn254/fr/mimc/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/mimc/mimc.go b/ecc/bn254/fr/mimc/mimc.go index 9a7619bb89..f58fc6ef3b 100644 --- a/ecc/bn254/fr/mimc/mimc.go +++ b/ecc/bn254/fr/mimc/mimc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/mimc/options.go b/ecc/bn254/fr/mimc/options.go index a53abb2def..ad4e60060e 100644 --- a/ecc/bn254/fr/mimc/options.go +++ b/ecc/bn254/fr/mimc/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/pedersen/doc.go b/ecc/bn254/fr/pedersen/doc.go index 62a62f179f..2e24034936 100644 --- a/ecc/bn254/fr/pedersen/doc.go +++ b/ecc/bn254/fr/pedersen/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/pedersen/example_test.go b/ecc/bn254/fr/pedersen/example_test.go index 6b46f1aafa..e31c8c6449 100644 --- a/ecc/bn254/fr/pedersen/example_test.go +++ b/ecc/bn254/fr/pedersen/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/pedersen/pedersen.go b/ecc/bn254/fr/pedersen/pedersen.go index 79f1487ba9..9b4e645cee 100644 --- a/ecc/bn254/fr/pedersen/pedersen.go +++ b/ecc/bn254/fr/pedersen/pedersen.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/pedersen/pedersen_test.go b/ecc/bn254/fr/pedersen/pedersen_test.go index b2f095f6e8..1c72af2a1e 100644 --- a/ecc/bn254/fr/pedersen/pedersen_test.go +++ b/ecc/bn254/fr/pedersen/pedersen_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/permutation/doc.go b/ecc/bn254/fr/permutation/doc.go index 5f346b5a53..e24cd82923 100644 --- a/ecc/bn254/fr/permutation/doc.go +++ b/ecc/bn254/fr/permutation/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/permutation/permutation.go b/ecc/bn254/fr/permutation/permutation.go index 42ced0634c..7bc72f1ff6 100644 --- a/ecc/bn254/fr/permutation/permutation.go +++ b/ecc/bn254/fr/permutation/permutation.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/permutation/permutation_test.go b/ecc/bn254/fr/permutation/permutation_test.go index 5745d7e922..33924e26ee 100644 --- a/ecc/bn254/fr/permutation/permutation_test.go +++ b/ecc/bn254/fr/permutation/permutation_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/plookup/doc.go b/ecc/bn254/fr/plookup/doc.go index d163104002..7a02c59719 100644 --- a/ecc/bn254/fr/plookup/doc.go +++ b/ecc/bn254/fr/plookup/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/plookup/plookup_test.go b/ecc/bn254/fr/plookup/plookup_test.go index 8af42ee374..e91a4ded4e 100644 --- a/ecc/bn254/fr/plookup/plookup_test.go +++ b/ecc/bn254/fr/plookup/plookup_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/plookup/table.go b/ecc/bn254/fr/plookup/table.go index 7cc0ecaf80..15728734c2 100644 --- a/ecc/bn254/fr/plookup/table.go +++ b/ecc/bn254/fr/plookup/table.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/plookup/vector.go b/ecc/bn254/fr/plookup/vector.go index cd9b2509ac..c1494d3f9a 100644 --- a/ecc/bn254/fr/plookup/vector.go +++ b/ecc/bn254/fr/plookup/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/polynomial/doc.go b/ecc/bn254/fr/polynomial/doc.go index 35b3f725c1..fd96328e8f 100644 --- a/ecc/bn254/fr/polynomial/doc.go +++ b/ecc/bn254/fr/polynomial/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/polynomial/multilin.go b/ecc/bn254/fr/polynomial/multilin.go index 0c10a86ee1..3399187752 100644 --- a/ecc/bn254/fr/polynomial/multilin.go +++ b/ecc/bn254/fr/polynomial/multilin.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/polynomial/multilin_test.go b/ecc/bn254/fr/polynomial/multilin_test.go index 1a32cc334a..7ce598505a 100644 --- a/ecc/bn254/fr/polynomial/multilin_test.go +++ b/ecc/bn254/fr/polynomial/multilin_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/polynomial/polynomial.go b/ecc/bn254/fr/polynomial/polynomial.go index fe096e5556..0b463ffab8 100644 --- a/ecc/bn254/fr/polynomial/polynomial.go +++ b/ecc/bn254/fr/polynomial/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/polynomial/polynomial_test.go b/ecc/bn254/fr/polynomial/polynomial_test.go index cd1c9219ee..76fad6fd40 100644 --- a/ecc/bn254/fr/polynomial/polynomial_test.go +++ b/ecc/bn254/fr/polynomial/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/polynomial/pool.go b/ecc/bn254/fr/polynomial/pool.go index 59b2e1868b..ada08b72e8 100644 --- a/ecc/bn254/fr/polynomial/pool.go +++ b/ecc/bn254/fr/polynomial/pool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/poseidon2/poseidon2.go b/ecc/bn254/fr/poseidon2/poseidon2.go index c9b3e2d023..b781f9bb46 100644 --- a/ecc/bn254/fr/poseidon2/poseidon2.go +++ b/ecc/bn254/fr/poseidon2/poseidon2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/poseidon2/poseidon2_test.go b/ecc/bn254/fr/poseidon2/poseidon2_test.go index ec371ab244..eb3c7c78e3 100644 --- a/ecc/bn254/fr/poseidon2/poseidon2_test.go +++ b/ecc/bn254/fr/poseidon2/poseidon2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/sis/sis.go b/ecc/bn254/fr/sis/sis.go index ddc9e4bf03..fb4582c676 100644 --- a/ecc/bn254/fr/sis/sis.go +++ b/ecc/bn254/fr/sis/sis.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package sis diff --git a/ecc/bn254/fr/sis/sis_fft.go b/ecc/bn254/fr/sis/sis_fft.go index 25ff7f8235..2ea3c6f4e7 100644 --- a/ecc/bn254/fr/sis/sis_fft.go +++ b/ecc/bn254/fr/sis/sis_fft.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/sis/sis_test.go b/ecc/bn254/fr/sis/sis_test.go index 6487576132..8a2c55f892 100644 --- a/ecc/bn254/fr/sis/sis_test.go +++ b/ecc/bn254/fr/sis/sis_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package sis diff --git a/ecc/bn254/fr/sumcheck/sumcheck.go b/ecc/bn254/fr/sumcheck/sumcheck.go index fea037b974..633d7c01c3 100644 --- a/ecc/bn254/fr/sumcheck/sumcheck.go +++ b/ecc/bn254/fr/sumcheck/sumcheck.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/sumcheck/sumcheck_test.go b/ecc/bn254/fr/sumcheck/sumcheck_test.go index 8330f3e7c6..4e50495ac8 100644 --- a/ecc/bn254/fr/sumcheck/sumcheck_test.go +++ b/ecc/bn254/fr/sumcheck/sumcheck_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/tensor-commitment/commitment.go b/ecc/bn254/fr/tensor-commitment/commitment.go index f821963427..65542c5f40 100644 --- a/ecc/bn254/fr/tensor-commitment/commitment.go +++ b/ecc/bn254/fr/tensor-commitment/commitment.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package tensorcommitment diff --git a/ecc/bn254/fr/tensor-commitment/commitment_test.go b/ecc/bn254/fr/tensor-commitment/commitment_test.go index 0bbbe31a89..fa5c43299a 100644 --- a/ecc/bn254/fr/tensor-commitment/commitment_test.go +++ b/ecc/bn254/fr/tensor-commitment/commitment_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package tensorcommitment diff --git a/ecc/bn254/fr/test_vector_utils/test_vector_utils.go b/ecc/bn254/fr/test_vector_utils/test_vector_utils.go index 09087f9b03..581dd25889 100644 --- a/ecc/bn254/fr/test_vector_utils/test_vector_utils.go +++ b/ecc/bn254/fr/test_vector_utils/test_vector_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/vector.go b/ecc/bn254/fr/vector.go index 8b59bd36e9..4654b1b2d3 100644 --- a/ecc/bn254/fr/vector.go +++ b/ecc/bn254/fr/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/vector_amd64.go b/ecc/bn254/fr/vector_amd64.go index b27679827c..a7dcec3b25 100644 --- a/ecc/bn254/fr/vector_amd64.go +++ b/ecc/bn254/fr/vector_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/vector_purego.go b/ecc/bn254/fr/vector_purego.go index 5973d16ce2..db43e73504 100644 --- a/ecc/bn254/fr/vector_purego.go +++ b/ecc/bn254/fr/vector_purego.go @@ -1,6 +1,6 @@ //go:build purego || !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/fr/vector_test.go b/ecc/bn254/fr/vector_test.go index a094bc0ac6..f6179e7824 100644 --- a/ecc/bn254/fr/vector_test.go +++ b/ecc/bn254/fr/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/g1.go b/ecc/bn254/g1.go index afddf318c2..b10c129683 100644 --- a/ecc/bn254/g1.go +++ b/ecc/bn254/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/g1_test.go b/ecc/bn254/g1_test.go index 970369c503..1e95f6a6b5 100644 --- a/ecc/bn254/g1_test.go +++ b/ecc/bn254/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/g2.go b/ecc/bn254/g2.go index 36b3168d1c..b89ec2f626 100644 --- a/ecc/bn254/g2.go +++ b/ecc/bn254/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/g2_test.go b/ecc/bn254/g2_test.go index 5367b79b02..e1b5a712b5 100644 --- a/ecc/bn254/g2_test.go +++ b/ecc/bn254/g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/hash_to_g1.go b/ecc/bn254/hash_to_g1.go index a1791f6e5a..bbc18d42b3 100644 --- a/ecc/bn254/hash_to_g1.go +++ b/ecc/bn254/hash_to_g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/hash_to_g1_test.go b/ecc/bn254/hash_to_g1_test.go index 3bb56740eb..e5915f4ab0 100644 --- a/ecc/bn254/hash_to_g1_test.go +++ b/ecc/bn254/hash_to_g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/hash_to_g2.go b/ecc/bn254/hash_to_g2.go index ae3dbfd41d..9c6cd9230e 100644 --- a/ecc/bn254/hash_to_g2.go +++ b/ecc/bn254/hash_to_g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/hash_to_g2_test.go b/ecc/bn254/hash_to_g2_test.go index 47700eb9e8..6b21f48a9d 100644 --- a/ecc/bn254/hash_to_g2_test.go +++ b/ecc/bn254/hash_to_g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/internal/fptower/asm.go b/ecc/bn254/internal/fptower/asm.go index f1ff282d0b..7d64458b6c 100644 --- a/ecc/bn254/internal/fptower/asm.go +++ b/ecc/bn254/internal/fptower/asm.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/internal/fptower/asm_noadx.go b/ecc/bn254/internal/fptower/asm_noadx.go index 3885d93d55..28588f65a0 100644 --- a/ecc/bn254/internal/fptower/asm_noadx.go +++ b/ecc/bn254/internal/fptower/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/internal/fptower/e12.go b/ecc/bn254/internal/fptower/e12.go index 319c2c3462..043a8a4c85 100644 --- a/ecc/bn254/internal/fptower/e12.go +++ b/ecc/bn254/internal/fptower/e12.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/internal/fptower/e12_test.go b/ecc/bn254/internal/fptower/e12_test.go index b61d36078a..ab1bc05a1a 100644 --- a/ecc/bn254/internal/fptower/e12_test.go +++ b/ecc/bn254/internal/fptower/e12_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/internal/fptower/e2.go b/ecc/bn254/internal/fptower/e2.go index eacac97603..b0532223db 100644 --- a/ecc/bn254/internal/fptower/e2.go +++ b/ecc/bn254/internal/fptower/e2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/internal/fptower/e2_amd64.go b/ecc/bn254/internal/fptower/e2_amd64.go index 4049fd2bed..c885a81a61 100644 --- a/ecc/bn254/internal/fptower/e2_amd64.go +++ b/ecc/bn254/internal/fptower/e2_amd64.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/internal/fptower/e2_amd64.s b/ecc/bn254/internal/fptower/e2_amd64.s index 072b0a1ece..f7d030d9dd 100644 --- a/ecc/bn254/internal/fptower/e2_amd64.s +++ b/ecc/bn254/internal/fptower/e2_amd64.s @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. #include "textflag.h" diff --git a/ecc/bn254/internal/fptower/e2_bn254.go b/ecc/bn254/internal/fptower/e2_bn254.go index c980e71e95..945fa1c761 100644 --- a/ecc/bn254/internal/fptower/e2_bn254.go +++ b/ecc/bn254/internal/fptower/e2_bn254.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bn254/internal/fptower/e2_bn254_fallback.go b/ecc/bn254/internal/fptower/e2_bn254_fallback.go index 14240018c0..ffa25c7e1b 100644 --- a/ecc/bn254/internal/fptower/e2_bn254_fallback.go +++ b/ecc/bn254/internal/fptower/e2_bn254_fallback.go @@ -1,7 +1,7 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bn254/internal/fptower/e2_fallback.go b/ecc/bn254/internal/fptower/e2_fallback.go index eaea355699..3dff96dcea 100644 --- a/ecc/bn254/internal/fptower/e2_fallback.go +++ b/ecc/bn254/internal/fptower/e2_fallback.go @@ -1,6 +1,6 @@ //go:build !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/internal/fptower/e2_test.go b/ecc/bn254/internal/fptower/e2_test.go index 808b48e27a..c28bfae171 100644 --- a/ecc/bn254/internal/fptower/e2_test.go +++ b/ecc/bn254/internal/fptower/e2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/internal/fptower/e6.go b/ecc/bn254/internal/fptower/e6.go index 5f2cca6625..a3bd71a6cc 100644 --- a/ecc/bn254/internal/fptower/e6.go +++ b/ecc/bn254/internal/fptower/e6.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/internal/fptower/e6_test.go b/ecc/bn254/internal/fptower/e6_test.go index a82cc881aa..a81a5daa05 100644 --- a/ecc/bn254/internal/fptower/e6_test.go +++ b/ecc/bn254/internal/fptower/e6_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/internal/fptower/frobenius.go b/ecc/bn254/internal/fptower/frobenius.go index 02a6c1bc43..4cfef6fa14 100644 --- a/ecc/bn254/internal/fptower/frobenius.go +++ b/ecc/bn254/internal/fptower/frobenius.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bn254/internal/fptower/parameters.go b/ecc/bn254/internal/fptower/parameters.go index c3b0c6824e..e6d241b946 100644 --- a/ecc/bn254/internal/fptower/parameters.go +++ b/ecc/bn254/internal/fptower/parameters.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bn254/kzg/doc.go b/ecc/bn254/kzg/doc.go index 6c3454a2d9..226614bbdf 100644 --- a/ecc/bn254/kzg/doc.go +++ b/ecc/bn254/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/kzg/kzg.go b/ecc/bn254/kzg/kzg.go index 157accfa99..7ebc1c0627 100644 --- a/ecc/bn254/kzg/kzg.go +++ b/ecc/bn254/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/kzg/kzg_test.go b/ecc/bn254/kzg/kzg_test.go index ad94918d7e..e6fdcc7d58 100644 --- a/ecc/bn254/kzg/kzg_test.go +++ b/ecc/bn254/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/kzg/marshal.go b/ecc/bn254/kzg/marshal.go index 1953bd8cb9..3d7137a9a4 100644 --- a/ecc/bn254/kzg/marshal.go +++ b/ecc/bn254/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/kzg/utils.go b/ecc/bn254/kzg/utils.go index d14204dbd3..5f28c5b78e 100644 --- a/ecc/bn254/kzg/utils.go +++ b/ecc/bn254/kzg/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/marshal.go b/ecc/bn254/marshal.go index 95afd6bac0..4db3316aa7 100644 --- a/ecc/bn254/marshal.go +++ b/ecc/bn254/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/marshal_test.go b/ecc/bn254/marshal_test.go index b2ed1ba2c7..96978d256d 100644 --- a/ecc/bn254/marshal_test.go +++ b/ecc/bn254/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/multiexp.go b/ecc/bn254/multiexp.go index 46f12095e7..a9fc27c81b 100644 --- a/ecc/bn254/multiexp.go +++ b/ecc/bn254/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/multiexp_affine.go b/ecc/bn254/multiexp_affine.go index 77615b91d2..7d060d3d03 100644 --- a/ecc/bn254/multiexp_affine.go +++ b/ecc/bn254/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/multiexp_jacobian.go b/ecc/bn254/multiexp_jacobian.go index f1557637fe..4205b5620f 100644 --- a/ecc/bn254/multiexp_jacobian.go +++ b/ecc/bn254/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/multiexp_test.go b/ecc/bn254/multiexp_test.go index bbdc88d5ac..fb69e1db39 100644 --- a/ecc/bn254/multiexp_test.go +++ b/ecc/bn254/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/pairing.go b/ecc/bn254/pairing.go index 6ec8012e9e..f0e843fd35 100644 --- a/ecc/bn254/pairing.go +++ b/ecc/bn254/pairing.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bn254 diff --git a/ecc/bn254/pairing_test.go b/ecc/bn254/pairing_test.go index dd7fbfd2fa..abc290e42c 100644 --- a/ecc/bn254/pairing_test.go +++ b/ecc/bn254/pairing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/shplonk/doc.go b/ecc/bn254/shplonk/doc.go index 17b34373c2..0367893999 100644 --- a/ecc/bn254/shplonk/doc.go +++ b/ecc/bn254/shplonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/shplonk/example_test.go b/ecc/bn254/shplonk/example_test.go index 4d0ce3c2d3..29fb75ad14 100644 --- a/ecc/bn254/shplonk/example_test.go +++ b/ecc/bn254/shplonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/shplonk/marshal.go b/ecc/bn254/shplonk/marshal.go index df73ab2bea..006769c68f 100644 --- a/ecc/bn254/shplonk/marshal.go +++ b/ecc/bn254/shplonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/shplonk/shplonk.go b/ecc/bn254/shplonk/shplonk.go index 8335b78aa8..c732722145 100644 --- a/ecc/bn254/shplonk/shplonk.go +++ b/ecc/bn254/shplonk/shplonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/shplonk/shplonk_test.go b/ecc/bn254/shplonk/shplonk_test.go index 7955cd7bfc..fd2be5987d 100644 --- a/ecc/bn254/shplonk/shplonk_test.go +++ b/ecc/bn254/shplonk/shplonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/twistededwards/curve.go b/ecc/bn254/twistededwards/curve.go index aaf24dd341..2721974834 100644 --- a/ecc/bn254/twistededwards/curve.go +++ b/ecc/bn254/twistededwards/curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/twistededwards/doc.go b/ecc/bn254/twistededwards/doc.go index 02a4aaf565..032ff269fe 100644 --- a/ecc/bn254/twistededwards/doc.go +++ b/ecc/bn254/twistededwards/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/twistededwards/eddsa/doc.go b/ecc/bn254/twistededwards/eddsa/doc.go index 1e50b3f6a9..12eebe5d29 100644 --- a/ecc/bn254/twistededwards/eddsa/doc.go +++ b/ecc/bn254/twistededwards/eddsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/twistededwards/eddsa/eddsa.go b/ecc/bn254/twistededwards/eddsa/eddsa.go index 0fae94c13e..fc1de34203 100644 --- a/ecc/bn254/twistededwards/eddsa/eddsa.go +++ b/ecc/bn254/twistededwards/eddsa/eddsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/twistededwards/eddsa/eddsa_test.go b/ecc/bn254/twistededwards/eddsa/eddsa_test.go index 0df6b846dc..16f6511f46 100644 --- a/ecc/bn254/twistededwards/eddsa/eddsa_test.go +++ b/ecc/bn254/twistededwards/eddsa/eddsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/twistededwards/eddsa/marshal.go b/ecc/bn254/twistededwards/eddsa/marshal.go index 997d632b52..4ab1f0b542 100644 --- a/ecc/bn254/twistededwards/eddsa/marshal.go +++ b/ecc/bn254/twistededwards/eddsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/twistededwards/point.go b/ecc/bn254/twistededwards/point.go index 981ce89b7b..c231cfa9e3 100644 --- a/ecc/bn254/twistededwards/point.go +++ b/ecc/bn254/twistededwards/point.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bn254/twistededwards/point_test.go b/ecc/bn254/twistededwards/point_test.go index 80c0b1299d..767e56a70b 100644 --- a/ecc/bn254/twistededwards/point_test.go +++ b/ecc/bn254/twistededwards/point_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/ecdsa/doc.go b/ecc/bw6-633/ecdsa/doc.go index 59f91a57cd..933c753ea7 100644 --- a/ecc/bw6-633/ecdsa/doc.go +++ b/ecc/bw6-633/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/ecdsa/ecdsa.go b/ecc/bw6-633/ecdsa/ecdsa.go index 0f2f7593bb..24b909289d 100644 --- a/ecc/bw6-633/ecdsa/ecdsa.go +++ b/ecc/bw6-633/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/ecdsa/ecdsa_test.go b/ecc/bw6-633/ecdsa/ecdsa_test.go index 002945c411..f4090a3077 100644 --- a/ecc/bw6-633/ecdsa/ecdsa_test.go +++ b/ecc/bw6-633/ecdsa/ecdsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/ecdsa/marshal.go b/ecc/bw6-633/ecdsa/marshal.go index 8d78088705..0a348be708 100644 --- a/ecc/bw6-633/ecdsa/marshal.go +++ b/ecc/bw6-633/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/ecdsa/marshal_test.go b/ecc/bw6-633/ecdsa/marshal_test.go index 87f4dbed9d..c49a56e6c7 100644 --- a/ecc/bw6-633/ecdsa/marshal_test.go +++ b/ecc/bw6-633/ecdsa/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fflonk/doc.go b/ecc/bw6-633/fflonk/doc.go index b717383d87..67a8094e35 100644 --- a/ecc/bw6-633/fflonk/doc.go +++ b/ecc/bw6-633/fflonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fflonk/example_test.go b/ecc/bw6-633/fflonk/example_test.go index 7e1b0173af..2dfc9617b4 100644 --- a/ecc/bw6-633/fflonk/example_test.go +++ b/ecc/bw6-633/fflonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fflonk/fflonk.go b/ecc/bw6-633/fflonk/fflonk.go index c22d719fe7..dcc9c98c78 100644 --- a/ecc/bw6-633/fflonk/fflonk.go +++ b/ecc/bw6-633/fflonk/fflonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fflonk/fflonk_test.go b/ecc/bw6-633/fflonk/fflonk_test.go index d74bb16130..fa5630cf9b 100644 --- a/ecc/bw6-633/fflonk/fflonk_test.go +++ b/ecc/bw6-633/fflonk/fflonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fflonk/marshal.go b/ecc/bw6-633/fflonk/marshal.go index d30b5d7ac2..63c27aec6e 100644 --- a/ecc/bw6-633/fflonk/marshal.go +++ b/ecc/bw6-633/fflonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/arith.go b/ecc/bw6-633/fp/arith.go index b202a1549a..bb63552f5a 100644 --- a/ecc/bw6-633/fp/arith.go +++ b/ecc/bw6-633/fp/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/asm_adx.go b/ecc/bw6-633/fp/asm_adx.go index fe25e82db2..75e92992fe 100644 --- a/ecc/bw6-633/fp/asm_adx.go +++ b/ecc/bw6-633/fp/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/asm_noadx.go b/ecc/bw6-633/fp/asm_noadx.go index 95085a8e6f..304dfb7209 100644 --- a/ecc/bw6-633/fp/asm_noadx.go +++ b/ecc/bw6-633/fp/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/bw6_utils.go b/ecc/bw6-633/fp/bw6_utils.go index 340ad19ccf..a661ec4154 100644 --- a/ecc/bw6-633/fp/bw6_utils.go +++ b/ecc/bw6-633/fp/bw6_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fp diff --git a/ecc/bw6-633/fp/doc.go b/ecc/bw6-633/fp/doc.go index f4bd26cf51..efda77a4cf 100644 --- a/ecc/bw6-633/fp/doc.go +++ b/ecc/bw6-633/fp/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/element.go b/ecc/bw6-633/fp/element.go index 021561c553..b976ed3eb0 100644 --- a/ecc/bw6-633/fp/element.go +++ b/ecc/bw6-633/fp/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/element_amd64.go b/ecc/bw6-633/fp/element_amd64.go index e72f552ad9..9cee062e5b 100644 --- a/ecc/bw6-633/fp/element_amd64.go +++ b/ecc/bw6-633/fp/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/element_amd64.s b/ecc/bw6-633/fp/element_amd64.s index 0b787eadde..76df6b685b 100644 --- a/ecc/bw6-633/fp/element_amd64.s +++ b/ecc/bw6-633/fp/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/element_arm64.go b/ecc/bw6-633/fp/element_arm64.go index febbad8296..d0af52deaa 100644 --- a/ecc/bw6-633/fp/element_arm64.go +++ b/ecc/bw6-633/fp/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/element_arm64.s b/ecc/bw6-633/fp/element_arm64.s index 537ac0b636..39f3d76ae2 100644 --- a/ecc/bw6-633/fp/element_arm64.s +++ b/ecc/bw6-633/fp/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/element_exp.go b/ecc/bw6-633/fp/element_exp.go index 846338367d..21eef1d6c2 100644 --- a/ecc/bw6-633/fp/element_exp.go +++ b/ecc/bw6-633/fp/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/element_purego.go b/ecc/bw6-633/fp/element_purego.go index cabb8ff2b3..40e6af52e0 100644 --- a/ecc/bw6-633/fp/element_purego.go +++ b/ecc/bw6-633/fp/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/element_test.go b/ecc/bw6-633/fp/element_test.go index 33266dd93e..5ece775b31 100644 --- a/ecc/bw6-633/fp/element_test.go +++ b/ecc/bw6-633/fp/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/hash_to_field/doc.go b/ecc/bw6-633/fp/hash_to_field/doc.go index 4dee7c4096..fc145559ad 100644 --- a/ecc/bw6-633/fp/hash_to_field/doc.go +++ b/ecc/bw6-633/fp/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/hash_to_field/hash_to_field.go b/ecc/bw6-633/fp/hash_to_field/hash_to_field.go index 853d1a5aac..d5d745d725 100644 --- a/ecc/bw6-633/fp/hash_to_field/hash_to_field.go +++ b/ecc/bw6-633/fp/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/hash_to_field/hash_to_field_test.go b/ecc/bw6-633/fp/hash_to_field/hash_to_field_test.go index 8fc6ccdbe7..5f660415c4 100644 --- a/ecc/bw6-633/fp/hash_to_field/hash_to_field_test.go +++ b/ecc/bw6-633/fp/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/vector.go b/ecc/bw6-633/fp/vector.go index 05a1b66f95..58c3692973 100644 --- a/ecc/bw6-633/fp/vector.go +++ b/ecc/bw6-633/fp/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/vector_purego.go b/ecc/bw6-633/fp/vector_purego.go index 347b0df594..0cda361871 100644 --- a/ecc/bw6-633/fp/vector_purego.go +++ b/ecc/bw6-633/fp/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fp/vector_test.go b/ecc/bw6-633/fp/vector_test.go index ac54705fea..3b2aa63de7 100644 --- a/ecc/bw6-633/fp/vector_test.go +++ b/ecc/bw6-633/fp/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/arith.go b/ecc/bw6-633/fr/arith.go index 9285041f4b..dbba8a9ae4 100644 --- a/ecc/bw6-633/fr/arith.go +++ b/ecc/bw6-633/fr/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/asm_adx.go b/ecc/bw6-633/fr/asm_adx.go index 9e7da5e865..9b970335f1 100644 --- a/ecc/bw6-633/fr/asm_adx.go +++ b/ecc/bw6-633/fr/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/asm_noadx.go b/ecc/bw6-633/fr/asm_noadx.go index 3456158655..96741014f2 100644 --- a/ecc/bw6-633/fr/asm_noadx.go +++ b/ecc/bw6-633/fr/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/doc.go b/ecc/bw6-633/fr/doc.go index a2b7cfd871..5adacadee4 100644 --- a/ecc/bw6-633/fr/doc.go +++ b/ecc/bw6-633/fr/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/element.go b/ecc/bw6-633/fr/element.go index d9671b7d08..7e16486ca6 100644 --- a/ecc/bw6-633/fr/element.go +++ b/ecc/bw6-633/fr/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/element_amd64.go b/ecc/bw6-633/fr/element_amd64.go index ca49d12590..4c3f2a8567 100644 --- a/ecc/bw6-633/fr/element_amd64.go +++ b/ecc/bw6-633/fr/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/element_amd64.s b/ecc/bw6-633/fr/element_amd64.s index 4510807fcf..0f7e0b89ff 100644 --- a/ecc/bw6-633/fr/element_amd64.s +++ b/ecc/bw6-633/fr/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/element_exp.go b/ecc/bw6-633/fr/element_exp.go index 11528df7d0..7a9e0ec902 100644 --- a/ecc/bw6-633/fr/element_exp.go +++ b/ecc/bw6-633/fr/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/element_purego.go b/ecc/bw6-633/fr/element_purego.go index 7d2053163c..93d2bcac2d 100644 --- a/ecc/bw6-633/fr/element_purego.go +++ b/ecc/bw6-633/fr/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/element_test.go b/ecc/bw6-633/fr/element_test.go index aec1350323..b9f7e8709d 100644 --- a/ecc/bw6-633/fr/element_test.go +++ b/ecc/bw6-633/fr/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/fft/bitreverse.go b/ecc/bw6-633/fr/fft/bitreverse.go index b495f43b30..d0c374f9b8 100644 --- a/ecc/bw6-633/fr/fft/bitreverse.go +++ b/ecc/bw6-633/fr/fft/bitreverse.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/fft/bitreverse_test.go b/ecc/bw6-633/fr/fft/bitreverse_test.go index c14e2905c3..1d94a1c6c6 100644 --- a/ecc/bw6-633/fr/fft/bitreverse_test.go +++ b/ecc/bw6-633/fr/fft/bitreverse_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/fft/doc.go b/ecc/bw6-633/fr/fft/doc.go index 1ef04db2df..4cce0f9779 100644 --- a/ecc/bw6-633/fr/fft/doc.go +++ b/ecc/bw6-633/fr/fft/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/fft/domain.go b/ecc/bw6-633/fr/fft/domain.go index e8c95c7bb8..a37f3d80f8 100644 --- a/ecc/bw6-633/fr/fft/domain.go +++ b/ecc/bw6-633/fr/fft/domain.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/fft/domain_test.go b/ecc/bw6-633/fr/fft/domain_test.go index d95288076c..e445d3cc12 100644 --- a/ecc/bw6-633/fr/fft/domain_test.go +++ b/ecc/bw6-633/fr/fft/domain_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/fft/fft.go b/ecc/bw6-633/fr/fft/fft.go index c4f306cbc1..24c93b2c24 100644 --- a/ecc/bw6-633/fr/fft/fft.go +++ b/ecc/bw6-633/fr/fft/fft.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/fft/fft_test.go b/ecc/bw6-633/fr/fft/fft_test.go index 6ff132f4db..f4cce97c61 100644 --- a/ecc/bw6-633/fr/fft/fft_test.go +++ b/ecc/bw6-633/fr/fft/fft_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/fft/options.go b/ecc/bw6-633/fr/fft/options.go index b7abd2878c..44dd664d89 100644 --- a/ecc/bw6-633/fr/fft/options.go +++ b/ecc/bw6-633/fr/fft/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/fri/doc.go b/ecc/bw6-633/fr/fri/doc.go index 428dabf625..cea69fc79a 100644 --- a/ecc/bw6-633/fr/fri/doc.go +++ b/ecc/bw6-633/fr/fri/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/fri/fri.go b/ecc/bw6-633/fr/fri/fri.go index c720a643fa..225b98655a 100644 --- a/ecc/bw6-633/fr/fri/fri.go +++ b/ecc/bw6-633/fr/fri/fri.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/fri/fri_test.go b/ecc/bw6-633/fr/fri/fri_test.go index 299f1b7187..336ee07c0b 100644 --- a/ecc/bw6-633/fr/fri/fri_test.go +++ b/ecc/bw6-633/fr/fri/fri_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/generator.go b/ecc/bw6-633/fr/generator.go index d18f530e8e..f7491984c9 100644 --- a/ecc/bw6-633/fr/generator.go +++ b/ecc/bw6-633/fr/generator.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/gkr/gkr.go b/ecc/bw6-633/fr/gkr/gkr.go index 5f251d6742..2f2b91b5ef 100644 --- a/ecc/bw6-633/fr/gkr/gkr.go +++ b/ecc/bw6-633/fr/gkr/gkr.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/gkr/gkr_test.go b/ecc/bw6-633/fr/gkr/gkr_test.go index cf77a52aba..5316f63c01 100644 --- a/ecc/bw6-633/fr/gkr/gkr_test.go +++ b/ecc/bw6-633/fr/gkr/gkr_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/hash_to_field/doc.go b/ecc/bw6-633/fr/hash_to_field/doc.go index 298175d9f9..bf75dbff35 100644 --- a/ecc/bw6-633/fr/hash_to_field/doc.go +++ b/ecc/bw6-633/fr/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/hash_to_field/hash_to_field.go b/ecc/bw6-633/fr/hash_to_field/hash_to_field.go index e504f76259..e8f300e1cb 100644 --- a/ecc/bw6-633/fr/hash_to_field/hash_to_field.go +++ b/ecc/bw6-633/fr/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/hash_to_field/hash_to_field_test.go b/ecc/bw6-633/fr/hash_to_field/hash_to_field_test.go index e5e9595d90..2beeea14db 100644 --- a/ecc/bw6-633/fr/hash_to_field/hash_to_field_test.go +++ b/ecc/bw6-633/fr/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/iop/doc.go b/ecc/bw6-633/fr/iop/doc.go index ee3facf1e1..2ef06dfe1a 100644 --- a/ecc/bw6-633/fr/iop/doc.go +++ b/ecc/bw6-633/fr/iop/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/iop/expressions.go b/ecc/bw6-633/fr/iop/expressions.go index 7d239194ca..ea9678075b 100644 --- a/ecc/bw6-633/fr/iop/expressions.go +++ b/ecc/bw6-633/fr/iop/expressions.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/iop/expressions_test.go b/ecc/bw6-633/fr/iop/expressions_test.go index ec0e96da8c..309b60bd44 100644 --- a/ecc/bw6-633/fr/iop/expressions_test.go +++ b/ecc/bw6-633/fr/iop/expressions_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/iop/polynomial.go b/ecc/bw6-633/fr/iop/polynomial.go index c496dcf9a5..0d5c2cf8a2 100644 --- a/ecc/bw6-633/fr/iop/polynomial.go +++ b/ecc/bw6-633/fr/iop/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/iop/polynomial_test.go b/ecc/bw6-633/fr/iop/polynomial_test.go index 08e97903aa..9ac04bf6f9 100644 --- a/ecc/bw6-633/fr/iop/polynomial_test.go +++ b/ecc/bw6-633/fr/iop/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/iop/quotient.go b/ecc/bw6-633/fr/iop/quotient.go index 8e4239ebdb..4420c026b2 100644 --- a/ecc/bw6-633/fr/iop/quotient.go +++ b/ecc/bw6-633/fr/iop/quotient.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/iop/quotient_test.go b/ecc/bw6-633/fr/iop/quotient_test.go index da0f0bfc41..629f0bf29f 100644 --- a/ecc/bw6-633/fr/iop/quotient_test.go +++ b/ecc/bw6-633/fr/iop/quotient_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/iop/ratios.go b/ecc/bw6-633/fr/iop/ratios.go index 876c380c94..97150f3f34 100644 --- a/ecc/bw6-633/fr/iop/ratios.go +++ b/ecc/bw6-633/fr/iop/ratios.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/iop/ratios_test.go b/ecc/bw6-633/fr/iop/ratios_test.go index 03c076bb75..1d6860c47b 100644 --- a/ecc/bw6-633/fr/iop/ratios_test.go +++ b/ecc/bw6-633/fr/iop/ratios_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/iop/utils.go b/ecc/bw6-633/fr/iop/utils.go index 5a4fb37c09..db5e837c70 100644 --- a/ecc/bw6-633/fr/iop/utils.go +++ b/ecc/bw6-633/fr/iop/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/mimc/doc.go b/ecc/bw6-633/fr/mimc/doc.go index cc7b101eb4..98aa3f8d81 100644 --- a/ecc/bw6-633/fr/mimc/doc.go +++ b/ecc/bw6-633/fr/mimc/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/mimc/mimc.go b/ecc/bw6-633/fr/mimc/mimc.go index cfa98c7a5c..3ed4a8a714 100644 --- a/ecc/bw6-633/fr/mimc/mimc.go +++ b/ecc/bw6-633/fr/mimc/mimc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/mimc/options.go b/ecc/bw6-633/fr/mimc/options.go index 6afaa999d2..9a6b28e3e3 100644 --- a/ecc/bw6-633/fr/mimc/options.go +++ b/ecc/bw6-633/fr/mimc/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/pedersen/doc.go b/ecc/bw6-633/fr/pedersen/doc.go index 62a62f179f..2e24034936 100644 --- a/ecc/bw6-633/fr/pedersen/doc.go +++ b/ecc/bw6-633/fr/pedersen/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/pedersen/example_test.go b/ecc/bw6-633/fr/pedersen/example_test.go index 5e32ec591f..c4a36efcc9 100644 --- a/ecc/bw6-633/fr/pedersen/example_test.go +++ b/ecc/bw6-633/fr/pedersen/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/pedersen/pedersen.go b/ecc/bw6-633/fr/pedersen/pedersen.go index baf41e7368..ac20e55e77 100644 --- a/ecc/bw6-633/fr/pedersen/pedersen.go +++ b/ecc/bw6-633/fr/pedersen/pedersen.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/pedersen/pedersen_test.go b/ecc/bw6-633/fr/pedersen/pedersen_test.go index 1de99bdbdb..3c263657c3 100644 --- a/ecc/bw6-633/fr/pedersen/pedersen_test.go +++ b/ecc/bw6-633/fr/pedersen/pedersen_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/permutation/doc.go b/ecc/bw6-633/fr/permutation/doc.go index 5f346b5a53..e24cd82923 100644 --- a/ecc/bw6-633/fr/permutation/doc.go +++ b/ecc/bw6-633/fr/permutation/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/permutation/permutation.go b/ecc/bw6-633/fr/permutation/permutation.go index 828b04c983..938ff17aed 100644 --- a/ecc/bw6-633/fr/permutation/permutation.go +++ b/ecc/bw6-633/fr/permutation/permutation.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/permutation/permutation_test.go b/ecc/bw6-633/fr/permutation/permutation_test.go index da06886a14..1d7a73d5b5 100644 --- a/ecc/bw6-633/fr/permutation/permutation_test.go +++ b/ecc/bw6-633/fr/permutation/permutation_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/plookup/doc.go b/ecc/bw6-633/fr/plookup/doc.go index d163104002..7a02c59719 100644 --- a/ecc/bw6-633/fr/plookup/doc.go +++ b/ecc/bw6-633/fr/plookup/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/plookup/plookup_test.go b/ecc/bw6-633/fr/plookup/plookup_test.go index 2d654beeaf..f081d33d5c 100644 --- a/ecc/bw6-633/fr/plookup/plookup_test.go +++ b/ecc/bw6-633/fr/plookup/plookup_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/plookup/table.go b/ecc/bw6-633/fr/plookup/table.go index 9863ccd2f4..221a50cfd3 100644 --- a/ecc/bw6-633/fr/plookup/table.go +++ b/ecc/bw6-633/fr/plookup/table.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/plookup/vector.go b/ecc/bw6-633/fr/plookup/vector.go index 25acc02ecb..e3a3351e8f 100644 --- a/ecc/bw6-633/fr/plookup/vector.go +++ b/ecc/bw6-633/fr/plookup/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/polynomial/doc.go b/ecc/bw6-633/fr/polynomial/doc.go index 35b3f725c1..fd96328e8f 100644 --- a/ecc/bw6-633/fr/polynomial/doc.go +++ b/ecc/bw6-633/fr/polynomial/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/polynomial/multilin.go b/ecc/bw6-633/fr/polynomial/multilin.go index 1b98d88c83..a271c88575 100644 --- a/ecc/bw6-633/fr/polynomial/multilin.go +++ b/ecc/bw6-633/fr/polynomial/multilin.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/polynomial/multilin_test.go b/ecc/bw6-633/fr/polynomial/multilin_test.go index f1b0c1f746..7b722b4c1f 100644 --- a/ecc/bw6-633/fr/polynomial/multilin_test.go +++ b/ecc/bw6-633/fr/polynomial/multilin_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/polynomial/polynomial.go b/ecc/bw6-633/fr/polynomial/polynomial.go index 1265961519..1c3ff26dfd 100644 --- a/ecc/bw6-633/fr/polynomial/polynomial.go +++ b/ecc/bw6-633/fr/polynomial/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/polynomial/polynomial_test.go b/ecc/bw6-633/fr/polynomial/polynomial_test.go index 75e6b9c7a0..5b1d24b09e 100644 --- a/ecc/bw6-633/fr/polynomial/polynomial_test.go +++ b/ecc/bw6-633/fr/polynomial/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/polynomial/pool.go b/ecc/bw6-633/fr/polynomial/pool.go index d58cb5d680..6382c3ea48 100644 --- a/ecc/bw6-633/fr/polynomial/pool.go +++ b/ecc/bw6-633/fr/polynomial/pool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/poseidon2/poseidon2.go b/ecc/bw6-633/fr/poseidon2/poseidon2.go index d9583a8eb0..c4a9ccc8eb 100644 --- a/ecc/bw6-633/fr/poseidon2/poseidon2.go +++ b/ecc/bw6-633/fr/poseidon2/poseidon2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/poseidon2/poseidon2_test.go b/ecc/bw6-633/fr/poseidon2/poseidon2_test.go index e601f0f082..b1e8913fd5 100644 --- a/ecc/bw6-633/fr/poseidon2/poseidon2_test.go +++ b/ecc/bw6-633/fr/poseidon2/poseidon2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/sumcheck/sumcheck.go b/ecc/bw6-633/fr/sumcheck/sumcheck.go index 192f993ce0..902757717f 100644 --- a/ecc/bw6-633/fr/sumcheck/sumcheck.go +++ b/ecc/bw6-633/fr/sumcheck/sumcheck.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/sumcheck/sumcheck_test.go b/ecc/bw6-633/fr/sumcheck/sumcheck_test.go index 4a7a939a41..1abeb3ea5b 100644 --- a/ecc/bw6-633/fr/sumcheck/sumcheck_test.go +++ b/ecc/bw6-633/fr/sumcheck/sumcheck_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/test_vector_utils/test_vector_utils.go b/ecc/bw6-633/fr/test_vector_utils/test_vector_utils.go index 48c3f18b7a..fda1206bc2 100644 --- a/ecc/bw6-633/fr/test_vector_utils/test_vector_utils.go +++ b/ecc/bw6-633/fr/test_vector_utils/test_vector_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/vector.go b/ecc/bw6-633/fr/vector.go index 6f87987b48..53e5e4e49c 100644 --- a/ecc/bw6-633/fr/vector.go +++ b/ecc/bw6-633/fr/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/vector_purego.go b/ecc/bw6-633/fr/vector_purego.go index 3c81210b58..c26ef9f1bb 100644 --- a/ecc/bw6-633/fr/vector_purego.go +++ b/ecc/bw6-633/fr/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/fr/vector_test.go b/ecc/bw6-633/fr/vector_test.go index b7fd253809..22e0d1bb90 100644 --- a/ecc/bw6-633/fr/vector_test.go +++ b/ecc/bw6-633/fr/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/g1.go b/ecc/bw6-633/g1.go index 875a4c48cc..62917937bc 100644 --- a/ecc/bw6-633/g1.go +++ b/ecc/bw6-633/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/g1_test.go b/ecc/bw6-633/g1_test.go index 69fc2bbf4f..ad2ec5789a 100644 --- a/ecc/bw6-633/g1_test.go +++ b/ecc/bw6-633/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/g2.go b/ecc/bw6-633/g2.go index 63912e698f..bb5972f107 100644 --- a/ecc/bw6-633/g2.go +++ b/ecc/bw6-633/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/g2_test.go b/ecc/bw6-633/g2_test.go index d69c0235d5..c36bcdbbe7 100644 --- a/ecc/bw6-633/g2_test.go +++ b/ecc/bw6-633/g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/hash_to_g1.go b/ecc/bw6-633/hash_to_g1.go index caba82f431..7e2a7bb8da 100644 --- a/ecc/bw6-633/hash_to_g1.go +++ b/ecc/bw6-633/hash_to_g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/hash_to_g1_test.go b/ecc/bw6-633/hash_to_g1_test.go index 15201b3bc7..bcd21cb91d 100644 --- a/ecc/bw6-633/hash_to_g1_test.go +++ b/ecc/bw6-633/hash_to_g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/hash_to_g2.go b/ecc/bw6-633/hash_to_g2.go index b5b0fd99de..b08e142909 100644 --- a/ecc/bw6-633/hash_to_g2.go +++ b/ecc/bw6-633/hash_to_g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/hash_to_g2_test.go b/ecc/bw6-633/hash_to_g2_test.go index 020784d358..57fdc4b5b4 100644 --- a/ecc/bw6-633/hash_to_g2_test.go +++ b/ecc/bw6-633/hash_to_g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/internal/fptower/e3.go b/ecc/bw6-633/internal/fptower/e3.go index 8997867bf2..9f29bcb441 100644 --- a/ecc/bw6-633/internal/fptower/e3.go +++ b/ecc/bw6-633/internal/fptower/e3.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-633/internal/fptower/e6.go b/ecc/bw6-633/internal/fptower/e6.go index dcdae32b08..8b4e716395 100644 --- a/ecc/bw6-633/internal/fptower/e6.go +++ b/ecc/bw6-633/internal/fptower/e6.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-633/internal/fptower/e6_test.go b/ecc/bw6-633/internal/fptower/e6_test.go index 6e0c11114d..9f7c1856f9 100644 --- a/ecc/bw6-633/internal/fptower/e6_test.go +++ b/ecc/bw6-633/internal/fptower/e6_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-633/internal/fptower/frobenius.go b/ecc/bw6-633/internal/fptower/frobenius.go index 8fc422475f..6b5768cacf 100644 --- a/ecc/bw6-633/internal/fptower/frobenius.go +++ b/ecc/bw6-633/internal/fptower/frobenius.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-633/internal/fptower/parameters.go b/ecc/bw6-633/internal/fptower/parameters.go index b6de840601..ced7fe6967 100644 --- a/ecc/bw6-633/internal/fptower/parameters.go +++ b/ecc/bw6-633/internal/fptower/parameters.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-633/kzg/doc.go b/ecc/bw6-633/kzg/doc.go index 6c3454a2d9..226614bbdf 100644 --- a/ecc/bw6-633/kzg/doc.go +++ b/ecc/bw6-633/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/kzg/kzg.go b/ecc/bw6-633/kzg/kzg.go index b9fae65ab1..bc27742827 100644 --- a/ecc/bw6-633/kzg/kzg.go +++ b/ecc/bw6-633/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/kzg/kzg_test.go b/ecc/bw6-633/kzg/kzg_test.go index ac64838478..995877b769 100644 --- a/ecc/bw6-633/kzg/kzg_test.go +++ b/ecc/bw6-633/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/kzg/marshal.go b/ecc/bw6-633/kzg/marshal.go index f120926571..f14c91a860 100644 --- a/ecc/bw6-633/kzg/marshal.go +++ b/ecc/bw6-633/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/kzg/utils.go b/ecc/bw6-633/kzg/utils.go index 00006d1c20..1ead3e7c2e 100644 --- a/ecc/bw6-633/kzg/utils.go +++ b/ecc/bw6-633/kzg/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/marshal.go b/ecc/bw6-633/marshal.go index b10cc1b70a..edc60f546a 100644 --- a/ecc/bw6-633/marshal.go +++ b/ecc/bw6-633/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/marshal_test.go b/ecc/bw6-633/marshal_test.go index d68198dc29..9e44f97d3b 100644 --- a/ecc/bw6-633/marshal_test.go +++ b/ecc/bw6-633/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/multiexp.go b/ecc/bw6-633/multiexp.go index 37f75c2729..7bbf91d315 100644 --- a/ecc/bw6-633/multiexp.go +++ b/ecc/bw6-633/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/multiexp_affine.go b/ecc/bw6-633/multiexp_affine.go index 9323675bd5..d36e5040fa 100644 --- a/ecc/bw6-633/multiexp_affine.go +++ b/ecc/bw6-633/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/multiexp_jacobian.go b/ecc/bw6-633/multiexp_jacobian.go index ee53a3a060..f3caa67025 100644 --- a/ecc/bw6-633/multiexp_jacobian.go +++ b/ecc/bw6-633/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/multiexp_test.go b/ecc/bw6-633/multiexp_test.go index 0513c193c6..c8e312de6a 100644 --- a/ecc/bw6-633/multiexp_test.go +++ b/ecc/bw6-633/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/pairing.go b/ecc/bw6-633/pairing.go index 08d025e3a2..a898b72528 100644 --- a/ecc/bw6-633/pairing.go +++ b/ecc/bw6-633/pairing.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package bw6633 diff --git a/ecc/bw6-633/pairing_test.go b/ecc/bw6-633/pairing_test.go index 606068693e..a878c0e50f 100644 --- a/ecc/bw6-633/pairing_test.go +++ b/ecc/bw6-633/pairing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/shplonk/doc.go b/ecc/bw6-633/shplonk/doc.go index 17b34373c2..0367893999 100644 --- a/ecc/bw6-633/shplonk/doc.go +++ b/ecc/bw6-633/shplonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/shplonk/example_test.go b/ecc/bw6-633/shplonk/example_test.go index fd6e34394e..57471ea4fb 100644 --- a/ecc/bw6-633/shplonk/example_test.go +++ b/ecc/bw6-633/shplonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/shplonk/marshal.go b/ecc/bw6-633/shplonk/marshal.go index ab4d61b642..abd3918e85 100644 --- a/ecc/bw6-633/shplonk/marshal.go +++ b/ecc/bw6-633/shplonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/shplonk/shplonk.go b/ecc/bw6-633/shplonk/shplonk.go index 925074f864..1b41c3adcd 100644 --- a/ecc/bw6-633/shplonk/shplonk.go +++ b/ecc/bw6-633/shplonk/shplonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/shplonk/shplonk_test.go b/ecc/bw6-633/shplonk/shplonk_test.go index aefbb8a6a3..bd6fa2f81b 100644 --- a/ecc/bw6-633/shplonk/shplonk_test.go +++ b/ecc/bw6-633/shplonk/shplonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/twistededwards/curve.go b/ecc/bw6-633/twistededwards/curve.go index 671cbc95ac..a5bd1b94f9 100644 --- a/ecc/bw6-633/twistededwards/curve.go +++ b/ecc/bw6-633/twistededwards/curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/twistededwards/doc.go b/ecc/bw6-633/twistededwards/doc.go index cdf5b586ff..59833f0b37 100644 --- a/ecc/bw6-633/twistededwards/doc.go +++ b/ecc/bw6-633/twistededwards/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/twistededwards/eddsa/doc.go b/ecc/bw6-633/twistededwards/eddsa/doc.go index 501d823f75..a92c9947a3 100644 --- a/ecc/bw6-633/twistededwards/eddsa/doc.go +++ b/ecc/bw6-633/twistededwards/eddsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/twistededwards/eddsa/eddsa.go b/ecc/bw6-633/twistededwards/eddsa/eddsa.go index 47ba6425b7..fca1faee82 100644 --- a/ecc/bw6-633/twistededwards/eddsa/eddsa.go +++ b/ecc/bw6-633/twistededwards/eddsa/eddsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/twistededwards/eddsa/eddsa_test.go b/ecc/bw6-633/twistededwards/eddsa/eddsa_test.go index de9fea0a8e..11dd10da30 100644 --- a/ecc/bw6-633/twistededwards/eddsa/eddsa_test.go +++ b/ecc/bw6-633/twistededwards/eddsa/eddsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/twistededwards/eddsa/marshal.go b/ecc/bw6-633/twistededwards/eddsa/marshal.go index 8c8dab8a85..c0d4f05feb 100644 --- a/ecc/bw6-633/twistededwards/eddsa/marshal.go +++ b/ecc/bw6-633/twistededwards/eddsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/twistededwards/point.go b/ecc/bw6-633/twistededwards/point.go index 0016475b23..f7a76239f3 100644 --- a/ecc/bw6-633/twistededwards/point.go +++ b/ecc/bw6-633/twistededwards/point.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-633/twistededwards/point_test.go b/ecc/bw6-633/twistededwards/point_test.go index fb8ec7efa8..7182cdd32d 100644 --- a/ecc/bw6-633/twistededwards/point_test.go +++ b/ecc/bw6-633/twistededwards/point_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/ecdsa/doc.go b/ecc/bw6-761/ecdsa/doc.go index 84fc6c059a..dd72153183 100644 --- a/ecc/bw6-761/ecdsa/doc.go +++ b/ecc/bw6-761/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/ecdsa/ecdsa.go b/ecc/bw6-761/ecdsa/ecdsa.go index ea3338651c..f452ce2164 100644 --- a/ecc/bw6-761/ecdsa/ecdsa.go +++ b/ecc/bw6-761/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/ecdsa/ecdsa_test.go b/ecc/bw6-761/ecdsa/ecdsa_test.go index 4c7dc6f362..d44c6052ae 100644 --- a/ecc/bw6-761/ecdsa/ecdsa_test.go +++ b/ecc/bw6-761/ecdsa/ecdsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/ecdsa/marshal.go b/ecc/bw6-761/ecdsa/marshal.go index e3d2d6dd35..aab61d03ab 100644 --- a/ecc/bw6-761/ecdsa/marshal.go +++ b/ecc/bw6-761/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/ecdsa/marshal_test.go b/ecc/bw6-761/ecdsa/marshal_test.go index e189bb247f..d0632664ad 100644 --- a/ecc/bw6-761/ecdsa/marshal_test.go +++ b/ecc/bw6-761/ecdsa/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fflonk/doc.go b/ecc/bw6-761/fflonk/doc.go index b717383d87..67a8094e35 100644 --- a/ecc/bw6-761/fflonk/doc.go +++ b/ecc/bw6-761/fflonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fflonk/example_test.go b/ecc/bw6-761/fflonk/example_test.go index 5576eeca34..22c353e4be 100644 --- a/ecc/bw6-761/fflonk/example_test.go +++ b/ecc/bw6-761/fflonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fflonk/fflonk.go b/ecc/bw6-761/fflonk/fflonk.go index e592fe11a4..e833ce793a 100644 --- a/ecc/bw6-761/fflonk/fflonk.go +++ b/ecc/bw6-761/fflonk/fflonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fflonk/fflonk_test.go b/ecc/bw6-761/fflonk/fflonk_test.go index f81e8fa0c9..371b281037 100644 --- a/ecc/bw6-761/fflonk/fflonk_test.go +++ b/ecc/bw6-761/fflonk/fflonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fflonk/marshal.go b/ecc/bw6-761/fflonk/marshal.go index 945cbeb7d5..29ab15ab97 100644 --- a/ecc/bw6-761/fflonk/marshal.go +++ b/ecc/bw6-761/fflonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/arith.go b/ecc/bw6-761/fp/arith.go index b202a1549a..bb63552f5a 100644 --- a/ecc/bw6-761/fp/arith.go +++ b/ecc/bw6-761/fp/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/asm_adx.go b/ecc/bw6-761/fp/asm_adx.go index fe25e82db2..75e92992fe 100644 --- a/ecc/bw6-761/fp/asm_adx.go +++ b/ecc/bw6-761/fp/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/asm_noadx.go b/ecc/bw6-761/fp/asm_noadx.go index 95085a8e6f..304dfb7209 100644 --- a/ecc/bw6-761/fp/asm_noadx.go +++ b/ecc/bw6-761/fp/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/bw6_utils.go b/ecc/bw6-761/fp/bw6_utils.go index 3ae70dec5f..f1359d951c 100644 --- a/ecc/bw6-761/fp/bw6_utils.go +++ b/ecc/bw6-761/fp/bw6_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fp diff --git a/ecc/bw6-761/fp/doc.go b/ecc/bw6-761/fp/doc.go index 79fbd8d702..c682d8d668 100644 --- a/ecc/bw6-761/fp/doc.go +++ b/ecc/bw6-761/fp/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/element.go b/ecc/bw6-761/fp/element.go index 3dbb53b4b7..82a4a111d7 100644 --- a/ecc/bw6-761/fp/element.go +++ b/ecc/bw6-761/fp/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/element_amd64.go b/ecc/bw6-761/fp/element_amd64.go index e72f552ad9..9cee062e5b 100644 --- a/ecc/bw6-761/fp/element_amd64.go +++ b/ecc/bw6-761/fp/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/element_amd64.s b/ecc/bw6-761/fp/element_amd64.s index 53fe7b3716..c50306bc8d 100644 --- a/ecc/bw6-761/fp/element_amd64.s +++ b/ecc/bw6-761/fp/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/element_arm64.go b/ecc/bw6-761/fp/element_arm64.go index cf4f884270..665fc7bf74 100644 --- a/ecc/bw6-761/fp/element_arm64.go +++ b/ecc/bw6-761/fp/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/element_arm64.s b/ecc/bw6-761/fp/element_arm64.s index 051a143619..e6d61fb12e 100644 --- a/ecc/bw6-761/fp/element_arm64.s +++ b/ecc/bw6-761/fp/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/element_exp.go b/ecc/bw6-761/fp/element_exp.go index 87e0135c53..f017426d0f 100644 --- a/ecc/bw6-761/fp/element_exp.go +++ b/ecc/bw6-761/fp/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/element_purego.go b/ecc/bw6-761/fp/element_purego.go index 0b478029e3..27bbd3ea4f 100644 --- a/ecc/bw6-761/fp/element_purego.go +++ b/ecc/bw6-761/fp/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/element_test.go b/ecc/bw6-761/fp/element_test.go index d57c1a4137..57f420e1e9 100644 --- a/ecc/bw6-761/fp/element_test.go +++ b/ecc/bw6-761/fp/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/hash_to_field/doc.go b/ecc/bw6-761/fp/hash_to_field/doc.go index 2248500dd4..9f9a0f60b2 100644 --- a/ecc/bw6-761/fp/hash_to_field/doc.go +++ b/ecc/bw6-761/fp/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/hash_to_field/hash_to_field.go b/ecc/bw6-761/fp/hash_to_field/hash_to_field.go index 4c3d232a30..ca34259946 100644 --- a/ecc/bw6-761/fp/hash_to_field/hash_to_field.go +++ b/ecc/bw6-761/fp/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/hash_to_field/hash_to_field_test.go b/ecc/bw6-761/fp/hash_to_field/hash_to_field_test.go index 9c54650caf..cc1be00fb8 100644 --- a/ecc/bw6-761/fp/hash_to_field/hash_to_field_test.go +++ b/ecc/bw6-761/fp/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/vector.go b/ecc/bw6-761/fp/vector.go index 18fd592d85..e312aebc6e 100644 --- a/ecc/bw6-761/fp/vector.go +++ b/ecc/bw6-761/fp/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/vector_purego.go b/ecc/bw6-761/fp/vector_purego.go index 347b0df594..0cda361871 100644 --- a/ecc/bw6-761/fp/vector_purego.go +++ b/ecc/bw6-761/fp/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fp/vector_test.go b/ecc/bw6-761/fp/vector_test.go index 65e92b3d04..d1765ba9bc 100644 --- a/ecc/bw6-761/fp/vector_test.go +++ b/ecc/bw6-761/fp/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/arith.go b/ecc/bw6-761/fr/arith.go index 9285041f4b..dbba8a9ae4 100644 --- a/ecc/bw6-761/fr/arith.go +++ b/ecc/bw6-761/fr/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/asm_adx.go b/ecc/bw6-761/fr/asm_adx.go index 9e7da5e865..9b970335f1 100644 --- a/ecc/bw6-761/fr/asm_adx.go +++ b/ecc/bw6-761/fr/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/asm_noadx.go b/ecc/bw6-761/fr/asm_noadx.go index 3456158655..96741014f2 100644 --- a/ecc/bw6-761/fr/asm_noadx.go +++ b/ecc/bw6-761/fr/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/doc.go b/ecc/bw6-761/fr/doc.go index 6904be877b..277ef9945a 100644 --- a/ecc/bw6-761/fr/doc.go +++ b/ecc/bw6-761/fr/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/element.go b/ecc/bw6-761/fr/element.go index ebd218e002..98de557872 100644 --- a/ecc/bw6-761/fr/element.go +++ b/ecc/bw6-761/fr/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/element_amd64.go b/ecc/bw6-761/fr/element_amd64.go index ca49d12590..4c3f2a8567 100644 --- a/ecc/bw6-761/fr/element_amd64.go +++ b/ecc/bw6-761/fr/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/element_amd64.s b/ecc/bw6-761/fr/element_amd64.s index 5d3fa97711..719aecfbe9 100644 --- a/ecc/bw6-761/fr/element_amd64.s +++ b/ecc/bw6-761/fr/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/element_arm64.go b/ecc/bw6-761/fr/element_arm64.go index e1d3e0bead..cde9727044 100644 --- a/ecc/bw6-761/fr/element_arm64.go +++ b/ecc/bw6-761/fr/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/element_arm64.s b/ecc/bw6-761/fr/element_arm64.s index 58d21358b0..b4dfd1612c 100644 --- a/ecc/bw6-761/fr/element_arm64.s +++ b/ecc/bw6-761/fr/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/element_exp.go b/ecc/bw6-761/fr/element_exp.go index c9df4d675c..73a46afaf0 100644 --- a/ecc/bw6-761/fr/element_exp.go +++ b/ecc/bw6-761/fr/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/element_purego.go b/ecc/bw6-761/fr/element_purego.go index 15fab63d4c..c4ef27e9a3 100644 --- a/ecc/bw6-761/fr/element_purego.go +++ b/ecc/bw6-761/fr/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/element_test.go b/ecc/bw6-761/fr/element_test.go index 8974a228ac..a01d11c9e7 100644 --- a/ecc/bw6-761/fr/element_test.go +++ b/ecc/bw6-761/fr/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/fft/bitreverse.go b/ecc/bw6-761/fr/fft/bitreverse.go index ec82646978..408320f032 100644 --- a/ecc/bw6-761/fr/fft/bitreverse.go +++ b/ecc/bw6-761/fr/fft/bitreverse.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/fft/bitreverse_test.go b/ecc/bw6-761/fr/fft/bitreverse_test.go index d32144152c..0206f2e5d2 100644 --- a/ecc/bw6-761/fr/fft/bitreverse_test.go +++ b/ecc/bw6-761/fr/fft/bitreverse_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/fft/doc.go b/ecc/bw6-761/fr/fft/doc.go index 1ef04db2df..4cce0f9779 100644 --- a/ecc/bw6-761/fr/fft/doc.go +++ b/ecc/bw6-761/fr/fft/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/fft/domain.go b/ecc/bw6-761/fr/fft/domain.go index e8d349dee2..189b5b1984 100644 --- a/ecc/bw6-761/fr/fft/domain.go +++ b/ecc/bw6-761/fr/fft/domain.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/fft/domain_test.go b/ecc/bw6-761/fr/fft/domain_test.go index d95288076c..e445d3cc12 100644 --- a/ecc/bw6-761/fr/fft/domain_test.go +++ b/ecc/bw6-761/fr/fft/domain_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/fft/fft.go b/ecc/bw6-761/fr/fft/fft.go index a7d6a44736..85b35a0639 100644 --- a/ecc/bw6-761/fr/fft/fft.go +++ b/ecc/bw6-761/fr/fft/fft.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/fft/fft_test.go b/ecc/bw6-761/fr/fft/fft_test.go index 4ba89f360b..81d4945ef2 100644 --- a/ecc/bw6-761/fr/fft/fft_test.go +++ b/ecc/bw6-761/fr/fft/fft_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/fft/options.go b/ecc/bw6-761/fr/fft/options.go index ec6214e752..a0fdb41944 100644 --- a/ecc/bw6-761/fr/fft/options.go +++ b/ecc/bw6-761/fr/fft/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/fri/doc.go b/ecc/bw6-761/fr/fri/doc.go index 428dabf625..cea69fc79a 100644 --- a/ecc/bw6-761/fr/fri/doc.go +++ b/ecc/bw6-761/fr/fri/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/fri/fri.go b/ecc/bw6-761/fr/fri/fri.go index d04ac242c9..9dce380ab0 100644 --- a/ecc/bw6-761/fr/fri/fri.go +++ b/ecc/bw6-761/fr/fri/fri.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/fri/fri_test.go b/ecc/bw6-761/fr/fri/fri_test.go index 2eb5fb3c29..95efe748ff 100644 --- a/ecc/bw6-761/fr/fri/fri_test.go +++ b/ecc/bw6-761/fr/fri/fri_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/generator.go b/ecc/bw6-761/fr/generator.go index 6399ad9926..ffa85ae746 100644 --- a/ecc/bw6-761/fr/generator.go +++ b/ecc/bw6-761/fr/generator.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/gkr/gkr.go b/ecc/bw6-761/fr/gkr/gkr.go index bd46e4abe1..eddfb771d5 100644 --- a/ecc/bw6-761/fr/gkr/gkr.go +++ b/ecc/bw6-761/fr/gkr/gkr.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/gkr/gkr_test.go b/ecc/bw6-761/fr/gkr/gkr_test.go index 131d0eaedc..1922eff6d8 100644 --- a/ecc/bw6-761/fr/gkr/gkr_test.go +++ b/ecc/bw6-761/fr/gkr/gkr_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/hash_to_field/doc.go b/ecc/bw6-761/fr/hash_to_field/doc.go index d03ec39735..504fadf149 100644 --- a/ecc/bw6-761/fr/hash_to_field/doc.go +++ b/ecc/bw6-761/fr/hash_to_field/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/hash_to_field/hash_to_field.go b/ecc/bw6-761/fr/hash_to_field/hash_to_field.go index 0eda792a28..d941e2468b 100644 --- a/ecc/bw6-761/fr/hash_to_field/hash_to_field.go +++ b/ecc/bw6-761/fr/hash_to_field/hash_to_field.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/hash_to_field/hash_to_field_test.go b/ecc/bw6-761/fr/hash_to_field/hash_to_field_test.go index 731929288b..aa92379465 100644 --- a/ecc/bw6-761/fr/hash_to_field/hash_to_field_test.go +++ b/ecc/bw6-761/fr/hash_to_field/hash_to_field_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/iop/doc.go b/ecc/bw6-761/fr/iop/doc.go index ee3facf1e1..2ef06dfe1a 100644 --- a/ecc/bw6-761/fr/iop/doc.go +++ b/ecc/bw6-761/fr/iop/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/iop/expressions.go b/ecc/bw6-761/fr/iop/expressions.go index 72fbfd169f..ac0bd11bc8 100644 --- a/ecc/bw6-761/fr/iop/expressions.go +++ b/ecc/bw6-761/fr/iop/expressions.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/iop/expressions_test.go b/ecc/bw6-761/fr/iop/expressions_test.go index 51e837ead1..4874d59d49 100644 --- a/ecc/bw6-761/fr/iop/expressions_test.go +++ b/ecc/bw6-761/fr/iop/expressions_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/iop/polynomial.go b/ecc/bw6-761/fr/iop/polynomial.go index 0b72fe3c16..210e7a6b10 100644 --- a/ecc/bw6-761/fr/iop/polynomial.go +++ b/ecc/bw6-761/fr/iop/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/iop/polynomial_test.go b/ecc/bw6-761/fr/iop/polynomial_test.go index 5b6e5d5fd3..cee823decb 100644 --- a/ecc/bw6-761/fr/iop/polynomial_test.go +++ b/ecc/bw6-761/fr/iop/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/iop/quotient.go b/ecc/bw6-761/fr/iop/quotient.go index 1f90c46385..2c3f93e5e1 100644 --- a/ecc/bw6-761/fr/iop/quotient.go +++ b/ecc/bw6-761/fr/iop/quotient.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/iop/quotient_test.go b/ecc/bw6-761/fr/iop/quotient_test.go index e16d6dbf17..e3fc8147ec 100644 --- a/ecc/bw6-761/fr/iop/quotient_test.go +++ b/ecc/bw6-761/fr/iop/quotient_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/iop/ratios.go b/ecc/bw6-761/fr/iop/ratios.go index 4e38401ac0..c130c0ab53 100644 --- a/ecc/bw6-761/fr/iop/ratios.go +++ b/ecc/bw6-761/fr/iop/ratios.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/iop/ratios_test.go b/ecc/bw6-761/fr/iop/ratios_test.go index 78bf6823e1..259b0e65fe 100644 --- a/ecc/bw6-761/fr/iop/ratios_test.go +++ b/ecc/bw6-761/fr/iop/ratios_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/iop/utils.go b/ecc/bw6-761/fr/iop/utils.go index e061ac5f0f..eaf19d9f8e 100644 --- a/ecc/bw6-761/fr/iop/utils.go +++ b/ecc/bw6-761/fr/iop/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/mimc/doc.go b/ecc/bw6-761/fr/mimc/doc.go index cc7b101eb4..98aa3f8d81 100644 --- a/ecc/bw6-761/fr/mimc/doc.go +++ b/ecc/bw6-761/fr/mimc/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/mimc/mimc.go b/ecc/bw6-761/fr/mimc/mimc.go index 16c96957fd..2a0a323955 100644 --- a/ecc/bw6-761/fr/mimc/mimc.go +++ b/ecc/bw6-761/fr/mimc/mimc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/mimc/options.go b/ecc/bw6-761/fr/mimc/options.go index 347e79e576..67bf8506da 100644 --- a/ecc/bw6-761/fr/mimc/options.go +++ b/ecc/bw6-761/fr/mimc/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/pedersen/doc.go b/ecc/bw6-761/fr/pedersen/doc.go index 62a62f179f..2e24034936 100644 --- a/ecc/bw6-761/fr/pedersen/doc.go +++ b/ecc/bw6-761/fr/pedersen/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/pedersen/example_test.go b/ecc/bw6-761/fr/pedersen/example_test.go index 39ebdddb9f..6cfdf9cc00 100644 --- a/ecc/bw6-761/fr/pedersen/example_test.go +++ b/ecc/bw6-761/fr/pedersen/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/pedersen/pedersen.go b/ecc/bw6-761/fr/pedersen/pedersen.go index 6b74bd7ad9..78204513eb 100644 --- a/ecc/bw6-761/fr/pedersen/pedersen.go +++ b/ecc/bw6-761/fr/pedersen/pedersen.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/pedersen/pedersen_test.go b/ecc/bw6-761/fr/pedersen/pedersen_test.go index e36f0c4acc..95dcadf528 100644 --- a/ecc/bw6-761/fr/pedersen/pedersen_test.go +++ b/ecc/bw6-761/fr/pedersen/pedersen_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/permutation/doc.go b/ecc/bw6-761/fr/permutation/doc.go index 5f346b5a53..e24cd82923 100644 --- a/ecc/bw6-761/fr/permutation/doc.go +++ b/ecc/bw6-761/fr/permutation/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/permutation/permutation.go b/ecc/bw6-761/fr/permutation/permutation.go index 4846ce844d..9360d623f3 100644 --- a/ecc/bw6-761/fr/permutation/permutation.go +++ b/ecc/bw6-761/fr/permutation/permutation.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/permutation/permutation_test.go b/ecc/bw6-761/fr/permutation/permutation_test.go index 8dac14d91d..b06266ee8b 100644 --- a/ecc/bw6-761/fr/permutation/permutation_test.go +++ b/ecc/bw6-761/fr/permutation/permutation_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/plookup/doc.go b/ecc/bw6-761/fr/plookup/doc.go index d163104002..7a02c59719 100644 --- a/ecc/bw6-761/fr/plookup/doc.go +++ b/ecc/bw6-761/fr/plookup/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/plookup/plookup_test.go b/ecc/bw6-761/fr/plookup/plookup_test.go index 72da216a03..ba1c843af1 100644 --- a/ecc/bw6-761/fr/plookup/plookup_test.go +++ b/ecc/bw6-761/fr/plookup/plookup_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/plookup/table.go b/ecc/bw6-761/fr/plookup/table.go index ed0fd8ba76..1215d39f9d 100644 --- a/ecc/bw6-761/fr/plookup/table.go +++ b/ecc/bw6-761/fr/plookup/table.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/plookup/vector.go b/ecc/bw6-761/fr/plookup/vector.go index e136a5f3f8..f403607365 100644 --- a/ecc/bw6-761/fr/plookup/vector.go +++ b/ecc/bw6-761/fr/plookup/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/polynomial/doc.go b/ecc/bw6-761/fr/polynomial/doc.go index 35b3f725c1..fd96328e8f 100644 --- a/ecc/bw6-761/fr/polynomial/doc.go +++ b/ecc/bw6-761/fr/polynomial/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/polynomial/multilin.go b/ecc/bw6-761/fr/polynomial/multilin.go index 85015f1a34..bb658ae1a3 100644 --- a/ecc/bw6-761/fr/polynomial/multilin.go +++ b/ecc/bw6-761/fr/polynomial/multilin.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/polynomial/multilin_test.go b/ecc/bw6-761/fr/polynomial/multilin_test.go index 37d9d1d079..128f6197be 100644 --- a/ecc/bw6-761/fr/polynomial/multilin_test.go +++ b/ecc/bw6-761/fr/polynomial/multilin_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/polynomial/polynomial.go b/ecc/bw6-761/fr/polynomial/polynomial.go index 9e17273b00..a889bcb3b3 100644 --- a/ecc/bw6-761/fr/polynomial/polynomial.go +++ b/ecc/bw6-761/fr/polynomial/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/polynomial/polynomial_test.go b/ecc/bw6-761/fr/polynomial/polynomial_test.go index c51c6e41a4..db01a6842c 100644 --- a/ecc/bw6-761/fr/polynomial/polynomial_test.go +++ b/ecc/bw6-761/fr/polynomial/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/polynomial/pool.go b/ecc/bw6-761/fr/polynomial/pool.go index 41c1fa6041..b4c31a88b9 100644 --- a/ecc/bw6-761/fr/polynomial/pool.go +++ b/ecc/bw6-761/fr/polynomial/pool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/poseidon2/poseidon2.go b/ecc/bw6-761/fr/poseidon2/poseidon2.go index ff49613b1a..2034e38169 100644 --- a/ecc/bw6-761/fr/poseidon2/poseidon2.go +++ b/ecc/bw6-761/fr/poseidon2/poseidon2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/poseidon2/poseidon2_test.go b/ecc/bw6-761/fr/poseidon2/poseidon2_test.go index 11f1d7ed64..cd88f8b7b5 100644 --- a/ecc/bw6-761/fr/poseidon2/poseidon2_test.go +++ b/ecc/bw6-761/fr/poseidon2/poseidon2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/sumcheck/sumcheck.go b/ecc/bw6-761/fr/sumcheck/sumcheck.go index 64f3115343..ad97e14250 100644 --- a/ecc/bw6-761/fr/sumcheck/sumcheck.go +++ b/ecc/bw6-761/fr/sumcheck/sumcheck.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/sumcheck/sumcheck_test.go b/ecc/bw6-761/fr/sumcheck/sumcheck_test.go index eee8ae452c..40cfd15538 100644 --- a/ecc/bw6-761/fr/sumcheck/sumcheck_test.go +++ b/ecc/bw6-761/fr/sumcheck/sumcheck_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/test_vector_utils/test_vector_utils.go b/ecc/bw6-761/fr/test_vector_utils/test_vector_utils.go index 2005b5e824..27ac283790 100644 --- a/ecc/bw6-761/fr/test_vector_utils/test_vector_utils.go +++ b/ecc/bw6-761/fr/test_vector_utils/test_vector_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/vector.go b/ecc/bw6-761/fr/vector.go index 5f5187cc51..3a2f40c1d1 100644 --- a/ecc/bw6-761/fr/vector.go +++ b/ecc/bw6-761/fr/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/vector_purego.go b/ecc/bw6-761/fr/vector_purego.go index 3c81210b58..c26ef9f1bb 100644 --- a/ecc/bw6-761/fr/vector_purego.go +++ b/ecc/bw6-761/fr/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/fr/vector_test.go b/ecc/bw6-761/fr/vector_test.go index a5369902cd..7d0a4162b1 100644 --- a/ecc/bw6-761/fr/vector_test.go +++ b/ecc/bw6-761/fr/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/g1.go b/ecc/bw6-761/g1.go index 8a4da31f52..8ac167f52e 100644 --- a/ecc/bw6-761/g1.go +++ b/ecc/bw6-761/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/g1_test.go b/ecc/bw6-761/g1_test.go index bd42889c0f..6446bb30b9 100644 --- a/ecc/bw6-761/g1_test.go +++ b/ecc/bw6-761/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/g2.go b/ecc/bw6-761/g2.go index 1edf22552c..608503f6c6 100644 --- a/ecc/bw6-761/g2.go +++ b/ecc/bw6-761/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/g2_test.go b/ecc/bw6-761/g2_test.go index f3aec712c1..108d220cf7 100644 --- a/ecc/bw6-761/g2_test.go +++ b/ecc/bw6-761/g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/hash_to_g1.go b/ecc/bw6-761/hash_to_g1.go index 54115d76f8..52491a7ebb 100644 --- a/ecc/bw6-761/hash_to_g1.go +++ b/ecc/bw6-761/hash_to_g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/hash_to_g1_test.go b/ecc/bw6-761/hash_to_g1_test.go index 59464b31d5..20a5d4dee5 100644 --- a/ecc/bw6-761/hash_to_g1_test.go +++ b/ecc/bw6-761/hash_to_g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/hash_to_g2.go b/ecc/bw6-761/hash_to_g2.go index 21acc97de8..6450a5be75 100644 --- a/ecc/bw6-761/hash_to_g2.go +++ b/ecc/bw6-761/hash_to_g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/hash_to_g2_test.go b/ecc/bw6-761/hash_to_g2_test.go index e891f374ae..daa6c09bb6 100644 --- a/ecc/bw6-761/hash_to_g2_test.go +++ b/ecc/bw6-761/hash_to_g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/internal/fptower/e3.go b/ecc/bw6-761/internal/fptower/e3.go index 089ecbf67c..cd35eac1a3 100644 --- a/ecc/bw6-761/internal/fptower/e3.go +++ b/ecc/bw6-761/internal/fptower/e3.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-761/internal/fptower/e6.go b/ecc/bw6-761/internal/fptower/e6.go index 0ce3f85f21..84e5ce8160 100644 --- a/ecc/bw6-761/internal/fptower/e6.go +++ b/ecc/bw6-761/internal/fptower/e6.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-761/internal/fptower/e6_test.go b/ecc/bw6-761/internal/fptower/e6_test.go index 5ec2accaeb..3a5f035bd6 100644 --- a/ecc/bw6-761/internal/fptower/e6_test.go +++ b/ecc/bw6-761/internal/fptower/e6_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-761/internal/fptower/frobenius.go b/ecc/bw6-761/internal/fptower/frobenius.go index 41838fff0c..6c158728b9 100644 --- a/ecc/bw6-761/internal/fptower/frobenius.go +++ b/ecc/bw6-761/internal/fptower/frobenius.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-761/internal/fptower/parameters.go b/ecc/bw6-761/internal/fptower/parameters.go index 3e7aa7e31f..fdef10fb91 100644 --- a/ecc/bw6-761/internal/fptower/parameters.go +++ b/ecc/bw6-761/internal/fptower/parameters.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fptower diff --git a/ecc/bw6-761/kzg/doc.go b/ecc/bw6-761/kzg/doc.go index 6c3454a2d9..226614bbdf 100644 --- a/ecc/bw6-761/kzg/doc.go +++ b/ecc/bw6-761/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/kzg/kzg.go b/ecc/bw6-761/kzg/kzg.go index 5c61a6b1b7..f19397ef7a 100644 --- a/ecc/bw6-761/kzg/kzg.go +++ b/ecc/bw6-761/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/kzg/kzg_test.go b/ecc/bw6-761/kzg/kzg_test.go index 1fca86f6e6..d67540bd20 100644 --- a/ecc/bw6-761/kzg/kzg_test.go +++ b/ecc/bw6-761/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/kzg/marshal.go b/ecc/bw6-761/kzg/marshal.go index 86a5b42ae2..7aa04b5c73 100644 --- a/ecc/bw6-761/kzg/marshal.go +++ b/ecc/bw6-761/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/kzg/utils.go b/ecc/bw6-761/kzg/utils.go index 2e12e76bd0..42f8b42efb 100644 --- a/ecc/bw6-761/kzg/utils.go +++ b/ecc/bw6-761/kzg/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/marshal.go b/ecc/bw6-761/marshal.go index 5c57294e3b..ee4d185e2b 100644 --- a/ecc/bw6-761/marshal.go +++ b/ecc/bw6-761/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/marshal_test.go b/ecc/bw6-761/marshal_test.go index db3f7ad4e1..dde2f26b31 100644 --- a/ecc/bw6-761/marshal_test.go +++ b/ecc/bw6-761/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/multiexp.go b/ecc/bw6-761/multiexp.go index 1e87efcd61..507e7fa553 100644 --- a/ecc/bw6-761/multiexp.go +++ b/ecc/bw6-761/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/multiexp_affine.go b/ecc/bw6-761/multiexp_affine.go index 640640947f..45826af9a8 100644 --- a/ecc/bw6-761/multiexp_affine.go +++ b/ecc/bw6-761/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/multiexp_jacobian.go b/ecc/bw6-761/multiexp_jacobian.go index abe9c17245..482a290b98 100644 --- a/ecc/bw6-761/multiexp_jacobian.go +++ b/ecc/bw6-761/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/multiexp_test.go b/ecc/bw6-761/multiexp_test.go index f212cd5a01..1afb6c9f68 100644 --- a/ecc/bw6-761/multiexp_test.go +++ b/ecc/bw6-761/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/pairing_test.go b/ecc/bw6-761/pairing_test.go index c2946357d8..c1e639aa8d 100644 --- a/ecc/bw6-761/pairing_test.go +++ b/ecc/bw6-761/pairing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/shplonk/doc.go b/ecc/bw6-761/shplonk/doc.go index 17b34373c2..0367893999 100644 --- a/ecc/bw6-761/shplonk/doc.go +++ b/ecc/bw6-761/shplonk/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/shplonk/example_test.go b/ecc/bw6-761/shplonk/example_test.go index 1206bccc1e..1f4faf86ab 100644 --- a/ecc/bw6-761/shplonk/example_test.go +++ b/ecc/bw6-761/shplonk/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/shplonk/marshal.go b/ecc/bw6-761/shplonk/marshal.go index be1e4acde3..1a12fe4d48 100644 --- a/ecc/bw6-761/shplonk/marshal.go +++ b/ecc/bw6-761/shplonk/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/shplonk/shplonk.go b/ecc/bw6-761/shplonk/shplonk.go index 19eb2433e5..7ad9e04699 100644 --- a/ecc/bw6-761/shplonk/shplonk.go +++ b/ecc/bw6-761/shplonk/shplonk.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/shplonk/shplonk_test.go b/ecc/bw6-761/shplonk/shplonk_test.go index ebc7a57517..4c0fe50bbf 100644 --- a/ecc/bw6-761/shplonk/shplonk_test.go +++ b/ecc/bw6-761/shplonk/shplonk_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/twistededwards/curve.go b/ecc/bw6-761/twistededwards/curve.go index bf0345c523..96b2881ed2 100644 --- a/ecc/bw6-761/twistededwards/curve.go +++ b/ecc/bw6-761/twistededwards/curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/twistededwards/doc.go b/ecc/bw6-761/twistededwards/doc.go index 3172ca7194..1b90b6805f 100644 --- a/ecc/bw6-761/twistededwards/doc.go +++ b/ecc/bw6-761/twistededwards/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/twistededwards/eddsa/doc.go b/ecc/bw6-761/twistededwards/eddsa/doc.go index 0aaf99ef4c..ae819082e3 100644 --- a/ecc/bw6-761/twistededwards/eddsa/doc.go +++ b/ecc/bw6-761/twistededwards/eddsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/twistededwards/eddsa/eddsa.go b/ecc/bw6-761/twistededwards/eddsa/eddsa.go index 1d464b279a..89ce193349 100644 --- a/ecc/bw6-761/twistededwards/eddsa/eddsa.go +++ b/ecc/bw6-761/twistededwards/eddsa/eddsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/twistededwards/eddsa/eddsa_test.go b/ecc/bw6-761/twistededwards/eddsa/eddsa_test.go index d85f4c6c51..d9b595e894 100644 --- a/ecc/bw6-761/twistededwards/eddsa/eddsa_test.go +++ b/ecc/bw6-761/twistededwards/eddsa/eddsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/twistededwards/eddsa/marshal.go b/ecc/bw6-761/twistededwards/eddsa/marshal.go index 9532895007..403e372609 100644 --- a/ecc/bw6-761/twistededwards/eddsa/marshal.go +++ b/ecc/bw6-761/twistededwards/eddsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/twistededwards/point.go b/ecc/bw6-761/twistededwards/point.go index 95af453d49..09af947b1f 100644 --- a/ecc/bw6-761/twistededwards/point.go +++ b/ecc/bw6-761/twistededwards/point.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/bw6-761/twistededwards/point_test.go b/ecc/bw6-761/twistededwards/point_test.go index b1e526022f..86a3737c0d 100644 --- a/ecc/bw6-761/twistededwards/point_test.go +++ b/ecc/bw6-761/twistededwards/point_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/ecc.go b/ecc/ecc.go index 4e59bb6dc0..5c9b6b2b32 100644 --- a/ecc/ecc.go +++ b/ecc/ecc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package ecc provides bls12-381, bls12-377, bn254, bw6-761, bls24-315, bls24-317, bw6-633, secp256k1 and stark-curve elliptic curves implementation (+pairing). diff --git a/ecc/secp256k1/ecdsa/doc.go b/ecc/secp256k1/ecdsa/doc.go index a0ad0656cc..4bc6e71746 100644 --- a/ecc/secp256k1/ecdsa/doc.go +++ b/ecc/secp256k1/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/ecdsa/ecdsa.go b/ecc/secp256k1/ecdsa/ecdsa.go index dfba9976c2..b3ec2524a4 100644 --- a/ecc/secp256k1/ecdsa/ecdsa.go +++ b/ecc/secp256k1/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/ecdsa/ecdsa_test.go b/ecc/secp256k1/ecdsa/ecdsa_test.go index c3550765bd..7170cafd24 100644 --- a/ecc/secp256k1/ecdsa/ecdsa_test.go +++ b/ecc/secp256k1/ecdsa/ecdsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/ecdsa/marshal.go b/ecc/secp256k1/ecdsa/marshal.go index 7c297b6529..b82b22ddc1 100644 --- a/ecc/secp256k1/ecdsa/marshal.go +++ b/ecc/secp256k1/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/ecdsa/marshal_test.go b/ecc/secp256k1/ecdsa/marshal_test.go index 434a18c025..872b7f9a18 100644 --- a/ecc/secp256k1/ecdsa/marshal_test.go +++ b/ecc/secp256k1/ecdsa/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fp/arith.go b/ecc/secp256k1/fp/arith.go index b202a1549a..bb63552f5a 100644 --- a/ecc/secp256k1/fp/arith.go +++ b/ecc/secp256k1/fp/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fp/doc.go b/ecc/secp256k1/fp/doc.go index d5b439ad72..8e971a67c7 100644 --- a/ecc/secp256k1/fp/doc.go +++ b/ecc/secp256k1/fp/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fp/element.go b/ecc/secp256k1/fp/element.go index c98ef9e599..e7bb41de63 100644 --- a/ecc/secp256k1/fp/element.go +++ b/ecc/secp256k1/fp/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fp/element_exp.go b/ecc/secp256k1/fp/element_exp.go index 827dafc296..9acdd2b69e 100644 --- a/ecc/secp256k1/fp/element_exp.go +++ b/ecc/secp256k1/fp/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fp/element_purego.go b/ecc/secp256k1/fp/element_purego.go index fc9fec8677..7a22c54175 100644 --- a/ecc/secp256k1/fp/element_purego.go +++ b/ecc/secp256k1/fp/element_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fp/element_test.go b/ecc/secp256k1/fp/element_test.go index a29f105ef8..5ef370d1f1 100644 --- a/ecc/secp256k1/fp/element_test.go +++ b/ecc/secp256k1/fp/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fp/vector.go b/ecc/secp256k1/fp/vector.go index ec52314aa7..ef60ed4b45 100644 --- a/ecc/secp256k1/fp/vector.go +++ b/ecc/secp256k1/fp/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fp/vector_purego.go b/ecc/secp256k1/fp/vector_purego.go index 347b0df594..0cda361871 100644 --- a/ecc/secp256k1/fp/vector_purego.go +++ b/ecc/secp256k1/fp/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fp/vector_test.go b/ecc/secp256k1/fp/vector_test.go index 06fe1084a8..e7185486cf 100644 --- a/ecc/secp256k1/fp/vector_test.go +++ b/ecc/secp256k1/fp/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fr/arith.go b/ecc/secp256k1/fr/arith.go index 9285041f4b..dbba8a9ae4 100644 --- a/ecc/secp256k1/fr/arith.go +++ b/ecc/secp256k1/fr/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fr/doc.go b/ecc/secp256k1/fr/doc.go index f440ce29b1..a03aa7a3d7 100644 --- a/ecc/secp256k1/fr/doc.go +++ b/ecc/secp256k1/fr/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fr/element.go b/ecc/secp256k1/fr/element.go index 8d0a11fd43..7041cca6cd 100644 --- a/ecc/secp256k1/fr/element.go +++ b/ecc/secp256k1/fr/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fr/element_exp.go b/ecc/secp256k1/fr/element_exp.go index f65be913cc..d508eb812d 100644 --- a/ecc/secp256k1/fr/element_exp.go +++ b/ecc/secp256k1/fr/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fr/element_purego.go b/ecc/secp256k1/fr/element_purego.go index 1e6c57d0f8..bdd8a849bb 100644 --- a/ecc/secp256k1/fr/element_purego.go +++ b/ecc/secp256k1/fr/element_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fr/element_test.go b/ecc/secp256k1/fr/element_test.go index 663205a9a8..dc51dce70d 100644 --- a/ecc/secp256k1/fr/element_test.go +++ b/ecc/secp256k1/fr/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fr/vector.go b/ecc/secp256k1/fr/vector.go index 8b59bd36e9..4654b1b2d3 100644 --- a/ecc/secp256k1/fr/vector.go +++ b/ecc/secp256k1/fr/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fr/vector_purego.go b/ecc/secp256k1/fr/vector_purego.go index 3c81210b58..c26ef9f1bb 100644 --- a/ecc/secp256k1/fr/vector_purego.go +++ b/ecc/secp256k1/fr/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/fr/vector_test.go b/ecc/secp256k1/fr/vector_test.go index a094bc0ac6..f6179e7824 100644 --- a/ecc/secp256k1/fr/vector_test.go +++ b/ecc/secp256k1/fr/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/g1.go b/ecc/secp256k1/g1.go index 123a7f69ea..e6aa66e1df 100644 --- a/ecc/secp256k1/g1.go +++ b/ecc/secp256k1/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/g1_test.go b/ecc/secp256k1/g1_test.go index b57acc5635..d2050c04c6 100644 --- a/ecc/secp256k1/g1_test.go +++ b/ecc/secp256k1/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/hash_to_g1.go b/ecc/secp256k1/hash_to_g1.go index 35a42ee2ff..4d0fc63aba 100644 --- a/ecc/secp256k1/hash_to_g1.go +++ b/ecc/secp256k1/hash_to_g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/hash_to_g1_test.go b/ecc/secp256k1/hash_to_g1_test.go index 37579c66fd..6e41450a0b 100644 --- a/ecc/secp256k1/hash_to_g1_test.go +++ b/ecc/secp256k1/hash_to_g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/marshal.go b/ecc/secp256k1/marshal.go index c7695f859f..061e8a5e37 100644 --- a/ecc/secp256k1/marshal.go +++ b/ecc/secp256k1/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/secp256k1/marshal_test.go b/ecc/secp256k1/marshal_test.go index 471bbe7d88..c51a86d091 100644 --- a/ecc/secp256k1/marshal_test.go +++ b/ecc/secp256k1/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/secp256k1/multiexp.go b/ecc/secp256k1/multiexp.go index 2ad970a1ed..10338357df 100644 --- a/ecc/secp256k1/multiexp.go +++ b/ecc/secp256k1/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/multiexp_affine.go b/ecc/secp256k1/multiexp_affine.go index cf217b5f46..be8577bfa5 100644 --- a/ecc/secp256k1/multiexp_affine.go +++ b/ecc/secp256k1/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/multiexp_jacobian.go b/ecc/secp256k1/multiexp_jacobian.go index 541fa208cd..a328744139 100644 --- a/ecc/secp256k1/multiexp_jacobian.go +++ b/ecc/secp256k1/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/multiexp_test.go b/ecc/secp256k1/multiexp_test.go index f30b924dd2..2d7881abe0 100644 --- a/ecc/secp256k1/multiexp_test.go +++ b/ecc/secp256k1/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/secp256k1/secp256k1.go b/ecc/secp256k1/secp256k1.go index 60af6a7c46..7142e75571 100644 --- a/ecc/secp256k1/secp256k1.go +++ b/ecc/secp256k1/secp256k1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package secp256k1 efficient elliptic curve implementation for secp256k1. This curve is defined in Standards for Efficient Cryptography (SEC) (Certicom Research, http://www.secg.org/sec2-v2.pdf) and appears in the Bitcoin and Ethereum ECDSA signatures. diff --git a/ecc/stark-curve/ecdsa/doc.go b/ecc/stark-curve/ecdsa/doc.go index 599535ea05..6674a4ab62 100644 --- a/ecc/stark-curve/ecdsa/doc.go +++ b/ecc/stark-curve/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/ecdsa/ecdsa.go b/ecc/stark-curve/ecdsa/ecdsa.go index e43c51879a..589562b345 100644 --- a/ecc/stark-curve/ecdsa/ecdsa.go +++ b/ecc/stark-curve/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/ecdsa/ecdsa_test.go b/ecc/stark-curve/ecdsa/ecdsa_test.go index 30324ed6c3..61021d83c3 100644 --- a/ecc/stark-curve/ecdsa/ecdsa_test.go +++ b/ecc/stark-curve/ecdsa/ecdsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/ecdsa/marshal.go b/ecc/stark-curve/ecdsa/marshal.go index a838742bfa..26d82b5a55 100644 --- a/ecc/stark-curve/ecdsa/marshal.go +++ b/ecc/stark-curve/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/ecdsa/marshal_test.go b/ecc/stark-curve/ecdsa/marshal_test.go index 21a4d96b10..4429e18851 100644 --- a/ecc/stark-curve/ecdsa/marshal_test.go +++ b/ecc/stark-curve/ecdsa/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/arith.go b/ecc/stark-curve/fp/arith.go index b202a1549a..bb63552f5a 100644 --- a/ecc/stark-curve/fp/arith.go +++ b/ecc/stark-curve/fp/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/asm_adx.go b/ecc/stark-curve/fp/asm_adx.go index fe25e82db2..75e92992fe 100644 --- a/ecc/stark-curve/fp/asm_adx.go +++ b/ecc/stark-curve/fp/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/asm_avx.go b/ecc/stark-curve/fp/asm_avx.go index fdb65bb8f2..aa233664d0 100644 --- a/ecc/stark-curve/fp/asm_avx.go +++ b/ecc/stark-curve/fp/asm_avx.go @@ -1,6 +1,6 @@ //go:build !noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/asm_noadx.go b/ecc/stark-curve/fp/asm_noadx.go index 95085a8e6f..304dfb7209 100644 --- a/ecc/stark-curve/fp/asm_noadx.go +++ b/ecc/stark-curve/fp/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/asm_noavx.go b/ecc/stark-curve/fp/asm_noavx.go index c5fec182cd..900dedbe8b 100644 --- a/ecc/stark-curve/fp/asm_noavx.go +++ b/ecc/stark-curve/fp/asm_noavx.go @@ -1,6 +1,6 @@ //go:build noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/doc.go b/ecc/stark-curve/fp/doc.go index 4f31576c24..6c6ae3e577 100644 --- a/ecc/stark-curve/fp/doc.go +++ b/ecc/stark-curve/fp/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/element.go b/ecc/stark-curve/fp/element.go index 2c6fe84459..a0f588bc39 100644 --- a/ecc/stark-curve/fp/element.go +++ b/ecc/stark-curve/fp/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/element_amd64.go b/ecc/stark-curve/fp/element_amd64.go index e72f552ad9..9cee062e5b 100644 --- a/ecc/stark-curve/fp/element_amd64.go +++ b/ecc/stark-curve/fp/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/element_amd64.s b/ecc/stark-curve/fp/element_amd64.s index 1e9b28934d..a7c6ffae66 100644 --- a/ecc/stark-curve/fp/element_amd64.s +++ b/ecc/stark-curve/fp/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/element_arm64.go b/ecc/stark-curve/fp/element_arm64.go index eeeb12930d..3ed880d74f 100644 --- a/ecc/stark-curve/fp/element_arm64.go +++ b/ecc/stark-curve/fp/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/element_arm64.s b/ecc/stark-curve/fp/element_arm64.s index a7bd036553..ef16eaba35 100644 --- a/ecc/stark-curve/fp/element_arm64.s +++ b/ecc/stark-curve/fp/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/element_exp.go b/ecc/stark-curve/fp/element_exp.go index e2fddd105a..69e57afa05 100644 --- a/ecc/stark-curve/fp/element_exp.go +++ b/ecc/stark-curve/fp/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/element_purego.go b/ecc/stark-curve/fp/element_purego.go index 5062b3185a..425a7d564b 100644 --- a/ecc/stark-curve/fp/element_purego.go +++ b/ecc/stark-curve/fp/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/element_test.go b/ecc/stark-curve/fp/element_test.go index eab8b6eca3..2c47d8604b 100644 --- a/ecc/stark-curve/fp/element_test.go +++ b/ecc/stark-curve/fp/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/vector.go b/ecc/stark-curve/fp/vector.go index ec52314aa7..ef60ed4b45 100644 --- a/ecc/stark-curve/fp/vector.go +++ b/ecc/stark-curve/fp/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/vector_amd64.go b/ecc/stark-curve/fp/vector_amd64.go index 39666a2df7..9e05e6b2f3 100644 --- a/ecc/stark-curve/fp/vector_amd64.go +++ b/ecc/stark-curve/fp/vector_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/vector_purego.go b/ecc/stark-curve/fp/vector_purego.go index 16afa898d4..6adeb1a8a2 100644 --- a/ecc/stark-curve/fp/vector_purego.go +++ b/ecc/stark-curve/fp/vector_purego.go @@ -1,6 +1,6 @@ //go:build purego || !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fp/vector_test.go b/ecc/stark-curve/fp/vector_test.go index 06fe1084a8..e7185486cf 100644 --- a/ecc/stark-curve/fp/vector_test.go +++ b/ecc/stark-curve/fp/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/arith.go b/ecc/stark-curve/fr/arith.go index 9285041f4b..dbba8a9ae4 100644 --- a/ecc/stark-curve/fr/arith.go +++ b/ecc/stark-curve/fr/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/asm_adx.go b/ecc/stark-curve/fr/asm_adx.go index 9e7da5e865..9b970335f1 100644 --- a/ecc/stark-curve/fr/asm_adx.go +++ b/ecc/stark-curve/fr/asm_adx.go @@ -1,6 +1,6 @@ //go:build !noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/asm_avx.go b/ecc/stark-curve/fr/asm_avx.go index d6d7d7f87a..2a0a166ed4 100644 --- a/ecc/stark-curve/fr/asm_avx.go +++ b/ecc/stark-curve/fr/asm_avx.go @@ -1,6 +1,6 @@ //go:build !noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/asm_noadx.go b/ecc/stark-curve/fr/asm_noadx.go index 3456158655..96741014f2 100644 --- a/ecc/stark-curve/fr/asm_noadx.go +++ b/ecc/stark-curve/fr/asm_noadx.go @@ -1,6 +1,6 @@ //go:build noadx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/asm_noavx.go b/ecc/stark-curve/fr/asm_noavx.go index 4eb73e9a78..3cb6968fb8 100644 --- a/ecc/stark-curve/fr/asm_noavx.go +++ b/ecc/stark-curve/fr/asm_noavx.go @@ -1,6 +1,6 @@ //go:build noavx -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/doc.go b/ecc/stark-curve/fr/doc.go index 7b99c5c2cc..3025d16c07 100644 --- a/ecc/stark-curve/fr/doc.go +++ b/ecc/stark-curve/fr/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/element.go b/ecc/stark-curve/fr/element.go index 68352c754d..7fa697492a 100644 --- a/ecc/stark-curve/fr/element.go +++ b/ecc/stark-curve/fr/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/element_amd64.go b/ecc/stark-curve/fr/element_amd64.go index ca49d12590..4c3f2a8567 100644 --- a/ecc/stark-curve/fr/element_amd64.go +++ b/ecc/stark-curve/fr/element_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/element_amd64.s b/ecc/stark-curve/fr/element_amd64.s index 1e9b28934d..a7c6ffae66 100644 --- a/ecc/stark-curve/fr/element_amd64.s +++ b/ecc/stark-curve/fr/element_amd64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/element_arm64.go b/ecc/stark-curve/fr/element_arm64.go index 13632a244b..8e2641ede7 100644 --- a/ecc/stark-curve/fr/element_arm64.go +++ b/ecc/stark-curve/fr/element_arm64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/element_arm64.s b/ecc/stark-curve/fr/element_arm64.s index a7bd036553..ef16eaba35 100644 --- a/ecc/stark-curve/fr/element_arm64.s +++ b/ecc/stark-curve/fr/element_arm64.s @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/element_purego.go b/ecc/stark-curve/fr/element_purego.go index 85a7015090..ebd6bca369 100644 --- a/ecc/stark-curve/fr/element_purego.go +++ b/ecc/stark-curve/fr/element_purego.go @@ -1,6 +1,6 @@ //go:build purego || (!amd64 && !arm64) -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/element_test.go b/ecc/stark-curve/fr/element_test.go index 78aa20965c..d217e25816 100644 --- a/ecc/stark-curve/fr/element_test.go +++ b/ecc/stark-curve/fr/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/vector.go b/ecc/stark-curve/fr/vector.go index 8b59bd36e9..4654b1b2d3 100644 --- a/ecc/stark-curve/fr/vector.go +++ b/ecc/stark-curve/fr/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/vector_amd64.go b/ecc/stark-curve/fr/vector_amd64.go index b27679827c..a7dcec3b25 100644 --- a/ecc/stark-curve/fr/vector_amd64.go +++ b/ecc/stark-curve/fr/vector_amd64.go @@ -1,6 +1,6 @@ //go:build !purego -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/vector_purego.go b/ecc/stark-curve/fr/vector_purego.go index 5973d16ce2..db43e73504 100644 --- a/ecc/stark-curve/fr/vector_purego.go +++ b/ecc/stark-curve/fr/vector_purego.go @@ -1,6 +1,6 @@ //go:build purego || !amd64 -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/fr/vector_test.go b/ecc/stark-curve/fr/vector_test.go index a094bc0ac6..f6179e7824 100644 --- a/ecc/stark-curve/fr/vector_test.go +++ b/ecc/stark-curve/fr/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/ecc/stark-curve/g1.go b/ecc/stark-curve/g1.go index 9669584a1f..3e2806a7df 100644 --- a/ecc/stark-curve/g1.go +++ b/ecc/stark-curve/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/stark-curve/g1_test.go b/ecc/stark-curve/g1_test.go index d3cc8b2e3a..768d07e76d 100644 --- a/ecc/stark-curve/g1_test.go +++ b/ecc/stark-curve/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/stark-curve/hash_to_g1.go b/ecc/stark-curve/hash_to_g1.go index 4b163809b5..701002df34 100644 --- a/ecc/stark-curve/hash_to_g1.go +++ b/ecc/stark-curve/hash_to_g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/stark-curve/hash_to_g1_test.go b/ecc/stark-curve/hash_to_g1_test.go index e71d7d8b4d..7473b0d2cd 100644 --- a/ecc/stark-curve/hash_to_g1_test.go +++ b/ecc/stark-curve/hash_to_g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/stark-curve/marshal.go b/ecc/stark-curve/marshal.go index 435a8b3bb8..ab1afc9184 100644 --- a/ecc/stark-curve/marshal.go +++ b/ecc/stark-curve/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/stark-curve/marshal_test.go b/ecc/stark-curve/marshal_test.go index 357e9cb426..8e3e502335 100644 --- a/ecc/stark-curve/marshal_test.go +++ b/ecc/stark-curve/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // FOO diff --git a/ecc/stark-curve/stark_curve.go b/ecc/stark-curve/stark_curve.go index fdb92a2806..256ad02d03 100644 --- a/ecc/stark-curve/stark_curve.go +++ b/ecc/stark-curve/stark_curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package starkcurve efficient elliptic curve implementation for stark_curve. This is curve used in StarkNet: https://docs.starkware.co/starkex/crypto/stark-curve.html. diff --git a/fiat-shamir/transcript.go b/fiat-shamir/transcript.go index c50fac532a..b50df0f0da 100644 --- a/fiat-shamir/transcript.go +++ b/fiat-shamir/transcript.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fiatshamir diff --git a/fiat-shamir/transcript_test.go b/fiat-shamir/transcript_test.go index d702a0eb2d..8232b6b90b 100644 --- a/fiat-shamir/transcript_test.go +++ b/fiat-shamir/transcript_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package fiatshamir diff --git a/field/babybear/arith.go b/field/babybear/arith.go index 761b97a516..10c487d46a 100644 --- a/field/babybear/arith.go +++ b/field/babybear/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/babybear/doc.go b/field/babybear/doc.go index 76ec16e7d3..a0517f38d9 100644 --- a/field/babybear/doc.go +++ b/field/babybear/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/babybear/element.go b/field/babybear/element.go index fe21d3d87a..c0a64a1a10 100644 --- a/field/babybear/element.go +++ b/field/babybear/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/babybear/element_exp.go b/field/babybear/element_exp.go index 470040b7dd..b536f6ea6e 100644 --- a/field/babybear/element_exp.go +++ b/field/babybear/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/babybear/element_purego.go b/field/babybear/element_purego.go index f30766fdfe..19fe63b732 100644 --- a/field/babybear/element_purego.go +++ b/field/babybear/element_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/babybear/element_test.go b/field/babybear/element_test.go index ed2fe025d3..075793bf10 100644 --- a/field/babybear/element_test.go +++ b/field/babybear/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/babybear/vector.go b/field/babybear/vector.go index b9a91e68bc..dca652c999 100644 --- a/field/babybear/vector.go +++ b/field/babybear/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/babybear/vector_purego.go b/field/babybear/vector_purego.go index 296122be81..364c671c8a 100644 --- a/field/babybear/vector_purego.go +++ b/field/babybear/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/babybear/vector_test.go b/field/babybear/vector_test.go index d7660863db..c05be2917f 100644 --- a/field/babybear/vector_test.go +++ b/field/babybear/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/generator/asm/amd64/asm_macros.go b/field/generator/asm/amd64/asm_macros.go index 8e2e97c439..c960713e2d 100644 --- a/field/generator/asm/amd64/asm_macros.go +++ b/field/generator/asm/amd64/asm_macros.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/amd64/build.go b/field/generator/asm/amd64/build.go index 55c2d047d3..8372eebc1d 100644 --- a/field/generator/asm/amd64/build.go +++ b/field/generator/asm/amd64/build.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package amd64 contains syntactic sugar to generate amd64 assembly code diff --git a/field/generator/asm/amd64/element_butterfly.go b/field/generator/asm/amd64/element_butterfly.go index 3e137e7262..6ada559b9a 100644 --- a/field/generator/asm/amd64/element_butterfly.go +++ b/field/generator/asm/amd64/element_butterfly.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/amd64/element_frommont.go b/field/generator/asm/amd64/element_frommont.go index 20e3ac5916..dc45d9c8da 100644 --- a/field/generator/asm/amd64/element_frommont.go +++ b/field/generator/asm/amd64/element_frommont.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/amd64/element_mul.go b/field/generator/asm/amd64/element_mul.go index 15513c006d..59e3c5064a 100644 --- a/field/generator/asm/amd64/element_mul.go +++ b/field/generator/asm/amd64/element_mul.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/amd64/element_mul_constants.go b/field/generator/asm/amd64/element_mul_constants.go index ecad82fefd..99e52dc16f 100644 --- a/field/generator/asm/amd64/element_mul_constants.go +++ b/field/generator/asm/amd64/element_mul_constants.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/amd64/element_reduce.go b/field/generator/asm/amd64/element_reduce.go index 9921d897a5..c443140eba 100644 --- a/field/generator/asm/amd64/element_reduce.go +++ b/field/generator/asm/amd64/element_reduce.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/amd64/element_vec.go b/field/generator/asm/amd64/element_vec.go index f13358e1ca..b5de5e0c8e 100644 --- a/field/generator/asm/amd64/element_vec.go +++ b/field/generator/asm/amd64/element_vec.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/field/generator/asm/arm64/element_mul.go b/field/generator/asm/arm64/element_mul.go index ed364211c3..681e923ad7 100644 --- a/field/generator/asm/arm64/element_mul.go +++ b/field/generator/asm/arm64/element_mul.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package arm64 diff --git a/field/generator/config/field_config.go b/field/generator/config/field_config.go index 7f24dcf3a7..7810144356 100644 --- a/field/generator/config/field_config.go +++ b/field/generator/config/field_config.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package config provides Golang code generation for efficient field arithmetic operations. diff --git a/field/generator/generator_test.go b/field/generator/generator_test.go index 0e86aaab65..f47d282aaa 100644 --- a/field/generator/generator_test.go +++ b/field/generator/generator_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package generator diff --git a/field/goff/cmd/errors.go b/field/goff/cmd/errors.go index 4b1d6f8bf5..c28c662d49 100644 --- a/field/goff/cmd/errors.go +++ b/field/goff/cmd/errors.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package cmd diff --git a/field/goff/cmd/root.go b/field/goff/cmd/root.go index 8bc02b6ea6..480c2345cf 100644 --- a/field/goff/cmd/root.go +++ b/field/goff/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package cmd is the CLI interface for goff diff --git a/field/goff/cmd/version.go b/field/goff/cmd/version.go index 44f16f65ce..1f32bf574a 100644 --- a/field/goff/cmd/version.go +++ b/field/goff/cmd/version.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package cmd diff --git a/field/goff/main.go b/field/goff/main.go index 87420d3b9d..0f3884e223 100644 --- a/field/goff/main.go +++ b/field/goff/main.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package goff (go finite field) is a library that generates fast field arithmetic code for a given modulus. diff --git a/field/goldilocks/arith.go b/field/goldilocks/arith.go index 95d2a32596..fd46bf62a0 100644 --- a/field/goldilocks/arith.go +++ b/field/goldilocks/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/goldilocks/doc.go b/field/goldilocks/doc.go index 209714e87e..7ed505e777 100644 --- a/field/goldilocks/doc.go +++ b/field/goldilocks/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/goldilocks/element.go b/field/goldilocks/element.go index b707bcd996..5f5319330e 100644 --- a/field/goldilocks/element.go +++ b/field/goldilocks/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/goldilocks/element_exp.go b/field/goldilocks/element_exp.go index 2de013154a..676211d6b4 100644 --- a/field/goldilocks/element_exp.go +++ b/field/goldilocks/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/goldilocks/element_purego.go b/field/goldilocks/element_purego.go index aa6c1053f2..00d536c716 100644 --- a/field/goldilocks/element_purego.go +++ b/field/goldilocks/element_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/goldilocks/element_test.go b/field/goldilocks/element_test.go index e4c179aed6..e940b56092 100644 --- a/field/goldilocks/element_test.go +++ b/field/goldilocks/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/goldilocks/vector.go b/field/goldilocks/vector.go index 55f9cb5266..32ad268ee5 100644 --- a/field/goldilocks/vector.go +++ b/field/goldilocks/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/goldilocks/vector_purego.go b/field/goldilocks/vector_purego.go index c964b4150e..aadf02c291 100644 --- a/field/goldilocks/vector_purego.go +++ b/field/goldilocks/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/goldilocks/vector_test.go b/field/goldilocks/vector_test.go index cecc96eb3a..96e735c8cd 100644 --- a/field/goldilocks/vector_test.go +++ b/field/goldilocks/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/koalabear/arith.go b/field/koalabear/arith.go index df7f15f63e..f8ed8eb91f 100644 --- a/field/koalabear/arith.go +++ b/field/koalabear/arith.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/koalabear/doc.go b/field/koalabear/doc.go index 8b6839411f..b60c389776 100644 --- a/field/koalabear/doc.go +++ b/field/koalabear/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/koalabear/element.go b/field/koalabear/element.go index 0549df00c4..42ed0ebe00 100644 --- a/field/koalabear/element.go +++ b/field/koalabear/element.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/koalabear/element_exp.go b/field/koalabear/element_exp.go index ebf5ea1c26..3c2a3c72ba 100644 --- a/field/koalabear/element_exp.go +++ b/field/koalabear/element_exp.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/koalabear/element_purego.go b/field/koalabear/element_purego.go index 02f9da17d9..4ede470cca 100644 --- a/field/koalabear/element_purego.go +++ b/field/koalabear/element_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/koalabear/element_test.go b/field/koalabear/element_test.go index d8670b0888..bea2f28ee3 100644 --- a/field/koalabear/element_test.go +++ b/field/koalabear/element_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/koalabear/vector.go b/field/koalabear/vector.go index 0490927d51..725e065d16 100644 --- a/field/koalabear/vector.go +++ b/field/koalabear/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/koalabear/vector_purego.go b/field/koalabear/vector_purego.go index 6e9b038922..e1dc6b8f81 100644 --- a/field/koalabear/vector_purego.go +++ b/field/koalabear/vector_purego.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/field/koalabear/vector_test.go b/field/koalabear/vector_test.go index 8f3c20664b..606366bb0c 100644 --- a/field/koalabear/vector_test.go +++ b/field/koalabear/vector_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/go.mod b/go.mod index ae2d6988c6..e52cac12d6 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/bits-and-blooms/bitset v1.14.2 - github.com/consensys/bavard v0.1.23 + github.com/consensys/bavard v0.1.24 github.com/leanovate/gopter v0.2.11 github.com/mmcloughlin/addchain v0.4.0 github.com/spf13/cobra v1.8.1 diff --git a/go.sum b/go.sum index 9e1af01c23..4b478e8750 100644 --- a/go.sum +++ b/go.sum @@ -55,8 +55,8 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= -github.com/consensys/bavard v0.1.23 h1:EUMTIayTeUqb7tPy7n0IMrBM/GeEHGBSEkR8G5JE0po= -github.com/consensys/bavard v0.1.23/go.mod h1:k/zVjHHC4B+PQy1Pg7fgvG3ALicQw540Crag8qx+dZs= +github.com/consensys/bavard v0.1.24 h1:Lfe+bjYbpaoT7K5JTFoMi5wo9V4REGLvQQbHmatoN2I= +github.com/consensys/bavard v0.1.24/go.mod h1:k/zVjHHC4B+PQy1Pg7fgvG3ALicQw540Crag8qx+dZs= github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= diff --git a/hash/hashes.go b/hash/hashes.go index 806a1ac11d..4388219c0b 100644 --- a/hash/hashes.go +++ b/hash/hashes.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package hash diff --git a/internal/generator/gkr/test_vectors/main.go b/internal/generator/gkr/test_vectors/main.go index f4e6429e82..49ddf92414 100644 --- a/internal/generator/gkr/test_vectors/main.go +++ b/internal/generator/gkr/test_vectors/main.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/internal/generator/test_vector_utils/small_rational/gkr/gkr.go b/internal/generator/test_vector_utils/small_rational/gkr/gkr.go index a5bcb55b94..52e301df67 100644 --- a/internal/generator/test_vector_utils/small_rational/gkr/gkr.go +++ b/internal/generator/test_vector_utils/small_rational/gkr/gkr.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/internal/generator/test_vector_utils/small_rational/polynomial/doc.go b/internal/generator/test_vector_utils/small_rational/polynomial/doc.go index 35b3f725c1..fd96328e8f 100644 --- a/internal/generator/test_vector_utils/small_rational/polynomial/doc.go +++ b/internal/generator/test_vector_utils/small_rational/polynomial/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/internal/generator/test_vector_utils/small_rational/polynomial/multilin.go b/internal/generator/test_vector_utils/small_rational/polynomial/multilin.go index 20915de419..d3c0edc694 100644 --- a/internal/generator/test_vector_utils/small_rational/polynomial/multilin.go +++ b/internal/generator/test_vector_utils/small_rational/polynomial/multilin.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/internal/generator/test_vector_utils/small_rational/polynomial/polynomial.go b/internal/generator/test_vector_utils/small_rational/polynomial/polynomial.go index 2c76a20288..6b67eafada 100644 --- a/internal/generator/test_vector_utils/small_rational/polynomial/polynomial.go +++ b/internal/generator/test_vector_utils/small_rational/polynomial/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/internal/generator/test_vector_utils/small_rational/polynomial/pool.go b/internal/generator/test_vector_utils/small_rational/polynomial/pool.go index e9fc5204a2..9dbd98c86c 100644 --- a/internal/generator/test_vector_utils/small_rational/polynomial/pool.go +++ b/internal/generator/test_vector_utils/small_rational/polynomial/pool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/internal/generator/test_vector_utils/small_rational/sumcheck/sumcheck.go b/internal/generator/test_vector_utils/small_rational/sumcheck/sumcheck.go index 61ed654aec..d5cd387d85 100644 --- a/internal/generator/test_vector_utils/small_rational/sumcheck/sumcheck.go +++ b/internal/generator/test_vector_utils/small_rational/sumcheck/sumcheck.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/internal/generator/test_vector_utils/small_rational/sumcheck/sumcheck_test.go b/internal/generator/test_vector_utils/small_rational/sumcheck/sumcheck_test.go index 012aae6598..46acdcca1c 100644 --- a/internal/generator/test_vector_utils/small_rational/sumcheck/sumcheck_test.go +++ b/internal/generator/test_vector_utils/small_rational/sumcheck/sumcheck_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/internal/generator/test_vector_utils/small_rational/test_vector_utils/test_vector_utils.go b/internal/generator/test_vector_utils/small_rational/test_vector_utils/test_vector_utils.go index 0432ac7bfc..273e1c537f 100644 --- a/internal/generator/test_vector_utils/small_rational/test_vector_utils/test_vector_utils.go +++ b/internal/generator/test_vector_utils/small_rational/test_vector_utils/test_vector_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Code generated by consensys/gnark-crypto DO NOT EDIT diff --git a/internal/generator/tower/asm/amd64/e2.go b/internal/generator/tower/asm/amd64/e2.go index 4ff8c9fe18..9f372f351a 100644 --- a/internal/generator/tower/asm/amd64/e2.go +++ b/internal/generator/tower/asm/amd64/e2.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/internal/generator/tower/asm/amd64/e2_bls381.go b/internal/generator/tower/asm/amd64/e2_bls381.go index 7a3859ec82..54d49c65b2 100644 --- a/internal/generator/tower/asm/amd64/e2_bls381.go +++ b/internal/generator/tower/asm/amd64/e2_bls381.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/internal/generator/tower/asm/amd64/e2_bn254.go b/internal/generator/tower/asm/amd64/e2_bn254.go index 70b46deed6..fed9e14a07 100644 --- a/internal/generator/tower/asm/amd64/e2_bn254.go +++ b/internal/generator/tower/asm/amd64/e2_bn254.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package amd64 diff --git a/signature/ecdsa/ecdsa.go b/signature/ecdsa/ecdsa.go index 6224ff6fc4..c21fecb8f6 100644 --- a/signature/ecdsa/ecdsa.go +++ b/signature/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package ecdsa diff --git a/signature/eddsa/eddsa.go b/signature/eddsa/eddsa.go index 57b44517d8..f17589ebb5 100644 --- a/signature/eddsa/eddsa.go +++ b/signature/eddsa/eddsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. package eddsa diff --git a/signature/signature.go b/signature/signature.go index c5462fbd8c..4a378a1d82 100644 --- a/signature/signature.go +++ b/signature/signature.go @@ -1,4 +1,4 @@ -// Copyright 2020 Consensys Software Inc. +// Copyright 2020-2024 Consensys Software Inc. // Licensed under the Apache License, Version 2.0. See the LICENSE file for details. // Package signature defines interfaces for a Signer and a PublicKey similarly to go/crypto standard package.