From 94f006858cb8943ba635498c01bc734cdf632800 Mon Sep 17 00:00:00 2001 From: Arya Tabaie Date: Tue, 23 May 2023 15:42:53 -0500 Subject: [PATCH] docs: ConsenSys -> Consensys --- 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/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/gkr/gkr.go | 2 +- ecc/bls12-377/fr/gkr/gkr_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/kzg/doc.go | 2 +- ecc/bls12-377/fr/kzg/kzg.go | 2 +- ecc/bls12-377/fr/kzg/kzg_test.go | 2 +- ecc/bls12-377/fr/kzg/marshal.go | 2 +- ecc/bls12-377/fr/mimc/doc.go | 2 +- ecc/bls12-377/fr/mimc/mimc.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/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/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_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/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_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-378/ecdsa/doc.go | 2 +- ecc/bls12-378/ecdsa/ecdsa.go | 2 +- ecc/bls12-378/ecdsa/ecdsa_test.go | 2 +- ecc/bls12-378/ecdsa/marshal.go | 2 +- ecc/bls12-378/ecdsa/marshal_test.go | 2 +- ecc/bls12-378/fr/fft/doc.go | 2 +- ecc/bls12-378/fr/fft/domain.go | 2 +- ecc/bls12-378/fr/fft/domain_test.go | 2 +- ecc/bls12-378/fr/fft/fft.go | 2 +- ecc/bls12-378/fr/fft/fft_test.go | 2 +- ecc/bls12-378/fr/fft/options.go | 2 +- ecc/bls12-378/fr/fri/doc.go | 2 +- ecc/bls12-378/fr/fri/fri.go | 2 +- ecc/bls12-378/fr/fri/fri_test.go | 2 +- ecc/bls12-378/fr/gkr/gkr.go | 2 +- ecc/bls12-378/fr/gkr/gkr_test.go | 2 +- ecc/bls12-378/fr/iop/doc.go | 2 +- ecc/bls12-378/fr/iop/expressions.go | 2 +- ecc/bls12-378/fr/iop/expressions_test.go | 2 +- ecc/bls12-378/fr/iop/polynomial.go | 2 +- ecc/bls12-378/fr/iop/polynomial_test.go | 2 +- ecc/bls12-378/fr/iop/quotient.go | 2 +- ecc/bls12-378/fr/iop/quotient_test.go | 2 +- ecc/bls12-378/fr/iop/ratios.go | 2 +- ecc/bls12-378/fr/iop/ratios_test.go | 2 +- ecc/bls12-378/fr/iop/utils.go | 2 +- ecc/bls12-378/fr/kzg/doc.go | 2 +- ecc/bls12-378/fr/kzg/kzg.go | 2 +- ecc/bls12-378/fr/kzg/kzg_test.go | 2 +- ecc/bls12-378/fr/kzg/marshal.go | 2 +- ecc/bls12-378/fr/mimc/doc.go | 2 +- ecc/bls12-378/fr/mimc/mimc.go | 2 +- ecc/bls12-378/fr/pedersen/pedersen.go | 2 +- ecc/bls12-378/fr/pedersen/pedersen_test.go | 2 +- ecc/bls12-378/fr/permutation/doc.go | 2 +- ecc/bls12-378/fr/permutation/permutation.go | 2 +- ecc/bls12-378/fr/permutation/permutation_test.go | 2 +- ecc/bls12-378/fr/plookup/doc.go | 2 +- ecc/bls12-378/fr/plookup/plookup_test.go | 2 +- ecc/bls12-378/fr/plookup/table.go | 2 +- ecc/bls12-378/fr/plookup/vector.go | 2 +- ecc/bls12-378/fr/polynomial/doc.go | 2 +- ecc/bls12-378/fr/polynomial/multilin.go | 2 +- ecc/bls12-378/fr/polynomial/multilin_test.go | 2 +- ecc/bls12-378/fr/polynomial/polynomial.go | 2 +- ecc/bls12-378/fr/polynomial/polynomial_test.go | 2 +- ecc/bls12-378/fr/polynomial/pool.go | 2 +- ecc/bls12-378/fr/sumcheck/sumcheck.go | 2 +- ecc/bls12-378/fr/sumcheck/sumcheck_test.go | 2 +- ecc/bls12-378/fr/test_vector_utils/test_vector_utils.go | 2 +- ecc/bls12-378/g1.go | 2 +- ecc/bls12-378/g1_test.go | 2 +- ecc/bls12-378/g2.go | 2 +- ecc/bls12-378/g2_test.go | 2 +- ecc/bls12-378/hash_to_g1.go | 2 +- ecc/bls12-378/hash_to_g1_test.go | 2 +- ecc/bls12-378/internal/fptower/asm.go | 2 +- ecc/bls12-378/internal/fptower/asm_noadx.go | 2 +- ecc/bls12-378/internal/fptower/e12.go | 2 +- ecc/bls12-378/internal/fptower/e12_test.go | 2 +- ecc/bls12-378/internal/fptower/e2.go | 2 +- ecc/bls12-378/internal/fptower/e2_amd64.go | 2 +- ecc/bls12-378/internal/fptower/e2_fallback.go | 2 +- ecc/bls12-378/internal/fptower/e2_test.go | 2 +- ecc/bls12-378/internal/fptower/e6.go | 2 +- ecc/bls12-378/internal/fptower/e6_test.go | 2 +- ecc/bls12-378/marshal.go | 2 +- ecc/bls12-378/marshal_test.go | 2 +- ecc/bls12-378/multiexp.go | 2 +- ecc/bls12-378/multiexp_affine.go | 2 +- ecc/bls12-378/multiexp_jacobian.go | 2 +- ecc/bls12-378/multiexp_test.go | 2 +- ecc/bls12-378/pairing_test.go | 2 +- ecc/bls12-378/twistededwards/curve.go | 2 +- ecc/bls12-378/twistededwards/doc.go | 2 +- ecc/bls12-378/twistededwards/eddsa/doc.go | 2 +- ecc/bls12-378/twistededwards/eddsa/eddsa.go | 2 +- ecc/bls12-378/twistededwards/eddsa/eddsa_test.go | 2 +- ecc/bls12-378/twistededwards/eddsa/marshal.go | 2 +- ecc/bls12-378/twistededwards/point.go | 2 +- ecc/bls12-378/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/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/gkr/gkr.go | 2 +- ecc/bls12-381/fr/gkr/gkr_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/kzg/doc.go | 2 +- ecc/bls12-381/fr/kzg/kzg.go | 2 +- ecc/bls12-381/fr/kzg/kzg_test.go | 2 +- ecc/bls12-381/fr/kzg/marshal.go | 2 +- ecc/bls12-381/fr/mimc/doc.go | 2 +- ecc/bls12-381/fr/mimc/mimc.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/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/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_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/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_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/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/gkr/gkr.go | 2 +- ecc/bls24-315/fr/gkr/gkr_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/kzg/doc.go | 2 +- ecc/bls24-315/fr/kzg/kzg.go | 2 +- ecc/bls24-315/fr/kzg/kzg_test.go | 2 +- ecc/bls24-315/fr/kzg/marshal.go | 2 +- ecc/bls24-315/fr/mimc/doc.go | 2 +- ecc/bls24-315/fr/mimc/mimc.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/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/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/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_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/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/gkr/gkr.go | 2 +- ecc/bls24-317/fr/gkr/gkr_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/kzg/doc.go | 2 +- ecc/bls24-317/fr/kzg/kzg.go | 2 +- ecc/bls24-317/fr/kzg/kzg_test.go | 2 +- ecc/bls24-317/fr/kzg/marshal.go | 2 +- ecc/bls24-317/fr/mimc/doc.go | 2 +- ecc/bls24-317/fr/mimc/mimc.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/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/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/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_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/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/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/gkr/gkr.go | 2 +- ecc/bn254/fr/gkr/gkr_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/kzg/doc.go | 2 +- ecc/bn254/fr/kzg/kzg.go | 2 +- ecc/bn254/fr/kzg/kzg_test.go | 2 +- ecc/bn254/fr/kzg/marshal.go | 2 +- ecc/bn254/fr/mimc/doc.go | 2 +- ecc/bn254/fr/mimc/mimc.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/sumcheck/sumcheck.go | 2 +- ecc/bn254/fr/sumcheck/sumcheck_test.go | 2 +- ecc/bn254/fr/test_vector_utils/test_vector_utils.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_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/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_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/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/gkr/gkr.go | 2 +- ecc/bw6-633/fr/gkr/gkr_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/kzg/doc.go | 2 +- ecc/bw6-633/fr/kzg/kzg.go | 2 +- ecc/bw6-633/fr/kzg/kzg_test.go | 2 +- ecc/bw6-633/fr/kzg/marshal.go | 2 +- ecc/bw6-633/fr/mimc/doc.go | 2 +- ecc/bw6-633/fr/mimc/mimc.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/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/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/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_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-756/ecdsa/doc.go | 2 +- ecc/bw6-756/ecdsa/ecdsa.go | 2 +- ecc/bw6-756/ecdsa/ecdsa_test.go | 2 +- ecc/bw6-756/ecdsa/marshal.go | 2 +- ecc/bw6-756/ecdsa/marshal_test.go | 2 +- ecc/bw6-756/fr/fft/doc.go | 2 +- ecc/bw6-756/fr/fft/domain.go | 2 +- ecc/bw6-756/fr/fft/domain_test.go | 2 +- ecc/bw6-756/fr/fft/fft.go | 2 +- ecc/bw6-756/fr/fft/fft_test.go | 2 +- ecc/bw6-756/fr/fft/options.go | 2 +- ecc/bw6-756/fr/fri/doc.go | 2 +- ecc/bw6-756/fr/fri/fri.go | 2 +- ecc/bw6-756/fr/fri/fri_test.go | 2 +- ecc/bw6-756/fr/gkr/gkr.go | 2 +- ecc/bw6-756/fr/gkr/gkr_test.go | 2 +- ecc/bw6-756/fr/iop/doc.go | 2 +- ecc/bw6-756/fr/iop/expressions.go | 2 +- ecc/bw6-756/fr/iop/expressions_test.go | 2 +- ecc/bw6-756/fr/iop/polynomial.go | 2 +- ecc/bw6-756/fr/iop/polynomial_test.go | 2 +- ecc/bw6-756/fr/iop/quotient.go | 2 +- ecc/bw6-756/fr/iop/quotient_test.go | 2 +- ecc/bw6-756/fr/iop/ratios.go | 2 +- ecc/bw6-756/fr/iop/ratios_test.go | 2 +- ecc/bw6-756/fr/iop/utils.go | 2 +- ecc/bw6-756/fr/kzg/doc.go | 2 +- ecc/bw6-756/fr/kzg/kzg.go | 2 +- ecc/bw6-756/fr/kzg/kzg_test.go | 2 +- ecc/bw6-756/fr/kzg/marshal.go | 2 +- ecc/bw6-756/fr/mimc/doc.go | 2 +- ecc/bw6-756/fr/mimc/mimc.go | 2 +- ecc/bw6-756/fr/pedersen/pedersen.go | 2 +- ecc/bw6-756/fr/pedersen/pedersen_test.go | 2 +- ecc/bw6-756/fr/permutation/doc.go | 2 +- ecc/bw6-756/fr/permutation/permutation.go | 2 +- ecc/bw6-756/fr/permutation/permutation_test.go | 2 +- ecc/bw6-756/fr/plookup/doc.go | 2 +- ecc/bw6-756/fr/plookup/plookup_test.go | 2 +- ecc/bw6-756/fr/plookup/table.go | 2 +- ecc/bw6-756/fr/plookup/vector.go | 2 +- ecc/bw6-756/fr/polynomial/doc.go | 2 +- ecc/bw6-756/fr/polynomial/multilin.go | 2 +- ecc/bw6-756/fr/polynomial/multilin_test.go | 2 +- ecc/bw6-756/fr/polynomial/polynomial.go | 2 +- ecc/bw6-756/fr/polynomial/polynomial_test.go | 2 +- ecc/bw6-756/fr/polynomial/pool.go | 2 +- ecc/bw6-756/fr/sumcheck/sumcheck.go | 2 +- ecc/bw6-756/fr/sumcheck/sumcheck_test.go | 2 +- ecc/bw6-756/fr/test_vector_utils/test_vector_utils.go | 2 +- ecc/bw6-756/g1.go | 2 +- ecc/bw6-756/g1_test.go | 2 +- ecc/bw6-756/g2.go | 2 +- ecc/bw6-756/g2_test.go | 2 +- ecc/bw6-756/hash_to_g1.go | 2 +- ecc/bw6-756/hash_to_g1_test.go | 2 +- ecc/bw6-756/hash_to_g2.go | 2 +- ecc/bw6-756/hash_to_g2_test.go | 2 +- ecc/bw6-756/marshal.go | 2 +- ecc/bw6-756/marshal_test.go | 2 +- ecc/bw6-756/multiexp.go | 2 +- ecc/bw6-756/multiexp_affine.go | 2 +- ecc/bw6-756/multiexp_jacobian.go | 2 +- ecc/bw6-756/multiexp_test.go | 2 +- ecc/bw6-756/pairing_test.go | 2 +- ecc/bw6-756/twistededwards/curve.go | 2 +- ecc/bw6-756/twistededwards/doc.go | 2 +- ecc/bw6-756/twistededwards/eddsa/doc.go | 2 +- ecc/bw6-756/twistededwards/eddsa/eddsa.go | 2 +- ecc/bw6-756/twistededwards/eddsa/eddsa_test.go | 2 +- ecc/bw6-756/twistededwards/eddsa/marshal.go | 2 +- ecc/bw6-756/twistededwards/point.go | 2 +- ecc/bw6-756/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/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/gkr/gkr.go | 2 +- ecc/bw6-761/fr/gkr/gkr_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/kzg/doc.go | 2 +- ecc/bw6-761/fr/kzg/kzg.go | 2 +- ecc/bw6-761/fr/kzg/kzg_test.go | 2 +- ecc/bw6-761/fr/kzg/marshal.go | 2 +- ecc/bw6-761/fr/mimc/doc.go | 2 +- ecc/bw6-761/fr/mimc/mimc.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/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/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/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/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/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/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/multiexp.go | 2 +- ecc/secp256k1/multiexp_affine.go | 2 +- ecc/secp256k1/multiexp_jacobian.go | 2 +- ecc/secp256k1/multiexp_test.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 +- internal/generator/gkr/test_vectors/main.go | 2 +- internal/generator/main.go | 2 +- internal/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 +- .../test_vector_utils/small_rational/sumcheck/sumcheck_test.go | 2 +- .../small_rational/test_vector_utils/test_vector_utils.go | 2 +- 727 files changed, 727 insertions(+), 727 deletions(-) diff --git a/ecc/bls12-377/ecdsa/doc.go b/ecc/bls12-377/ecdsa/doc.go index 6fdb39d25a..085a3829dd 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 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. diff --git a/ecc/bls12-377/ecdsa/ecdsa.go b/ecc/bls12-377/ecdsa/ecdsa.go index 89445e2117..288a9735fd 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 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. diff --git a/ecc/bls12-377/ecdsa/ecdsa_test.go b/ecc/bls12-377/ecdsa/ecdsa_test.go index b8ccabd36f..fb0657a657 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 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. diff --git a/ecc/bls12-377/ecdsa/marshal.go b/ecc/bls12-377/ecdsa/marshal.go index 72d74c5cb1..c0ee0643e4 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 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. diff --git a/ecc/bls12-377/ecdsa/marshal_test.go b/ecc/bls12-377/ecdsa/marshal_test.go index 4cbe081d4a..7ad094fb9a 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 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. diff --git a/ecc/bls12-377/fr/fft/doc.go b/ecc/bls12-377/fr/fft/doc.go index 3c35170e8d..2391a9f63b 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 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. diff --git a/ecc/bls12-377/fr/fft/domain.go b/ecc/bls12-377/fr/fft/domain.go index 7f32c42b65..c5f20a4e27 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 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. diff --git a/ecc/bls12-377/fr/fft/domain_test.go b/ecc/bls12-377/fr/fft/domain_test.go index 14d23dd992..83186cb7c9 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 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. diff --git a/ecc/bls12-377/fr/fft/fft.go b/ecc/bls12-377/fr/fft/fft.go index 7927925999..c2a6c5e47c 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 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. diff --git a/ecc/bls12-377/fr/fft/fft_test.go b/ecc/bls12-377/fr/fft/fft_test.go index 0a1c17d985..c548c40ed2 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 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. diff --git a/ecc/bls12-377/fr/fft/options.go b/ecc/bls12-377/fr/fft/options.go index 603b76f299..02a6000e58 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 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. diff --git a/ecc/bls12-377/fr/fri/doc.go b/ecc/bls12-377/fr/fri/doc.go index 1a4cc68f32..3333ad41f5 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 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. diff --git a/ecc/bls12-377/fr/fri/fri.go b/ecc/bls12-377/fr/fri/fri.go index 491aa51aac..91cc031eeb 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 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. diff --git a/ecc/bls12-377/fr/fri/fri_test.go b/ecc/bls12-377/fr/fri/fri_test.go index cc43b21c31..f5cc9e4760 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 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. diff --git a/ecc/bls12-377/fr/gkr/gkr.go b/ecc/bls12-377/fr/gkr/gkr.go index 1a07e85053..0eac47c68c 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 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. diff --git a/ecc/bls12-377/fr/gkr/gkr_test.go b/ecc/bls12-377/fr/gkr/gkr_test.go index 5e0721ebf0..43aaf1ef29 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 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. diff --git a/ecc/bls12-377/fr/iop/doc.go b/ecc/bls12-377/fr/iop/doc.go index cd87ef4d79..20f8b1a302 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 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. diff --git a/ecc/bls12-377/fr/iop/expressions.go b/ecc/bls12-377/fr/iop/expressions.go index f9699e0af8..fff56a1266 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 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. diff --git a/ecc/bls12-377/fr/iop/expressions_test.go b/ecc/bls12-377/fr/iop/expressions_test.go index 738b8dc61b..74c24414c7 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 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. diff --git a/ecc/bls12-377/fr/iop/polynomial.go b/ecc/bls12-377/fr/iop/polynomial.go index 48115aba9c..50ff7f6118 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 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. diff --git a/ecc/bls12-377/fr/iop/polynomial_test.go b/ecc/bls12-377/fr/iop/polynomial_test.go index 32e439748a..b84c4be894 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 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. diff --git a/ecc/bls12-377/fr/iop/quotient.go b/ecc/bls12-377/fr/iop/quotient.go index 4cbd393346..bda2144dd4 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 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. diff --git a/ecc/bls12-377/fr/iop/quotient_test.go b/ecc/bls12-377/fr/iop/quotient_test.go index 835e8c0e2f..2b979aa35b 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 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. diff --git a/ecc/bls12-377/fr/iop/ratios.go b/ecc/bls12-377/fr/iop/ratios.go index 77ceb0e573..cb235b93ab 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 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. diff --git a/ecc/bls12-377/fr/iop/ratios_test.go b/ecc/bls12-377/fr/iop/ratios_test.go index 145c0f6c90..21ae8391dd 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 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. diff --git a/ecc/bls12-377/fr/iop/utils.go b/ecc/bls12-377/fr/iop/utils.go index 33824ece41..5ff7c582d7 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 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. diff --git a/ecc/bls12-377/fr/kzg/doc.go b/ecc/bls12-377/fr/kzg/doc.go index d8a77e8f64..d1045726f2 100644 --- a/ecc/bls12-377/fr/kzg/doc.go +++ b/ecc/bls12-377/fr/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-377/fr/kzg/kzg.go b/ecc/bls12-377/fr/kzg/kzg.go index 682fc6af7d..13263864fa 100644 --- a/ecc/bls12-377/fr/kzg/kzg.go +++ b/ecc/bls12-377/fr/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-377/fr/kzg/kzg_test.go b/ecc/bls12-377/fr/kzg/kzg_test.go index 58acf3febe..c14b55c68d 100644 --- a/ecc/bls12-377/fr/kzg/kzg_test.go +++ b/ecc/bls12-377/fr/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-377/fr/kzg/marshal.go b/ecc/bls12-377/fr/kzg/marshal.go index 4041916859..5164dfd1f7 100644 --- a/ecc/bls12-377/fr/kzg/marshal.go +++ b/ecc/bls12-377/fr/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-377/fr/mimc/doc.go b/ecc/bls12-377/fr/mimc/doc.go index 497bd40a97..d527ead9ef 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 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. diff --git a/ecc/bls12-377/fr/mimc/mimc.go b/ecc/bls12-377/fr/mimc/mimc.go index b9bd68bdba..e5a1d80713 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 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. diff --git a/ecc/bls12-377/fr/pedersen/pedersen.go b/ecc/bls12-377/fr/pedersen/pedersen.go index cee17840b3..457be6a1e5 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 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. diff --git a/ecc/bls12-377/fr/pedersen/pedersen_test.go b/ecc/bls12-377/fr/pedersen/pedersen_test.go index 9396424882..62c2c0c0eb 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 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. diff --git a/ecc/bls12-377/fr/permutation/doc.go b/ecc/bls12-377/fr/permutation/doc.go index bdf98e6ca9..7ef21ffb9e 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 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. diff --git a/ecc/bls12-377/fr/permutation/permutation.go b/ecc/bls12-377/fr/permutation/permutation.go index b2168ce470..cd8f0f2861 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 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. diff --git a/ecc/bls12-377/fr/permutation/permutation_test.go b/ecc/bls12-377/fr/permutation/permutation_test.go index 8d527af95d..37584d7dc9 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 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. diff --git a/ecc/bls12-377/fr/plookup/doc.go b/ecc/bls12-377/fr/plookup/doc.go index ec4b912876..b3af019687 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 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. diff --git a/ecc/bls12-377/fr/plookup/plookup_test.go b/ecc/bls12-377/fr/plookup/plookup_test.go index 90e44b7e17..56cf6dda91 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 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. diff --git a/ecc/bls12-377/fr/plookup/table.go b/ecc/bls12-377/fr/plookup/table.go index b8bbbd6fc2..35e45b8455 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 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. diff --git a/ecc/bls12-377/fr/plookup/vector.go b/ecc/bls12-377/fr/plookup/vector.go index 8273c663db..e4ec2c9329 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 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. diff --git a/ecc/bls12-377/fr/polynomial/doc.go b/ecc/bls12-377/fr/polynomial/doc.go index 83479b058b..747da41f2c 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 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. diff --git a/ecc/bls12-377/fr/polynomial/multilin.go b/ecc/bls12-377/fr/polynomial/multilin.go index bce5d27c85..99538e05aa 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 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. diff --git a/ecc/bls12-377/fr/polynomial/multilin_test.go b/ecc/bls12-377/fr/polynomial/multilin_test.go index e7e0ce1e01..97d95251cd 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 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. diff --git a/ecc/bls12-377/fr/polynomial/polynomial.go b/ecc/bls12-377/fr/polynomial/polynomial.go index 55869cb570..cedccbabfc 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 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. diff --git a/ecc/bls12-377/fr/polynomial/polynomial_test.go b/ecc/bls12-377/fr/polynomial/polynomial_test.go index 81843e7f36..7909a14b40 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 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. diff --git a/ecc/bls12-377/fr/polynomial/pool.go b/ecc/bls12-377/fr/polynomial/pool.go index d46e198fb7..3c7b83b56d 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 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. diff --git a/ecc/bls12-377/fr/sumcheck/sumcheck.go b/ecc/bls12-377/fr/sumcheck/sumcheck.go index d4306b78cd..09640b7bcc 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 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. diff --git a/ecc/bls12-377/fr/sumcheck/sumcheck_test.go b/ecc/bls12-377/fr/sumcheck/sumcheck_test.go index dd741858e9..c26db3571d 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 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. 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 b189399a6a..c4b9eea7f8 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 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. diff --git a/ecc/bls12-377/g1.go b/ecc/bls12-377/g1.go index 0cf4a7df29..cef48cffa6 100644 --- a/ecc/bls12-377/g1.go +++ b/ecc/bls12-377/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-377/g1_test.go b/ecc/bls12-377/g1_test.go index 26aa94d8c7..e455a648da 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 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. diff --git a/ecc/bls12-377/g2.go b/ecc/bls12-377/g2.go index a372a3ceb4..08154fb92f 100644 --- a/ecc/bls12-377/g2.go +++ b/ecc/bls12-377/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-377/g2_test.go b/ecc/bls12-377/g2_test.go index 8e08ffe320..529dcc76a7 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 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. diff --git a/ecc/bls12-377/hash_to_g1.go b/ecc/bls12-377/hash_to_g1.go index 85a19e73b1..20306ba879 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 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. diff --git a/ecc/bls12-377/hash_to_g1_test.go b/ecc/bls12-377/hash_to_g1_test.go index 467aa1c55c..3b7eee61d9 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 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. diff --git a/ecc/bls12-377/hash_to_g2.go b/ecc/bls12-377/hash_to_g2.go index 9ae6997bef..66aae9fcc7 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 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. diff --git a/ecc/bls12-377/hash_to_g2_test.go b/ecc/bls12-377/hash_to_g2_test.go index 4534802343..d0e2fd6d2a 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 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. diff --git a/ecc/bls12-377/internal/fptower/asm.go b/ecc/bls12-377/internal/fptower/asm.go index 0ec192019d..49751a9396 100644 --- a/ecc/bls12-377/internal/fptower/asm.go +++ b/ecc/bls12-377/internal/fptower/asm.go @@ -1,7 +1,7 @@ //go:build !noadx // +build !noadx -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-377/internal/fptower/asm_noadx.go b/ecc/bls12-377/internal/fptower/asm_noadx.go index 6a09c11c49..c6a97081fc 100644 --- a/ecc/bls12-377/internal/fptower/asm_noadx.go +++ b/ecc/bls12-377/internal/fptower/asm_noadx.go @@ -1,7 +1,7 @@ //go:build noadx // +build noadx -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-377/internal/fptower/e12.go b/ecc/bls12-377/internal/fptower/e12.go index 956d6cace5..d2de48d6b3 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 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. diff --git a/ecc/bls12-377/internal/fptower/e12_test.go b/ecc/bls12-377/internal/fptower/e12_test.go index ab7e3d514f..ee84fb1c7d 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 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. diff --git a/ecc/bls12-377/internal/fptower/e2.go b/ecc/bls12-377/internal/fptower/e2.go index 227570dc53..874802d743 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 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. diff --git a/ecc/bls12-377/internal/fptower/e2_amd64.go b/ecc/bls12-377/internal/fptower/e2_amd64.go index 7145007fa9..ac68ffa578 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 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. diff --git a/ecc/bls12-377/internal/fptower/e2_fallback.go b/ecc/bls12-377/internal/fptower/e2_fallback.go index 0ce4d83334..6fe47c4111 100644 --- a/ecc/bls12-377/internal/fptower/e2_fallback.go +++ b/ecc/bls12-377/internal/fptower/e2_fallback.go @@ -1,7 +1,7 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-377/internal/fptower/e2_test.go b/ecc/bls12-377/internal/fptower/e2_test.go index 3818ab929c..0546357255 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 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. diff --git a/ecc/bls12-377/internal/fptower/e6.go b/ecc/bls12-377/internal/fptower/e6.go index 90aba83b22..128007df27 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 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. diff --git a/ecc/bls12-377/internal/fptower/e6_test.go b/ecc/bls12-377/internal/fptower/e6_test.go index 4b896c62a9..b77369e34f 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 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. diff --git a/ecc/bls12-377/marshal.go b/ecc/bls12-377/marshal.go index 48450677d0..070aa561ec 100644 --- a/ecc/bls12-377/marshal.go +++ b/ecc/bls12-377/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-377/marshal_test.go b/ecc/bls12-377/marshal_test.go index 72e4a000d8..fb76807a70 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 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. diff --git a/ecc/bls12-377/multiexp.go b/ecc/bls12-377/multiexp.go index cb727fa245..10699d84a7 100644 --- a/ecc/bls12-377/multiexp.go +++ b/ecc/bls12-377/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-377/multiexp_affine.go b/ecc/bls12-377/multiexp_affine.go index 31fb863840..c6c022df46 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 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. diff --git a/ecc/bls12-377/multiexp_jacobian.go b/ecc/bls12-377/multiexp_jacobian.go index 1a24aa25b0..8226a8d912 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 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. diff --git a/ecc/bls12-377/multiexp_test.go b/ecc/bls12-377/multiexp_test.go index 16c498e01b..1166d52a2e 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 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. diff --git a/ecc/bls12-377/pairing_test.go b/ecc/bls12-377/pairing_test.go index 75d277447e..cd9a00d5f9 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 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. diff --git a/ecc/bls12-377/twistededwards/curve.go b/ecc/bls12-377/twistededwards/curve.go index acacf5af3d..dda19edc93 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 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. diff --git a/ecc/bls12-377/twistededwards/doc.go b/ecc/bls12-377/twistededwards/doc.go index ed25f6a630..d5f67e943b 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 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. diff --git a/ecc/bls12-377/twistededwards/eddsa/doc.go b/ecc/bls12-377/twistededwards/eddsa/doc.go index af7da29908..9aa1570fe1 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 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. diff --git a/ecc/bls12-377/twistededwards/eddsa/eddsa.go b/ecc/bls12-377/twistededwards/eddsa/eddsa.go index 10936f8f03..0c33c4bafe 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 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. diff --git a/ecc/bls12-377/twistededwards/eddsa/eddsa_test.go b/ecc/bls12-377/twistededwards/eddsa/eddsa_test.go index f8681709b6..2b6aa38053 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 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. diff --git a/ecc/bls12-377/twistededwards/eddsa/marshal.go b/ecc/bls12-377/twistededwards/eddsa/marshal.go index acf3c41737..89e0a84045 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 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. diff --git a/ecc/bls12-377/twistededwards/point.go b/ecc/bls12-377/twistededwards/point.go index 9ec9e07416..7f899d407d 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 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. diff --git a/ecc/bls12-377/twistededwards/point_test.go b/ecc/bls12-377/twistededwards/point_test.go index e4b5c5c0b6..9a075e6edc 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 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. diff --git a/ecc/bls12-378/ecdsa/doc.go b/ecc/bls12-378/ecdsa/doc.go index 7172ada5c6..d47fad5523 100644 --- a/ecc/bls12-378/ecdsa/doc.go +++ b/ecc/bls12-378/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/ecdsa/ecdsa.go b/ecc/bls12-378/ecdsa/ecdsa.go index f1766e1599..22ce08e796 100644 --- a/ecc/bls12-378/ecdsa/ecdsa.go +++ b/ecc/bls12-378/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/ecdsa/ecdsa_test.go b/ecc/bls12-378/ecdsa/ecdsa_test.go index d7dff10750..078835d0cd 100644 --- a/ecc/bls12-378/ecdsa/ecdsa_test.go +++ b/ecc/bls12-378/ecdsa/ecdsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/ecdsa/marshal.go b/ecc/bls12-378/ecdsa/marshal.go index 72d74c5cb1..c0ee0643e4 100644 --- a/ecc/bls12-378/ecdsa/marshal.go +++ b/ecc/bls12-378/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/ecdsa/marshal_test.go b/ecc/bls12-378/ecdsa/marshal_test.go index 5d41f74014..af81dc44e3 100644 --- a/ecc/bls12-378/ecdsa/marshal_test.go +++ b/ecc/bls12-378/ecdsa/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/fft/doc.go b/ecc/bls12-378/fr/fft/doc.go index 3c35170e8d..2391a9f63b 100644 --- a/ecc/bls12-378/fr/fft/doc.go +++ b/ecc/bls12-378/fr/fft/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/fft/domain.go b/ecc/bls12-378/fr/fft/domain.go index 3a55852f7d..78679e209d 100644 --- a/ecc/bls12-378/fr/fft/domain.go +++ b/ecc/bls12-378/fr/fft/domain.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/fft/domain_test.go b/ecc/bls12-378/fr/fft/domain_test.go index 14d23dd992..83186cb7c9 100644 --- a/ecc/bls12-378/fr/fft/domain_test.go +++ b/ecc/bls12-378/fr/fft/domain_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/fft/fft.go b/ecc/bls12-378/fr/fft/fft.go index 88e88503f7..51c3c92743 100644 --- a/ecc/bls12-378/fr/fft/fft.go +++ b/ecc/bls12-378/fr/fft/fft.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/fft/fft_test.go b/ecc/bls12-378/fr/fft/fft_test.go index 1c0f64ac07..caa190aa89 100644 --- a/ecc/bls12-378/fr/fft/fft_test.go +++ b/ecc/bls12-378/fr/fft/fft_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/fft/options.go b/ecc/bls12-378/fr/fft/options.go index 603b76f299..02a6000e58 100644 --- a/ecc/bls12-378/fr/fft/options.go +++ b/ecc/bls12-378/fr/fft/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/fri/doc.go b/ecc/bls12-378/fr/fri/doc.go index 1a4cc68f32..3333ad41f5 100644 --- a/ecc/bls12-378/fr/fri/doc.go +++ b/ecc/bls12-378/fr/fri/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/fri/fri.go b/ecc/bls12-378/fr/fri/fri.go index 837b088628..145e2defd8 100644 --- a/ecc/bls12-378/fr/fri/fri.go +++ b/ecc/bls12-378/fr/fri/fri.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/fri/fri_test.go b/ecc/bls12-378/fr/fri/fri_test.go index 2f2b218a7e..60988ffa12 100644 --- a/ecc/bls12-378/fr/fri/fri_test.go +++ b/ecc/bls12-378/fr/fri/fri_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/gkr/gkr.go b/ecc/bls12-378/fr/gkr/gkr.go index 100458f7cd..92ab61c7fa 100644 --- a/ecc/bls12-378/fr/gkr/gkr.go +++ b/ecc/bls12-378/fr/gkr/gkr.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/gkr/gkr_test.go b/ecc/bls12-378/fr/gkr/gkr_test.go index 278a8f92f0..aaf03a0e4b 100644 --- a/ecc/bls12-378/fr/gkr/gkr_test.go +++ b/ecc/bls12-378/fr/gkr/gkr_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/iop/doc.go b/ecc/bls12-378/fr/iop/doc.go index cd87ef4d79..20f8b1a302 100644 --- a/ecc/bls12-378/fr/iop/doc.go +++ b/ecc/bls12-378/fr/iop/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/iop/expressions.go b/ecc/bls12-378/fr/iop/expressions.go index 584e678e52..d13e1622bc 100644 --- a/ecc/bls12-378/fr/iop/expressions.go +++ b/ecc/bls12-378/fr/iop/expressions.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/iop/expressions_test.go b/ecc/bls12-378/fr/iop/expressions_test.go index 4bb30c062f..16f767888b 100644 --- a/ecc/bls12-378/fr/iop/expressions_test.go +++ b/ecc/bls12-378/fr/iop/expressions_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/iop/polynomial.go b/ecc/bls12-378/fr/iop/polynomial.go index d6fb4729c3..3dd54e700b 100644 --- a/ecc/bls12-378/fr/iop/polynomial.go +++ b/ecc/bls12-378/fr/iop/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/iop/polynomial_test.go b/ecc/bls12-378/fr/iop/polynomial_test.go index 301af41bf9..5421cb7811 100644 --- a/ecc/bls12-378/fr/iop/polynomial_test.go +++ b/ecc/bls12-378/fr/iop/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/iop/quotient.go b/ecc/bls12-378/fr/iop/quotient.go index 11df5a974a..49583f4f12 100644 --- a/ecc/bls12-378/fr/iop/quotient.go +++ b/ecc/bls12-378/fr/iop/quotient.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/iop/quotient_test.go b/ecc/bls12-378/fr/iop/quotient_test.go index 2faf0a124d..ff3c335170 100644 --- a/ecc/bls12-378/fr/iop/quotient_test.go +++ b/ecc/bls12-378/fr/iop/quotient_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/iop/ratios.go b/ecc/bls12-378/fr/iop/ratios.go index 81ff7af5eb..e390760770 100644 --- a/ecc/bls12-378/fr/iop/ratios.go +++ b/ecc/bls12-378/fr/iop/ratios.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/iop/ratios_test.go b/ecc/bls12-378/fr/iop/ratios_test.go index c66fc20648..5c4694841e 100644 --- a/ecc/bls12-378/fr/iop/ratios_test.go +++ b/ecc/bls12-378/fr/iop/ratios_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/iop/utils.go b/ecc/bls12-378/fr/iop/utils.go index a2f2f43212..b3dce97a06 100644 --- a/ecc/bls12-378/fr/iop/utils.go +++ b/ecc/bls12-378/fr/iop/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/kzg/doc.go b/ecc/bls12-378/fr/kzg/doc.go index d8a77e8f64..d1045726f2 100644 --- a/ecc/bls12-378/fr/kzg/doc.go +++ b/ecc/bls12-378/fr/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/kzg/kzg.go b/ecc/bls12-378/fr/kzg/kzg.go index 889424f618..5877500814 100644 --- a/ecc/bls12-378/fr/kzg/kzg.go +++ b/ecc/bls12-378/fr/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/kzg/kzg_test.go b/ecc/bls12-378/fr/kzg/kzg_test.go index e92e5ffd3e..e5a7e4a4a8 100644 --- a/ecc/bls12-378/fr/kzg/kzg_test.go +++ b/ecc/bls12-378/fr/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/kzg/marshal.go b/ecc/bls12-378/fr/kzg/marshal.go index ff56c7b9ea..da4fb6d1b8 100644 --- a/ecc/bls12-378/fr/kzg/marshal.go +++ b/ecc/bls12-378/fr/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/mimc/doc.go b/ecc/bls12-378/fr/mimc/doc.go index 497bd40a97..d527ead9ef 100644 --- a/ecc/bls12-378/fr/mimc/doc.go +++ b/ecc/bls12-378/fr/mimc/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/mimc/mimc.go b/ecc/bls12-378/fr/mimc/mimc.go index f61b464030..d6d6557ec1 100644 --- a/ecc/bls12-378/fr/mimc/mimc.go +++ b/ecc/bls12-378/fr/mimc/mimc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/pedersen/pedersen.go b/ecc/bls12-378/fr/pedersen/pedersen.go index a526dd71c0..65b1cca364 100644 --- a/ecc/bls12-378/fr/pedersen/pedersen.go +++ b/ecc/bls12-378/fr/pedersen/pedersen.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/pedersen/pedersen_test.go b/ecc/bls12-378/fr/pedersen/pedersen_test.go index b2119020d8..5a873d59aa 100644 --- a/ecc/bls12-378/fr/pedersen/pedersen_test.go +++ b/ecc/bls12-378/fr/pedersen/pedersen_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/permutation/doc.go b/ecc/bls12-378/fr/permutation/doc.go index bdf98e6ca9..7ef21ffb9e 100644 --- a/ecc/bls12-378/fr/permutation/doc.go +++ b/ecc/bls12-378/fr/permutation/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/permutation/permutation.go b/ecc/bls12-378/fr/permutation/permutation.go index e10836ec0d..53e9676d29 100644 --- a/ecc/bls12-378/fr/permutation/permutation.go +++ b/ecc/bls12-378/fr/permutation/permutation.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/permutation/permutation_test.go b/ecc/bls12-378/fr/permutation/permutation_test.go index 8e67b68509..f9aaeac7d7 100644 --- a/ecc/bls12-378/fr/permutation/permutation_test.go +++ b/ecc/bls12-378/fr/permutation/permutation_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/plookup/doc.go b/ecc/bls12-378/fr/plookup/doc.go index ec4b912876..b3af019687 100644 --- a/ecc/bls12-378/fr/plookup/doc.go +++ b/ecc/bls12-378/fr/plookup/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/plookup/plookup_test.go b/ecc/bls12-378/fr/plookup/plookup_test.go index e9cb4eee44..d4e0b25d44 100644 --- a/ecc/bls12-378/fr/plookup/plookup_test.go +++ b/ecc/bls12-378/fr/plookup/plookup_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/plookup/table.go b/ecc/bls12-378/fr/plookup/table.go index 7e1d67413c..536cfb82ec 100644 --- a/ecc/bls12-378/fr/plookup/table.go +++ b/ecc/bls12-378/fr/plookup/table.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/plookup/vector.go b/ecc/bls12-378/fr/plookup/vector.go index edc0adfee5..478ef56d12 100644 --- a/ecc/bls12-378/fr/plookup/vector.go +++ b/ecc/bls12-378/fr/plookup/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/polynomial/doc.go b/ecc/bls12-378/fr/polynomial/doc.go index 83479b058b..747da41f2c 100644 --- a/ecc/bls12-378/fr/polynomial/doc.go +++ b/ecc/bls12-378/fr/polynomial/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/polynomial/multilin.go b/ecc/bls12-378/fr/polynomial/multilin.go index 2408407b60..2f916dc2c2 100644 --- a/ecc/bls12-378/fr/polynomial/multilin.go +++ b/ecc/bls12-378/fr/polynomial/multilin.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/polynomial/multilin_test.go b/ecc/bls12-378/fr/polynomial/multilin_test.go index f5efeb0dfe..cbc46a4bc7 100644 --- a/ecc/bls12-378/fr/polynomial/multilin_test.go +++ b/ecc/bls12-378/fr/polynomial/multilin_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/polynomial/polynomial.go b/ecc/bls12-378/fr/polynomial/polynomial.go index b276bdb5e9..280896333e 100644 --- a/ecc/bls12-378/fr/polynomial/polynomial.go +++ b/ecc/bls12-378/fr/polynomial/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/polynomial/polynomial_test.go b/ecc/bls12-378/fr/polynomial/polynomial_test.go index effa4af1b6..3a10109606 100644 --- a/ecc/bls12-378/fr/polynomial/polynomial_test.go +++ b/ecc/bls12-378/fr/polynomial/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/polynomial/pool.go b/ecc/bls12-378/fr/polynomial/pool.go index 0eeb4d6ef2..29f050d882 100644 --- a/ecc/bls12-378/fr/polynomial/pool.go +++ b/ecc/bls12-378/fr/polynomial/pool.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/sumcheck/sumcheck.go b/ecc/bls12-378/fr/sumcheck/sumcheck.go index 5638cda105..2ae2f56aa3 100644 --- a/ecc/bls12-378/fr/sumcheck/sumcheck.go +++ b/ecc/bls12-378/fr/sumcheck/sumcheck.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/sumcheck/sumcheck_test.go b/ecc/bls12-378/fr/sumcheck/sumcheck_test.go index 6867729ebf..d030435359 100644 --- a/ecc/bls12-378/fr/sumcheck/sumcheck_test.go +++ b/ecc/bls12-378/fr/sumcheck/sumcheck_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/fr/test_vector_utils/test_vector_utils.go b/ecc/bls12-378/fr/test_vector_utils/test_vector_utils.go index 1ab9dbf18f..ae3c96c752 100644 --- a/ecc/bls12-378/fr/test_vector_utils/test_vector_utils.go +++ b/ecc/bls12-378/fr/test_vector_utils/test_vector_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/g1.go b/ecc/bls12-378/g1.go index 9c47102f07..19365a3f46 100644 --- a/ecc/bls12-378/g1.go +++ b/ecc/bls12-378/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/g1_test.go b/ecc/bls12-378/g1_test.go index 79308b3c04..672b3f9fa7 100644 --- a/ecc/bls12-378/g1_test.go +++ b/ecc/bls12-378/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/g2.go b/ecc/bls12-378/g2.go index 53f44e24e4..d9332655b1 100644 --- a/ecc/bls12-378/g2.go +++ b/ecc/bls12-378/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/g2_test.go b/ecc/bls12-378/g2_test.go index 2aca6ece17..2d360a2d8c 100644 --- a/ecc/bls12-378/g2_test.go +++ b/ecc/bls12-378/g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/hash_to_g1.go b/ecc/bls12-378/hash_to_g1.go index 7a2b8bf9ac..692e1506e9 100644 --- a/ecc/bls12-378/hash_to_g1.go +++ b/ecc/bls12-378/hash_to_g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/hash_to_g1_test.go b/ecc/bls12-378/hash_to_g1_test.go index bb5795bafc..3a3187f044 100644 --- a/ecc/bls12-378/hash_to_g1_test.go +++ b/ecc/bls12-378/hash_to_g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/internal/fptower/asm.go b/ecc/bls12-378/internal/fptower/asm.go index 0ec192019d..49751a9396 100644 --- a/ecc/bls12-378/internal/fptower/asm.go +++ b/ecc/bls12-378/internal/fptower/asm.go @@ -1,7 +1,7 @@ //go:build !noadx // +build !noadx -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/internal/fptower/asm_noadx.go b/ecc/bls12-378/internal/fptower/asm_noadx.go index 6a09c11c49..c6a97081fc 100644 --- a/ecc/bls12-378/internal/fptower/asm_noadx.go +++ b/ecc/bls12-378/internal/fptower/asm_noadx.go @@ -1,7 +1,7 @@ //go:build noadx // +build noadx -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/internal/fptower/e12.go b/ecc/bls12-378/internal/fptower/e12.go index 91a5d375db..536837999c 100644 --- a/ecc/bls12-378/internal/fptower/e12.go +++ b/ecc/bls12-378/internal/fptower/e12.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/internal/fptower/e12_test.go b/ecc/bls12-378/internal/fptower/e12_test.go index c34e1342a5..3a8e267661 100644 --- a/ecc/bls12-378/internal/fptower/e12_test.go +++ b/ecc/bls12-378/internal/fptower/e12_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/internal/fptower/e2.go b/ecc/bls12-378/internal/fptower/e2.go index e947085854..ff031c8d8e 100644 --- a/ecc/bls12-378/internal/fptower/e2.go +++ b/ecc/bls12-378/internal/fptower/e2.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/internal/fptower/e2_amd64.go b/ecc/bls12-378/internal/fptower/e2_amd64.go index 7145007fa9..ac68ffa578 100644 --- a/ecc/bls12-378/internal/fptower/e2_amd64.go +++ b/ecc/bls12-378/internal/fptower/e2_amd64.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/internal/fptower/e2_fallback.go b/ecc/bls12-378/internal/fptower/e2_fallback.go index 0ce4d83334..6fe47c4111 100644 --- a/ecc/bls12-378/internal/fptower/e2_fallback.go +++ b/ecc/bls12-378/internal/fptower/e2_fallback.go @@ -1,7 +1,7 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/internal/fptower/e2_test.go b/ecc/bls12-378/internal/fptower/e2_test.go index edf4c7425d..b3ad2558cd 100644 --- a/ecc/bls12-378/internal/fptower/e2_test.go +++ b/ecc/bls12-378/internal/fptower/e2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/internal/fptower/e6.go b/ecc/bls12-378/internal/fptower/e6.go index 90aba83b22..128007df27 100644 --- a/ecc/bls12-378/internal/fptower/e6.go +++ b/ecc/bls12-378/internal/fptower/e6.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/internal/fptower/e6_test.go b/ecc/bls12-378/internal/fptower/e6_test.go index a21bb5ad98..d964c07870 100644 --- a/ecc/bls12-378/internal/fptower/e6_test.go +++ b/ecc/bls12-378/internal/fptower/e6_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/marshal.go b/ecc/bls12-378/marshal.go index a69a7b3d07..0e59fd8334 100644 --- a/ecc/bls12-378/marshal.go +++ b/ecc/bls12-378/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/marshal_test.go b/ecc/bls12-378/marshal_test.go index 4e4b08e3d4..dc6263505d 100644 --- a/ecc/bls12-378/marshal_test.go +++ b/ecc/bls12-378/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/multiexp.go b/ecc/bls12-378/multiexp.go index 30594aeb23..926c013cc4 100644 --- a/ecc/bls12-378/multiexp.go +++ b/ecc/bls12-378/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/multiexp_affine.go b/ecc/bls12-378/multiexp_affine.go index fe7f2d6283..22a42a7ef2 100644 --- a/ecc/bls12-378/multiexp_affine.go +++ b/ecc/bls12-378/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/multiexp_jacobian.go b/ecc/bls12-378/multiexp_jacobian.go index 7ebc069210..fe3cd412a3 100644 --- a/ecc/bls12-378/multiexp_jacobian.go +++ b/ecc/bls12-378/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/multiexp_test.go b/ecc/bls12-378/multiexp_test.go index f84127642a..25a035e5f2 100644 --- a/ecc/bls12-378/multiexp_test.go +++ b/ecc/bls12-378/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/pairing_test.go b/ecc/bls12-378/pairing_test.go index 4a3ad48891..c253704653 100644 --- a/ecc/bls12-378/pairing_test.go +++ b/ecc/bls12-378/pairing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/twistededwards/curve.go b/ecc/bls12-378/twistededwards/curve.go index 260f7f74bf..dcb550bada 100644 --- a/ecc/bls12-378/twistededwards/curve.go +++ b/ecc/bls12-378/twistededwards/curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/twistededwards/doc.go b/ecc/bls12-378/twistededwards/doc.go index 584dc49da7..4d6f9d5f8c 100644 --- a/ecc/bls12-378/twistededwards/doc.go +++ b/ecc/bls12-378/twistededwards/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/twistededwards/eddsa/doc.go b/ecc/bls12-378/twistededwards/eddsa/doc.go index af8a37a6cc..f05b8ecb1e 100644 --- a/ecc/bls12-378/twistededwards/eddsa/doc.go +++ b/ecc/bls12-378/twistededwards/eddsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/twistededwards/eddsa/eddsa.go b/ecc/bls12-378/twistededwards/eddsa/eddsa.go index 93507b1bd4..6443a7d98e 100644 --- a/ecc/bls12-378/twistededwards/eddsa/eddsa.go +++ b/ecc/bls12-378/twistededwards/eddsa/eddsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/twistededwards/eddsa/eddsa_test.go b/ecc/bls12-378/twistededwards/eddsa/eddsa_test.go index cd91303d3b..f01d323ded 100644 --- a/ecc/bls12-378/twistededwards/eddsa/eddsa_test.go +++ b/ecc/bls12-378/twistededwards/eddsa/eddsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/twistededwards/eddsa/marshal.go b/ecc/bls12-378/twistededwards/eddsa/marshal.go index acf3c41737..89e0a84045 100644 --- a/ecc/bls12-378/twistededwards/eddsa/marshal.go +++ b/ecc/bls12-378/twistededwards/eddsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/twistededwards/point.go b/ecc/bls12-378/twistededwards/point.go index 7db08b4cb8..70163d6768 100644 --- a/ecc/bls12-378/twistededwards/point.go +++ b/ecc/bls12-378/twistededwards/point.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-378/twistededwards/point_test.go b/ecc/bls12-378/twistededwards/point_test.go index f5ae6f1704..2c50ba610a 100644 --- a/ecc/bls12-378/twistededwards/point_test.go +++ b/ecc/bls12-378/twistededwards/point_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/bandersnatch/curve.go b/ecc/bls12-381/bandersnatch/curve.go index b6e088bed3..e146c9c334 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 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. diff --git a/ecc/bls12-381/bandersnatch/doc.go b/ecc/bls12-381/bandersnatch/doc.go index 2f219c1fa3..39d67510d5 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 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. diff --git a/ecc/bls12-381/bandersnatch/eddsa/doc.go b/ecc/bls12-381/bandersnatch/eddsa/doc.go index af3fe1f934..acd950c598 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 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. diff --git a/ecc/bls12-381/bandersnatch/eddsa/eddsa.go b/ecc/bls12-381/bandersnatch/eddsa/eddsa.go index cf54a5e301..f68b7ce7de 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 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. diff --git a/ecc/bls12-381/bandersnatch/eddsa/eddsa_test.go b/ecc/bls12-381/bandersnatch/eddsa/eddsa_test.go index 7541836fa0..a2e08881e0 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 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. diff --git a/ecc/bls12-381/bandersnatch/eddsa/marshal.go b/ecc/bls12-381/bandersnatch/eddsa/marshal.go index acf3c41737..89e0a84045 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 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. diff --git a/ecc/bls12-381/bandersnatch/point.go b/ecc/bls12-381/bandersnatch/point.go index 3c2db78161..6f7bccb081 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 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. diff --git a/ecc/bls12-381/bandersnatch/point_test.go b/ecc/bls12-381/bandersnatch/point_test.go index 95cc832be8..5365020c33 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 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. diff --git a/ecc/bls12-381/ecdsa/doc.go b/ecc/bls12-381/ecdsa/doc.go index 860389a543..d8d1f366e4 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 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. diff --git a/ecc/bls12-381/ecdsa/ecdsa.go b/ecc/bls12-381/ecdsa/ecdsa.go index db56267894..4aea1575c6 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 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. diff --git a/ecc/bls12-381/ecdsa/ecdsa_test.go b/ecc/bls12-381/ecdsa/ecdsa_test.go index 5f59002323..4a778ae98b 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 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. diff --git a/ecc/bls12-381/ecdsa/marshal.go b/ecc/bls12-381/ecdsa/marshal.go index 72d74c5cb1..c0ee0643e4 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 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. diff --git a/ecc/bls12-381/ecdsa/marshal_test.go b/ecc/bls12-381/ecdsa/marshal_test.go index 1cf4318ed5..1b61b07144 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 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. diff --git a/ecc/bls12-381/fr/fft/doc.go b/ecc/bls12-381/fr/fft/doc.go index 3c35170e8d..2391a9f63b 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 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. diff --git a/ecc/bls12-381/fr/fft/domain.go b/ecc/bls12-381/fr/fft/domain.go index 7c5d6bd11f..d68cbd5dea 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 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. diff --git a/ecc/bls12-381/fr/fft/domain_test.go b/ecc/bls12-381/fr/fft/domain_test.go index 14d23dd992..83186cb7c9 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 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. diff --git a/ecc/bls12-381/fr/fft/fft.go b/ecc/bls12-381/fr/fft/fft.go index cd0c2d274e..5694deec1d 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 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. diff --git a/ecc/bls12-381/fr/fft/fft_test.go b/ecc/bls12-381/fr/fft/fft_test.go index ad7139e6ea..58ea21799f 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 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. diff --git a/ecc/bls12-381/fr/fft/options.go b/ecc/bls12-381/fr/fft/options.go index 603b76f299..02a6000e58 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 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. diff --git a/ecc/bls12-381/fr/fri/doc.go b/ecc/bls12-381/fr/fri/doc.go index 1a4cc68f32..3333ad41f5 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 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. diff --git a/ecc/bls12-381/fr/fri/fri.go b/ecc/bls12-381/fr/fri/fri.go index b526bcf38e..52bf2091e2 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 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. diff --git a/ecc/bls12-381/fr/fri/fri_test.go b/ecc/bls12-381/fr/fri/fri_test.go index 084508db0f..5e424c0e85 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 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. diff --git a/ecc/bls12-381/fr/gkr/gkr.go b/ecc/bls12-381/fr/gkr/gkr.go index 2ec5cc7c63..2ad43658aa 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 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. diff --git a/ecc/bls12-381/fr/gkr/gkr_test.go b/ecc/bls12-381/fr/gkr/gkr_test.go index 091293b58d..97851daef5 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 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. diff --git a/ecc/bls12-381/fr/iop/doc.go b/ecc/bls12-381/fr/iop/doc.go index cd87ef4d79..20f8b1a302 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 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. diff --git a/ecc/bls12-381/fr/iop/expressions.go b/ecc/bls12-381/fr/iop/expressions.go index 22c7f46529..b5d7028f87 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 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. diff --git a/ecc/bls12-381/fr/iop/expressions_test.go b/ecc/bls12-381/fr/iop/expressions_test.go index 7808f8e7e7..4174b53abf 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 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. diff --git a/ecc/bls12-381/fr/iop/polynomial.go b/ecc/bls12-381/fr/iop/polynomial.go index 3d8daacdf4..7d0694b000 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 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. diff --git a/ecc/bls12-381/fr/iop/polynomial_test.go b/ecc/bls12-381/fr/iop/polynomial_test.go index de1d26b743..9d4455ead4 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 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. diff --git a/ecc/bls12-381/fr/iop/quotient.go b/ecc/bls12-381/fr/iop/quotient.go index 5bd999bc9b..84cb272af6 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 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. diff --git a/ecc/bls12-381/fr/iop/quotient_test.go b/ecc/bls12-381/fr/iop/quotient_test.go index 536110a391..c48051e249 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 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. diff --git a/ecc/bls12-381/fr/iop/ratios.go b/ecc/bls12-381/fr/iop/ratios.go index 273096b132..fd66411e90 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 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. diff --git a/ecc/bls12-381/fr/iop/ratios_test.go b/ecc/bls12-381/fr/iop/ratios_test.go index 07181a539f..0c80a19580 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 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. diff --git a/ecc/bls12-381/fr/iop/utils.go b/ecc/bls12-381/fr/iop/utils.go index b1c51bffaa..53de1e2bec 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 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. diff --git a/ecc/bls12-381/fr/kzg/doc.go b/ecc/bls12-381/fr/kzg/doc.go index d8a77e8f64..d1045726f2 100644 --- a/ecc/bls12-381/fr/kzg/doc.go +++ b/ecc/bls12-381/fr/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/fr/kzg/kzg.go b/ecc/bls12-381/fr/kzg/kzg.go index 8ca6277e52..63920a1e0f 100644 --- a/ecc/bls12-381/fr/kzg/kzg.go +++ b/ecc/bls12-381/fr/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/fr/kzg/kzg_test.go b/ecc/bls12-381/fr/kzg/kzg_test.go index 8e0723bbc1..866012f098 100644 --- a/ecc/bls12-381/fr/kzg/kzg_test.go +++ b/ecc/bls12-381/fr/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/fr/kzg/marshal.go b/ecc/bls12-381/fr/kzg/marshal.go index 52a2e7102b..d1f3c725a6 100644 --- a/ecc/bls12-381/fr/kzg/marshal.go +++ b/ecc/bls12-381/fr/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/fr/mimc/doc.go b/ecc/bls12-381/fr/mimc/doc.go index 497bd40a97..d527ead9ef 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 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. diff --git a/ecc/bls12-381/fr/mimc/mimc.go b/ecc/bls12-381/fr/mimc/mimc.go index 02221ae185..a004b8b96a 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 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. diff --git a/ecc/bls12-381/fr/pedersen/pedersen.go b/ecc/bls12-381/fr/pedersen/pedersen.go index e9efb6008c..e888e0c251 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 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. diff --git a/ecc/bls12-381/fr/pedersen/pedersen_test.go b/ecc/bls12-381/fr/pedersen/pedersen_test.go index 78e04273e0..653d015e27 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 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. diff --git a/ecc/bls12-381/fr/permutation/doc.go b/ecc/bls12-381/fr/permutation/doc.go index bdf98e6ca9..7ef21ffb9e 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 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. diff --git a/ecc/bls12-381/fr/permutation/permutation.go b/ecc/bls12-381/fr/permutation/permutation.go index 79ac12e44b..d1e808a971 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 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. diff --git a/ecc/bls12-381/fr/permutation/permutation_test.go b/ecc/bls12-381/fr/permutation/permutation_test.go index 968772c83f..73b1b24fa5 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 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. diff --git a/ecc/bls12-381/fr/plookup/doc.go b/ecc/bls12-381/fr/plookup/doc.go index ec4b912876..b3af019687 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 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. diff --git a/ecc/bls12-381/fr/plookup/plookup_test.go b/ecc/bls12-381/fr/plookup/plookup_test.go index 27627c623e..c2d27f7e9f 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 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. diff --git a/ecc/bls12-381/fr/plookup/table.go b/ecc/bls12-381/fr/plookup/table.go index 3b1190776a..f8f8cf6c58 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 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. diff --git a/ecc/bls12-381/fr/plookup/vector.go b/ecc/bls12-381/fr/plookup/vector.go index 7d2e6251b1..f7ab44b4c1 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 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. diff --git a/ecc/bls12-381/fr/polynomial/doc.go b/ecc/bls12-381/fr/polynomial/doc.go index 83479b058b..747da41f2c 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 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. diff --git a/ecc/bls12-381/fr/polynomial/multilin.go b/ecc/bls12-381/fr/polynomial/multilin.go index 03f9598cdd..91d205e8e1 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 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. diff --git a/ecc/bls12-381/fr/polynomial/multilin_test.go b/ecc/bls12-381/fr/polynomial/multilin_test.go index b2bf0378f6..70cf0daf63 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 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. diff --git a/ecc/bls12-381/fr/polynomial/polynomial.go b/ecc/bls12-381/fr/polynomial/polynomial.go index bda60c788e..ca0956eb81 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 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. diff --git a/ecc/bls12-381/fr/polynomial/polynomial_test.go b/ecc/bls12-381/fr/polynomial/polynomial_test.go index 27f4a2f048..bdd50748c5 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 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. diff --git a/ecc/bls12-381/fr/polynomial/pool.go b/ecc/bls12-381/fr/polynomial/pool.go index 41801037e0..5738925ca6 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 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. diff --git a/ecc/bls12-381/fr/sumcheck/sumcheck.go b/ecc/bls12-381/fr/sumcheck/sumcheck.go index a39dc48aa2..ee36757736 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 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. diff --git a/ecc/bls12-381/fr/sumcheck/sumcheck_test.go b/ecc/bls12-381/fr/sumcheck/sumcheck_test.go index b62b8a9153..778b9ca8da 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 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. 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 5565a78d3c..f18151f6bc 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 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. diff --git a/ecc/bls12-381/g1.go b/ecc/bls12-381/g1.go index 33538de791..19e24ce9dd 100644 --- a/ecc/bls12-381/g1.go +++ b/ecc/bls12-381/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/g1_test.go b/ecc/bls12-381/g1_test.go index 61ef267da5..586d9d6839 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 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. diff --git a/ecc/bls12-381/g2.go b/ecc/bls12-381/g2.go index 7cb3b0926c..5633392749 100644 --- a/ecc/bls12-381/g2.go +++ b/ecc/bls12-381/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/g2_test.go b/ecc/bls12-381/g2_test.go index 3882c86fc2..4905c7b91a 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 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. diff --git a/ecc/bls12-381/hash_to_g1.go b/ecc/bls12-381/hash_to_g1.go index d47d1f7ec7..7152782835 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 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. diff --git a/ecc/bls12-381/hash_to_g1_test.go b/ecc/bls12-381/hash_to_g1_test.go index 6253f705c2..bb9dd54431 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 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. diff --git a/ecc/bls12-381/hash_to_g2.go b/ecc/bls12-381/hash_to_g2.go index 0deb5eb7e7..4feafbfb14 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 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. diff --git a/ecc/bls12-381/hash_to_g2_test.go b/ecc/bls12-381/hash_to_g2_test.go index ee12cf7921..cb4fb085e9 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 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. diff --git a/ecc/bls12-381/internal/fptower/asm.go b/ecc/bls12-381/internal/fptower/asm.go index 0ec192019d..49751a9396 100644 --- a/ecc/bls12-381/internal/fptower/asm.go +++ b/ecc/bls12-381/internal/fptower/asm.go @@ -1,7 +1,7 @@ //go:build !noadx // +build !noadx -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/internal/fptower/asm_noadx.go b/ecc/bls12-381/internal/fptower/asm_noadx.go index 6a09c11c49..c6a97081fc 100644 --- a/ecc/bls12-381/internal/fptower/asm_noadx.go +++ b/ecc/bls12-381/internal/fptower/asm_noadx.go @@ -1,7 +1,7 @@ //go:build noadx // +build noadx -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/internal/fptower/e12.go b/ecc/bls12-381/internal/fptower/e12.go index b9f93b6b08..1ccfa6c70a 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 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. diff --git a/ecc/bls12-381/internal/fptower/e12_test.go b/ecc/bls12-381/internal/fptower/e12_test.go index 715223f84f..4552be864e 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 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. diff --git a/ecc/bls12-381/internal/fptower/e2.go b/ecc/bls12-381/internal/fptower/e2.go index 6c873ce365..0390e7e4b3 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 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. diff --git a/ecc/bls12-381/internal/fptower/e2_amd64.go b/ecc/bls12-381/internal/fptower/e2_amd64.go index 471a47bd62..5121f7cca2 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 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. diff --git a/ecc/bls12-381/internal/fptower/e2_fallback.go b/ecc/bls12-381/internal/fptower/e2_fallback.go index 0ce4d83334..6fe47c4111 100644 --- a/ecc/bls12-381/internal/fptower/e2_fallback.go +++ b/ecc/bls12-381/internal/fptower/e2_fallback.go @@ -1,7 +1,7 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/internal/fptower/e2_test.go b/ecc/bls12-381/internal/fptower/e2_test.go index 4d8d882916..6938e67b09 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 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. diff --git a/ecc/bls12-381/internal/fptower/e6.go b/ecc/bls12-381/internal/fptower/e6.go index 90aba83b22..128007df27 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 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. diff --git a/ecc/bls12-381/internal/fptower/e6_test.go b/ecc/bls12-381/internal/fptower/e6_test.go index 4b6d1e7e79..fda2f22838 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 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. diff --git a/ecc/bls12-381/marshal.go b/ecc/bls12-381/marshal.go index dc1e76eeca..099f884b4c 100644 --- a/ecc/bls12-381/marshal.go +++ b/ecc/bls12-381/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/marshal_test.go b/ecc/bls12-381/marshal_test.go index 3c0d03376c..6588b6a9b4 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 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. diff --git a/ecc/bls12-381/multiexp.go b/ecc/bls12-381/multiexp.go index 8462d8abe1..cdc96a2b6a 100644 --- a/ecc/bls12-381/multiexp.go +++ b/ecc/bls12-381/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls12-381/multiexp_affine.go b/ecc/bls12-381/multiexp_affine.go index 799457d182..285da72848 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 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. diff --git a/ecc/bls12-381/multiexp_jacobian.go b/ecc/bls12-381/multiexp_jacobian.go index 169f320342..9abe78b336 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 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. diff --git a/ecc/bls12-381/multiexp_test.go b/ecc/bls12-381/multiexp_test.go index cf4676b2e7..8cd076b090 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 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. diff --git a/ecc/bls12-381/pairing_test.go b/ecc/bls12-381/pairing_test.go index f57e4572cd..b864d1c798 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 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. diff --git a/ecc/bls12-381/twistededwards/curve.go b/ecc/bls12-381/twistededwards/curve.go index 652deca0a6..7de87ac42f 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 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. diff --git a/ecc/bls12-381/twistededwards/doc.go b/ecc/bls12-381/twistededwards/doc.go index a6afbcbb73..4ec54375c8 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 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. diff --git a/ecc/bls12-381/twistededwards/eddsa/doc.go b/ecc/bls12-381/twistededwards/eddsa/doc.go index af3fe1f934..acd950c598 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 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. diff --git a/ecc/bls12-381/twistededwards/eddsa/eddsa.go b/ecc/bls12-381/twistededwards/eddsa/eddsa.go index cf54a5e301..f68b7ce7de 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 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. diff --git a/ecc/bls12-381/twistededwards/eddsa/eddsa_test.go b/ecc/bls12-381/twistededwards/eddsa/eddsa_test.go index 7541836fa0..a2e08881e0 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 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. diff --git a/ecc/bls12-381/twistededwards/eddsa/marshal.go b/ecc/bls12-381/twistededwards/eddsa/marshal.go index acf3c41737..89e0a84045 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 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. diff --git a/ecc/bls12-381/twistededwards/point.go b/ecc/bls12-381/twistededwards/point.go index ec42a001a2..a47c4b8330 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 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. diff --git a/ecc/bls12-381/twistededwards/point_test.go b/ecc/bls12-381/twistededwards/point_test.go index b3af05cc58..a024ad41c0 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 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. diff --git a/ecc/bls24-315/ecdsa/doc.go b/ecc/bls24-315/ecdsa/doc.go index f06ac91fc6..52ee2d2203 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 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. diff --git a/ecc/bls24-315/ecdsa/ecdsa.go b/ecc/bls24-315/ecdsa/ecdsa.go index ce29aaaef2..d9b7362d03 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 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. diff --git a/ecc/bls24-315/ecdsa/ecdsa_test.go b/ecc/bls24-315/ecdsa/ecdsa_test.go index 901b5c16d1..4af85de2d6 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 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. diff --git a/ecc/bls24-315/ecdsa/marshal.go b/ecc/bls24-315/ecdsa/marshal.go index 72d74c5cb1..c0ee0643e4 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 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. diff --git a/ecc/bls24-315/ecdsa/marshal_test.go b/ecc/bls24-315/ecdsa/marshal_test.go index c8e427470d..fb5f453b4c 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 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. diff --git a/ecc/bls24-315/fr/fft/doc.go b/ecc/bls24-315/fr/fft/doc.go index 3c35170e8d..2391a9f63b 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 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. diff --git a/ecc/bls24-315/fr/fft/domain.go b/ecc/bls24-315/fr/fft/domain.go index 39f447b33c..bf536848c5 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 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. diff --git a/ecc/bls24-315/fr/fft/domain_test.go b/ecc/bls24-315/fr/fft/domain_test.go index 14d23dd992..83186cb7c9 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 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. diff --git a/ecc/bls24-315/fr/fft/fft.go b/ecc/bls24-315/fr/fft/fft.go index 529095fc7d..60277eeae4 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 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. diff --git a/ecc/bls24-315/fr/fft/fft_test.go b/ecc/bls24-315/fr/fft/fft_test.go index 933db53f06..7b94824f08 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 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. diff --git a/ecc/bls24-315/fr/fft/options.go b/ecc/bls24-315/fr/fft/options.go index 603b76f299..02a6000e58 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 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. diff --git a/ecc/bls24-315/fr/fri/doc.go b/ecc/bls24-315/fr/fri/doc.go index 1a4cc68f32..3333ad41f5 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 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. diff --git a/ecc/bls24-315/fr/fri/fri.go b/ecc/bls24-315/fr/fri/fri.go index 7db8229f11..b117c02354 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 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. diff --git a/ecc/bls24-315/fr/fri/fri_test.go b/ecc/bls24-315/fr/fri/fri_test.go index eb063bca20..7bdb3538be 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 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. diff --git a/ecc/bls24-315/fr/gkr/gkr.go b/ecc/bls24-315/fr/gkr/gkr.go index 58e34cc15c..97eb4f0f71 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 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. diff --git a/ecc/bls24-315/fr/gkr/gkr_test.go b/ecc/bls24-315/fr/gkr/gkr_test.go index 32fe102615..5351e5157b 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 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. diff --git a/ecc/bls24-315/fr/iop/doc.go b/ecc/bls24-315/fr/iop/doc.go index cd87ef4d79..20f8b1a302 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 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. diff --git a/ecc/bls24-315/fr/iop/expressions.go b/ecc/bls24-315/fr/iop/expressions.go index 32966a1970..f027a25f12 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 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. diff --git a/ecc/bls24-315/fr/iop/expressions_test.go b/ecc/bls24-315/fr/iop/expressions_test.go index 9b15f749dd..2bac441fd4 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 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. diff --git a/ecc/bls24-315/fr/iop/polynomial.go b/ecc/bls24-315/fr/iop/polynomial.go index ec6fd8d5eb..8508b0783f 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 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. diff --git a/ecc/bls24-315/fr/iop/polynomial_test.go b/ecc/bls24-315/fr/iop/polynomial_test.go index 06ab8ed36e..ca52163f3e 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 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. diff --git a/ecc/bls24-315/fr/iop/quotient.go b/ecc/bls24-315/fr/iop/quotient.go index 7e8cbb3530..b86dd34872 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 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. diff --git a/ecc/bls24-315/fr/iop/quotient_test.go b/ecc/bls24-315/fr/iop/quotient_test.go index 1e064d552a..6514a68750 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 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. diff --git a/ecc/bls24-315/fr/iop/ratios.go b/ecc/bls24-315/fr/iop/ratios.go index e4249d012e..3a5546ee0d 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 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. diff --git a/ecc/bls24-315/fr/iop/ratios_test.go b/ecc/bls24-315/fr/iop/ratios_test.go index e36f9ba03c..affc88f479 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 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. diff --git a/ecc/bls24-315/fr/iop/utils.go b/ecc/bls24-315/fr/iop/utils.go index ee23b9feb8..cc44e91d0d 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 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. diff --git a/ecc/bls24-315/fr/kzg/doc.go b/ecc/bls24-315/fr/kzg/doc.go index d8a77e8f64..d1045726f2 100644 --- a/ecc/bls24-315/fr/kzg/doc.go +++ b/ecc/bls24-315/fr/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-315/fr/kzg/kzg.go b/ecc/bls24-315/fr/kzg/kzg.go index a948f90079..35a6a31f60 100644 --- a/ecc/bls24-315/fr/kzg/kzg.go +++ b/ecc/bls24-315/fr/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-315/fr/kzg/kzg_test.go b/ecc/bls24-315/fr/kzg/kzg_test.go index 5eb15fef1e..ceece8acc4 100644 --- a/ecc/bls24-315/fr/kzg/kzg_test.go +++ b/ecc/bls24-315/fr/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-315/fr/kzg/marshal.go b/ecc/bls24-315/fr/kzg/marshal.go index d6785b1d78..4160a719f7 100644 --- a/ecc/bls24-315/fr/kzg/marshal.go +++ b/ecc/bls24-315/fr/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-315/fr/mimc/doc.go b/ecc/bls24-315/fr/mimc/doc.go index 497bd40a97..d527ead9ef 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 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. diff --git a/ecc/bls24-315/fr/mimc/mimc.go b/ecc/bls24-315/fr/mimc/mimc.go index acb69e3e65..345c8b8ebf 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 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. diff --git a/ecc/bls24-315/fr/pedersen/pedersen.go b/ecc/bls24-315/fr/pedersen/pedersen.go index 0580e8449a..e4a2f4adbd 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 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. diff --git a/ecc/bls24-315/fr/pedersen/pedersen_test.go b/ecc/bls24-315/fr/pedersen/pedersen_test.go index 475026061c..18cc0b8531 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 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. diff --git a/ecc/bls24-315/fr/permutation/doc.go b/ecc/bls24-315/fr/permutation/doc.go index bdf98e6ca9..7ef21ffb9e 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 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. diff --git a/ecc/bls24-315/fr/permutation/permutation.go b/ecc/bls24-315/fr/permutation/permutation.go index 15ba2ecc36..5d077731fa 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 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. diff --git a/ecc/bls24-315/fr/permutation/permutation_test.go b/ecc/bls24-315/fr/permutation/permutation_test.go index 73de6a0c5d..baff953c8c 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 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. diff --git a/ecc/bls24-315/fr/plookup/doc.go b/ecc/bls24-315/fr/plookup/doc.go index ec4b912876..b3af019687 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 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. diff --git a/ecc/bls24-315/fr/plookup/plookup_test.go b/ecc/bls24-315/fr/plookup/plookup_test.go index d7b70587ca..aa3c14dbbe 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 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. diff --git a/ecc/bls24-315/fr/plookup/table.go b/ecc/bls24-315/fr/plookup/table.go index cf2cced57e..534cd1c610 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 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. diff --git a/ecc/bls24-315/fr/plookup/vector.go b/ecc/bls24-315/fr/plookup/vector.go index 7fda13b9ce..cdf1fa9e41 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 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. diff --git a/ecc/bls24-315/fr/polynomial/doc.go b/ecc/bls24-315/fr/polynomial/doc.go index 83479b058b..747da41f2c 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 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. diff --git a/ecc/bls24-315/fr/polynomial/multilin.go b/ecc/bls24-315/fr/polynomial/multilin.go index 504fc69d1e..8cc02bb754 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 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. diff --git a/ecc/bls24-315/fr/polynomial/multilin_test.go b/ecc/bls24-315/fr/polynomial/multilin_test.go index 9d3dcf0f7f..1965344660 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 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. diff --git a/ecc/bls24-315/fr/polynomial/polynomial.go b/ecc/bls24-315/fr/polynomial/polynomial.go index b54fa5a60d..81064b814b 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 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. diff --git a/ecc/bls24-315/fr/polynomial/polynomial_test.go b/ecc/bls24-315/fr/polynomial/polynomial_test.go index b71f200939..37143c9361 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 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. diff --git a/ecc/bls24-315/fr/polynomial/pool.go b/ecc/bls24-315/fr/polynomial/pool.go index f260426e0e..fee1279a9c 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 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. diff --git a/ecc/bls24-315/fr/sumcheck/sumcheck.go b/ecc/bls24-315/fr/sumcheck/sumcheck.go index 54b1dd785f..ba4f2c1ebe 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 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. diff --git a/ecc/bls24-315/fr/sumcheck/sumcheck_test.go b/ecc/bls24-315/fr/sumcheck/sumcheck_test.go index cfcaee5e9f..f6fda91678 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 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. 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 a6be6d45e6..aba26e80dd 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 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. diff --git a/ecc/bls24-315/g1.go b/ecc/bls24-315/g1.go index 83426d4e99..0195f4d09e 100644 --- a/ecc/bls24-315/g1.go +++ b/ecc/bls24-315/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-315/g1_test.go b/ecc/bls24-315/g1_test.go index 080fdd33c3..7251a9e2e4 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 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. diff --git a/ecc/bls24-315/g2.go b/ecc/bls24-315/g2.go index d73145d73f..99937f7297 100644 --- a/ecc/bls24-315/g2.go +++ b/ecc/bls24-315/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-315/g2_test.go b/ecc/bls24-315/g2_test.go index 785606e1fc..6a98aa51ee 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 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. diff --git a/ecc/bls24-315/hash_to_g1.go b/ecc/bls24-315/hash_to_g1.go index 5b507ea88f..396678cc57 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 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. diff --git a/ecc/bls24-315/hash_to_g1_test.go b/ecc/bls24-315/hash_to_g1_test.go index af66a2c63b..f7349347ab 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 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. diff --git a/ecc/bls24-315/marshal.go b/ecc/bls24-315/marshal.go index 0b22441ef3..c97c8d23a8 100644 --- a/ecc/bls24-315/marshal.go +++ b/ecc/bls24-315/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-315/marshal_test.go b/ecc/bls24-315/marshal_test.go index e5c665fa05..92556b7b73 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 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. diff --git a/ecc/bls24-315/multiexp.go b/ecc/bls24-315/multiexp.go index a705a1e109..7c708411fd 100644 --- a/ecc/bls24-315/multiexp.go +++ b/ecc/bls24-315/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-315/multiexp_affine.go b/ecc/bls24-315/multiexp_affine.go index 7bfb333514..c804991099 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 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. diff --git a/ecc/bls24-315/multiexp_jacobian.go b/ecc/bls24-315/multiexp_jacobian.go index e7636a28d1..eeeb196809 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 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. diff --git a/ecc/bls24-315/multiexp_test.go b/ecc/bls24-315/multiexp_test.go index 7a6a2e75ee..0492475b39 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 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. diff --git a/ecc/bls24-315/pairing_test.go b/ecc/bls24-315/pairing_test.go index 0d56114040..a197a7490b 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 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. diff --git a/ecc/bls24-315/twistededwards/curve.go b/ecc/bls24-315/twistededwards/curve.go index 63402b557e..4dd14ca173 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 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. diff --git a/ecc/bls24-315/twistededwards/doc.go b/ecc/bls24-315/twistededwards/doc.go index 7f15847013..21a3ed50bf 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 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. diff --git a/ecc/bls24-315/twistededwards/eddsa/doc.go b/ecc/bls24-315/twistededwards/eddsa/doc.go index 1c5a954644..f749787180 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 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. diff --git a/ecc/bls24-315/twistededwards/eddsa/eddsa.go b/ecc/bls24-315/twistededwards/eddsa/eddsa.go index 2370508c76..5f831c2fc2 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 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. diff --git a/ecc/bls24-315/twistededwards/eddsa/eddsa_test.go b/ecc/bls24-315/twistededwards/eddsa/eddsa_test.go index a0cc2a163b..521c0e8026 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 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. diff --git a/ecc/bls24-315/twistededwards/eddsa/marshal.go b/ecc/bls24-315/twistededwards/eddsa/marshal.go index acf3c41737..89e0a84045 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 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. diff --git a/ecc/bls24-315/twistededwards/point.go b/ecc/bls24-315/twistededwards/point.go index a460738f3b..da16d7f272 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 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. diff --git a/ecc/bls24-315/twistededwards/point_test.go b/ecc/bls24-315/twistededwards/point_test.go index 3f0a432448..27e9c2c8a0 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 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. diff --git a/ecc/bls24-317/ecdsa/doc.go b/ecc/bls24-317/ecdsa/doc.go index 52471c4cba..71b1377488 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 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. diff --git a/ecc/bls24-317/ecdsa/ecdsa.go b/ecc/bls24-317/ecdsa/ecdsa.go index 19560eec47..add547cb26 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 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. diff --git a/ecc/bls24-317/ecdsa/ecdsa_test.go b/ecc/bls24-317/ecdsa/ecdsa_test.go index 6a45618958..f29b602956 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 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. diff --git a/ecc/bls24-317/ecdsa/marshal.go b/ecc/bls24-317/ecdsa/marshal.go index 72d74c5cb1..c0ee0643e4 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 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. diff --git a/ecc/bls24-317/ecdsa/marshal_test.go b/ecc/bls24-317/ecdsa/marshal_test.go index 1d04d711d7..88e52beb1c 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 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. diff --git a/ecc/bls24-317/fr/fft/doc.go b/ecc/bls24-317/fr/fft/doc.go index 3c35170e8d..2391a9f63b 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 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. diff --git a/ecc/bls24-317/fr/fft/domain.go b/ecc/bls24-317/fr/fft/domain.go index 11a7bcab9c..0cac5339f6 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 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. diff --git a/ecc/bls24-317/fr/fft/domain_test.go b/ecc/bls24-317/fr/fft/domain_test.go index 14d23dd992..83186cb7c9 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 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. diff --git a/ecc/bls24-317/fr/fft/fft.go b/ecc/bls24-317/fr/fft/fft.go index f0dfe7647d..44273967cb 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 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. diff --git a/ecc/bls24-317/fr/fft/fft_test.go b/ecc/bls24-317/fr/fft/fft_test.go index 9c98d3e08b..d8b62eaa83 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 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. diff --git a/ecc/bls24-317/fr/fft/options.go b/ecc/bls24-317/fr/fft/options.go index 603b76f299..02a6000e58 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 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. diff --git a/ecc/bls24-317/fr/fri/doc.go b/ecc/bls24-317/fr/fri/doc.go index 1a4cc68f32..3333ad41f5 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 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. diff --git a/ecc/bls24-317/fr/fri/fri.go b/ecc/bls24-317/fr/fri/fri.go index 0ea7a0d9d1..135cfb127f 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 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. diff --git a/ecc/bls24-317/fr/fri/fri_test.go b/ecc/bls24-317/fr/fri/fri_test.go index b08c37c7a2..959d801c65 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 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. diff --git a/ecc/bls24-317/fr/gkr/gkr.go b/ecc/bls24-317/fr/gkr/gkr.go index 3e692ec340..43e0fe5caf 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 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. diff --git a/ecc/bls24-317/fr/gkr/gkr_test.go b/ecc/bls24-317/fr/gkr/gkr_test.go index de72508f9c..6e8f7e51d7 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 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. diff --git a/ecc/bls24-317/fr/iop/doc.go b/ecc/bls24-317/fr/iop/doc.go index cd87ef4d79..20f8b1a302 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 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. diff --git a/ecc/bls24-317/fr/iop/expressions.go b/ecc/bls24-317/fr/iop/expressions.go index aac3e2e54e..706d5d3c59 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 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. diff --git a/ecc/bls24-317/fr/iop/expressions_test.go b/ecc/bls24-317/fr/iop/expressions_test.go index cb042fa7c6..b8930d68d1 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 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. diff --git a/ecc/bls24-317/fr/iop/polynomial.go b/ecc/bls24-317/fr/iop/polynomial.go index 43732836db..9868bad32c 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 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. diff --git a/ecc/bls24-317/fr/iop/polynomial_test.go b/ecc/bls24-317/fr/iop/polynomial_test.go index dda6d39d80..9e3524f070 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 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. diff --git a/ecc/bls24-317/fr/iop/quotient.go b/ecc/bls24-317/fr/iop/quotient.go index d28e4ae9e9..0ad638ccc9 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 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. diff --git a/ecc/bls24-317/fr/iop/quotient_test.go b/ecc/bls24-317/fr/iop/quotient_test.go index ed56262040..e8442f1bf9 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 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. diff --git a/ecc/bls24-317/fr/iop/ratios.go b/ecc/bls24-317/fr/iop/ratios.go index beb4c94ba6..a7503bd8ad 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 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. diff --git a/ecc/bls24-317/fr/iop/ratios_test.go b/ecc/bls24-317/fr/iop/ratios_test.go index 2ec550c132..bb70bc686e 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 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. diff --git a/ecc/bls24-317/fr/iop/utils.go b/ecc/bls24-317/fr/iop/utils.go index 10285427d1..edbffb4658 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 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. diff --git a/ecc/bls24-317/fr/kzg/doc.go b/ecc/bls24-317/fr/kzg/doc.go index d8a77e8f64..d1045726f2 100644 --- a/ecc/bls24-317/fr/kzg/doc.go +++ b/ecc/bls24-317/fr/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-317/fr/kzg/kzg.go b/ecc/bls24-317/fr/kzg/kzg.go index 9f5e723eeb..dd32da7196 100644 --- a/ecc/bls24-317/fr/kzg/kzg.go +++ b/ecc/bls24-317/fr/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-317/fr/kzg/kzg_test.go b/ecc/bls24-317/fr/kzg/kzg_test.go index 3aaf3d558f..2abb1de295 100644 --- a/ecc/bls24-317/fr/kzg/kzg_test.go +++ b/ecc/bls24-317/fr/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-317/fr/kzg/marshal.go b/ecc/bls24-317/fr/kzg/marshal.go index 54b6954dec..0c0e4b988c 100644 --- a/ecc/bls24-317/fr/kzg/marshal.go +++ b/ecc/bls24-317/fr/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-317/fr/mimc/doc.go b/ecc/bls24-317/fr/mimc/doc.go index 497bd40a97..d527ead9ef 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 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. diff --git a/ecc/bls24-317/fr/mimc/mimc.go b/ecc/bls24-317/fr/mimc/mimc.go index 2dd13db923..65dd075f79 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 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. diff --git a/ecc/bls24-317/fr/pedersen/pedersen.go b/ecc/bls24-317/fr/pedersen/pedersen.go index 3b8fc25093..840fe6f3a2 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 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. diff --git a/ecc/bls24-317/fr/pedersen/pedersen_test.go b/ecc/bls24-317/fr/pedersen/pedersen_test.go index ee64c9aa3c..3686815455 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 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. diff --git a/ecc/bls24-317/fr/permutation/doc.go b/ecc/bls24-317/fr/permutation/doc.go index bdf98e6ca9..7ef21ffb9e 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 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. diff --git a/ecc/bls24-317/fr/permutation/permutation.go b/ecc/bls24-317/fr/permutation/permutation.go index bf5254c911..4860486728 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 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. diff --git a/ecc/bls24-317/fr/permutation/permutation_test.go b/ecc/bls24-317/fr/permutation/permutation_test.go index 575d5215a2..de8ad6338d 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 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. diff --git a/ecc/bls24-317/fr/plookup/doc.go b/ecc/bls24-317/fr/plookup/doc.go index ec4b912876..b3af019687 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 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. diff --git a/ecc/bls24-317/fr/plookup/plookup_test.go b/ecc/bls24-317/fr/plookup/plookup_test.go index 9a98faf8bc..1e2b821661 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 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. diff --git a/ecc/bls24-317/fr/plookup/table.go b/ecc/bls24-317/fr/plookup/table.go index 4db32c5ef7..b73cff622f 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 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. diff --git a/ecc/bls24-317/fr/plookup/vector.go b/ecc/bls24-317/fr/plookup/vector.go index 169ee7ccdd..d99921861a 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 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. diff --git a/ecc/bls24-317/fr/polynomial/doc.go b/ecc/bls24-317/fr/polynomial/doc.go index 83479b058b..747da41f2c 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 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. diff --git a/ecc/bls24-317/fr/polynomial/multilin.go b/ecc/bls24-317/fr/polynomial/multilin.go index a4ab447964..1b06f84612 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 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. diff --git a/ecc/bls24-317/fr/polynomial/multilin_test.go b/ecc/bls24-317/fr/polynomial/multilin_test.go index 9ecb31606f..0faff7a22e 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 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. diff --git a/ecc/bls24-317/fr/polynomial/polynomial.go b/ecc/bls24-317/fr/polynomial/polynomial.go index d4b7504327..e2e6192391 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 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. diff --git a/ecc/bls24-317/fr/polynomial/polynomial_test.go b/ecc/bls24-317/fr/polynomial/polynomial_test.go index 024f71a3fa..89d8599ce0 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 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. diff --git a/ecc/bls24-317/fr/polynomial/pool.go b/ecc/bls24-317/fr/polynomial/pool.go index 3179ae51ff..de3ce2f8bd 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 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. diff --git a/ecc/bls24-317/fr/sumcheck/sumcheck.go b/ecc/bls24-317/fr/sumcheck/sumcheck.go index 81ff55743c..5d294c2055 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 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. diff --git a/ecc/bls24-317/fr/sumcheck/sumcheck_test.go b/ecc/bls24-317/fr/sumcheck/sumcheck_test.go index f1f4580569..3ff045288f 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 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. 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 2981462aa6..7022421f32 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 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. diff --git a/ecc/bls24-317/g1.go b/ecc/bls24-317/g1.go index 36bb6c6adb..3a979d3b66 100644 --- a/ecc/bls24-317/g1.go +++ b/ecc/bls24-317/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-317/g1_test.go b/ecc/bls24-317/g1_test.go index 045907075f..8f62e1fb8b 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 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. diff --git a/ecc/bls24-317/g2.go b/ecc/bls24-317/g2.go index ef831f154b..fb5fca9708 100644 --- a/ecc/bls24-317/g2.go +++ b/ecc/bls24-317/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-317/g2_test.go b/ecc/bls24-317/g2_test.go index 8736bde8de..94026ccfc9 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 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. diff --git a/ecc/bls24-317/hash_to_g1.go b/ecc/bls24-317/hash_to_g1.go index 4040b00be2..c2aa1c0da5 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 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. diff --git a/ecc/bls24-317/hash_to_g1_test.go b/ecc/bls24-317/hash_to_g1_test.go index c74036999b..85749898c4 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 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. diff --git a/ecc/bls24-317/marshal.go b/ecc/bls24-317/marshal.go index 89e7bcf5c0..39d8dd677f 100644 --- a/ecc/bls24-317/marshal.go +++ b/ecc/bls24-317/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-317/marshal_test.go b/ecc/bls24-317/marshal_test.go index 23f3b8a100..4c7a1cf3d3 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 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. diff --git a/ecc/bls24-317/multiexp.go b/ecc/bls24-317/multiexp.go index db30c174d4..e4909fa9e1 100644 --- a/ecc/bls24-317/multiexp.go +++ b/ecc/bls24-317/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bls24-317/multiexp_affine.go b/ecc/bls24-317/multiexp_affine.go index afe3e43ab9..ba8135b40f 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 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. diff --git a/ecc/bls24-317/multiexp_jacobian.go b/ecc/bls24-317/multiexp_jacobian.go index eb284f3bc2..a07c9e874f 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 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. diff --git a/ecc/bls24-317/multiexp_test.go b/ecc/bls24-317/multiexp_test.go index 638c59255a..e48db59fd5 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 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. diff --git a/ecc/bls24-317/pairing_test.go b/ecc/bls24-317/pairing_test.go index 780bc50929..8d98e93cab 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 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. diff --git a/ecc/bls24-317/twistededwards/curve.go b/ecc/bls24-317/twistededwards/curve.go index d12197a8f7..5c122cb3cc 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 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. diff --git a/ecc/bls24-317/twistededwards/doc.go b/ecc/bls24-317/twistededwards/doc.go index 44bdd71f37..15c802b595 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 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. diff --git a/ecc/bls24-317/twistededwards/eddsa/doc.go b/ecc/bls24-317/twistededwards/eddsa/doc.go index a7ab6fcd76..10253fce8c 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 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. diff --git a/ecc/bls24-317/twistededwards/eddsa/eddsa.go b/ecc/bls24-317/twistededwards/eddsa/eddsa.go index 0968378a4d..7f12426e27 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 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. diff --git a/ecc/bls24-317/twistededwards/eddsa/eddsa_test.go b/ecc/bls24-317/twistededwards/eddsa/eddsa_test.go index 6f12c390ad..09c0a87d61 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 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. diff --git a/ecc/bls24-317/twistededwards/eddsa/marshal.go b/ecc/bls24-317/twistededwards/eddsa/marshal.go index acf3c41737..89e0a84045 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 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. diff --git a/ecc/bls24-317/twistededwards/point.go b/ecc/bls24-317/twistededwards/point.go index 0193e627bb..fd10fdbe1e 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 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. diff --git a/ecc/bls24-317/twistededwards/point_test.go b/ecc/bls24-317/twistededwards/point_test.go index 8a8def1c89..d9a6106709 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 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. diff --git a/ecc/bn254/ecdsa/doc.go b/ecc/bn254/ecdsa/doc.go index 69dbd4c986..ca7ca8f8a2 100644 --- a/ecc/bn254/ecdsa/doc.go +++ b/ecc/bn254/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/ecdsa/ecdsa.go b/ecc/bn254/ecdsa/ecdsa.go index 9ea97fe71a..c860e7b942 100644 --- a/ecc/bn254/ecdsa/ecdsa.go +++ b/ecc/bn254/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/ecdsa/ecdsa_test.go b/ecc/bn254/ecdsa/ecdsa_test.go index 53a5d9d760..e8275b4e73 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 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. diff --git a/ecc/bn254/ecdsa/marshal.go b/ecc/bn254/ecdsa/marshal.go index 1aecbaaa90..527b316305 100644 --- a/ecc/bn254/ecdsa/marshal.go +++ b/ecc/bn254/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/ecdsa/marshal_test.go b/ecc/bn254/ecdsa/marshal_test.go index 5697c241de..629107488c 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 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. diff --git a/ecc/bn254/fr/fft/doc.go b/ecc/bn254/fr/fft/doc.go index 3c35170e8d..2391a9f63b 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 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. diff --git a/ecc/bn254/fr/fft/domain.go b/ecc/bn254/fr/fft/domain.go index c9d0a63dd9..428acb203c 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 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. diff --git a/ecc/bn254/fr/fft/domain_test.go b/ecc/bn254/fr/fft/domain_test.go index 14d23dd992..83186cb7c9 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 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. diff --git a/ecc/bn254/fr/fft/fft.go b/ecc/bn254/fr/fft/fft.go index 0c87fe37e1..7a1e036041 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 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. diff --git a/ecc/bn254/fr/fft/fft_test.go b/ecc/bn254/fr/fft/fft_test.go index 668f361f6b..b2c1e89995 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 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. diff --git a/ecc/bn254/fr/fft/options.go b/ecc/bn254/fr/fft/options.go index 603b76f299..02a6000e58 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 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. diff --git a/ecc/bn254/fr/fri/doc.go b/ecc/bn254/fr/fri/doc.go index 1a4cc68f32..3333ad41f5 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 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. diff --git a/ecc/bn254/fr/fri/fri.go b/ecc/bn254/fr/fri/fri.go index 664f87bba2..6559829ecc 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 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. diff --git a/ecc/bn254/fr/fri/fri_test.go b/ecc/bn254/fr/fri/fri_test.go index 084a448001..4d12409c5e 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 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. diff --git a/ecc/bn254/fr/gkr/gkr.go b/ecc/bn254/fr/gkr/gkr.go index 6ab7456669..6b04429ad2 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 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. diff --git a/ecc/bn254/fr/gkr/gkr_test.go b/ecc/bn254/fr/gkr/gkr_test.go index 6be5844fe4..dced394376 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 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. diff --git a/ecc/bn254/fr/iop/doc.go b/ecc/bn254/fr/iop/doc.go index cd87ef4d79..20f8b1a302 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 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. diff --git a/ecc/bn254/fr/iop/expressions.go b/ecc/bn254/fr/iop/expressions.go index 29b538ae74..b01e0cd08f 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 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. diff --git a/ecc/bn254/fr/iop/expressions_test.go b/ecc/bn254/fr/iop/expressions_test.go index 8344dcd688..f670dc8fb5 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 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. diff --git a/ecc/bn254/fr/iop/polynomial.go b/ecc/bn254/fr/iop/polynomial.go index e00471a49d..87557cfec9 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 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. diff --git a/ecc/bn254/fr/iop/polynomial_test.go b/ecc/bn254/fr/iop/polynomial_test.go index afc59102ed..1d0588deaf 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 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. diff --git a/ecc/bn254/fr/iop/quotient.go b/ecc/bn254/fr/iop/quotient.go index b862a8aae0..59142c5792 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 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. diff --git a/ecc/bn254/fr/iop/quotient_test.go b/ecc/bn254/fr/iop/quotient_test.go index 7c3086aea4..5754d227e2 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 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. diff --git a/ecc/bn254/fr/iop/ratios.go b/ecc/bn254/fr/iop/ratios.go index e2be872fba..5b9a000347 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 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. diff --git a/ecc/bn254/fr/iop/ratios_test.go b/ecc/bn254/fr/iop/ratios_test.go index 73ce0814db..588eb4335a 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 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. diff --git a/ecc/bn254/fr/iop/utils.go b/ecc/bn254/fr/iop/utils.go index c859eafc5a..d8eb7fea4d 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 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. diff --git a/ecc/bn254/fr/kzg/doc.go b/ecc/bn254/fr/kzg/doc.go index d8a77e8f64..d1045726f2 100644 --- a/ecc/bn254/fr/kzg/doc.go +++ b/ecc/bn254/fr/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/fr/kzg/kzg.go b/ecc/bn254/fr/kzg/kzg.go index ab492b53bf..970c6a03e1 100644 --- a/ecc/bn254/fr/kzg/kzg.go +++ b/ecc/bn254/fr/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/fr/kzg/kzg_test.go b/ecc/bn254/fr/kzg/kzg_test.go index ca35c11606..23af4158ac 100644 --- a/ecc/bn254/fr/kzg/kzg_test.go +++ b/ecc/bn254/fr/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/fr/kzg/marshal.go b/ecc/bn254/fr/kzg/marshal.go index 5dc2f317be..87981fbd0a 100644 --- a/ecc/bn254/fr/kzg/marshal.go +++ b/ecc/bn254/fr/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/fr/mimc/doc.go b/ecc/bn254/fr/mimc/doc.go index 497bd40a97..d527ead9ef 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 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. diff --git a/ecc/bn254/fr/mimc/mimc.go b/ecc/bn254/fr/mimc/mimc.go index fcd3cc9492..a118f70cf5 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 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. diff --git a/ecc/bn254/fr/pedersen/pedersen.go b/ecc/bn254/fr/pedersen/pedersen.go index b7f60bf2eb..04ed48b10b 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 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. diff --git a/ecc/bn254/fr/pedersen/pedersen_test.go b/ecc/bn254/fr/pedersen/pedersen_test.go index 14fa00d83f..38030e4ecf 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 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. diff --git a/ecc/bn254/fr/permutation/doc.go b/ecc/bn254/fr/permutation/doc.go index bdf98e6ca9..7ef21ffb9e 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 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. diff --git a/ecc/bn254/fr/permutation/permutation.go b/ecc/bn254/fr/permutation/permutation.go index 37a42f524a..e57a444324 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 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. diff --git a/ecc/bn254/fr/permutation/permutation_test.go b/ecc/bn254/fr/permutation/permutation_test.go index d8615cd513..a6ca508cec 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 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. diff --git a/ecc/bn254/fr/plookup/doc.go b/ecc/bn254/fr/plookup/doc.go index ec4b912876..b3af019687 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 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. diff --git a/ecc/bn254/fr/plookup/plookup_test.go b/ecc/bn254/fr/plookup/plookup_test.go index 918a0d8b2f..3e0db7ebf6 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 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. diff --git a/ecc/bn254/fr/plookup/table.go b/ecc/bn254/fr/plookup/table.go index 4f110699af..18d0a29ec9 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 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. diff --git a/ecc/bn254/fr/plookup/vector.go b/ecc/bn254/fr/plookup/vector.go index 8094072c7d..6c06656330 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 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. diff --git a/ecc/bn254/fr/polynomial/doc.go b/ecc/bn254/fr/polynomial/doc.go index 83479b058b..747da41f2c 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 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. diff --git a/ecc/bn254/fr/polynomial/multilin.go b/ecc/bn254/fr/polynomial/multilin.go index 7712a03592..a78479b4d7 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 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. diff --git a/ecc/bn254/fr/polynomial/multilin_test.go b/ecc/bn254/fr/polynomial/multilin_test.go index e7fcc3e7b8..271d282415 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 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. diff --git a/ecc/bn254/fr/polynomial/polynomial.go b/ecc/bn254/fr/polynomial/polynomial.go index 43aebfa077..0da76e377e 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 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. diff --git a/ecc/bn254/fr/polynomial/polynomial_test.go b/ecc/bn254/fr/polynomial/polynomial_test.go index 173af697ca..778c88a239 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 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. diff --git a/ecc/bn254/fr/polynomial/pool.go b/ecc/bn254/fr/polynomial/pool.go index 8826313e6b..7363652483 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 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. diff --git a/ecc/bn254/fr/sumcheck/sumcheck.go b/ecc/bn254/fr/sumcheck/sumcheck.go index c7de59c15a..104a52e7e4 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 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. diff --git a/ecc/bn254/fr/sumcheck/sumcheck_test.go b/ecc/bn254/fr/sumcheck/sumcheck_test.go index d5d86b17b0..a4b11424c8 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 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. 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 073fe7a0e0..889a2a3354 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 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. diff --git a/ecc/bn254/g1.go b/ecc/bn254/g1.go index af6ce43d90..18470a5a4e 100644 --- a/ecc/bn254/g1.go +++ b/ecc/bn254/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/g1_test.go b/ecc/bn254/g1_test.go index bd4139a358..b7a17b61dd 100644 --- a/ecc/bn254/g1_test.go +++ b/ecc/bn254/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/g2.go b/ecc/bn254/g2.go index e87a8aef4c..553192394d 100644 --- a/ecc/bn254/g2.go +++ b/ecc/bn254/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/g2_test.go b/ecc/bn254/g2_test.go index 469a39cb49..0690bf9008 100644 --- a/ecc/bn254/g2_test.go +++ b/ecc/bn254/g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/hash_to_g1.go b/ecc/bn254/hash_to_g1.go index 5a2d63f233..6be3be8e10 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 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. diff --git a/ecc/bn254/hash_to_g1_test.go b/ecc/bn254/hash_to_g1_test.go index 98ee9b89b8..9278aa85a0 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 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. diff --git a/ecc/bn254/hash_to_g2.go b/ecc/bn254/hash_to_g2.go index 5c7dec4d44..fa81853d03 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 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. diff --git a/ecc/bn254/hash_to_g2_test.go b/ecc/bn254/hash_to_g2_test.go index de7f103cb7..1800838a7f 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 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. diff --git a/ecc/bn254/internal/fptower/asm.go b/ecc/bn254/internal/fptower/asm.go index 0ec192019d..49751a9396 100644 --- a/ecc/bn254/internal/fptower/asm.go +++ b/ecc/bn254/internal/fptower/asm.go @@ -1,7 +1,7 @@ //go:build !noadx // +build !noadx -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/internal/fptower/asm_noadx.go b/ecc/bn254/internal/fptower/asm_noadx.go index 6a09c11c49..c6a97081fc 100644 --- a/ecc/bn254/internal/fptower/asm_noadx.go +++ b/ecc/bn254/internal/fptower/asm_noadx.go @@ -1,7 +1,7 @@ //go:build noadx // +build noadx -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/internal/fptower/e12.go b/ecc/bn254/internal/fptower/e12.go index 6830ee1054..29093174b5 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 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. diff --git a/ecc/bn254/internal/fptower/e12_test.go b/ecc/bn254/internal/fptower/e12_test.go index d7e1f72615..54ab6e185d 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 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. diff --git a/ecc/bn254/internal/fptower/e2.go b/ecc/bn254/internal/fptower/e2.go index 1a954aa38d..8c16efc937 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 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. diff --git a/ecc/bn254/internal/fptower/e2_amd64.go b/ecc/bn254/internal/fptower/e2_amd64.go index dab2506840..259609bd81 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 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. diff --git a/ecc/bn254/internal/fptower/e2_fallback.go b/ecc/bn254/internal/fptower/e2_fallback.go index 0ce4d83334..6fe47c4111 100644 --- a/ecc/bn254/internal/fptower/e2_fallback.go +++ b/ecc/bn254/internal/fptower/e2_fallback.go @@ -1,7 +1,7 @@ //go:build !amd64 // +build !amd64 -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/internal/fptower/e2_test.go b/ecc/bn254/internal/fptower/e2_test.go index 08670985ab..09e0ede173 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 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. diff --git a/ecc/bn254/internal/fptower/e6.go b/ecc/bn254/internal/fptower/e6.go index 90aba83b22..128007df27 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 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. diff --git a/ecc/bn254/internal/fptower/e6_test.go b/ecc/bn254/internal/fptower/e6_test.go index b47c9ac1d2..b374b9b1f1 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 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. diff --git a/ecc/bn254/marshal.go b/ecc/bn254/marshal.go index 3ef63696df..d1ffbe2d85 100644 --- a/ecc/bn254/marshal.go +++ b/ecc/bn254/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/marshal_test.go b/ecc/bn254/marshal_test.go index ddc699b9c1..299ae6d690 100644 --- a/ecc/bn254/marshal_test.go +++ b/ecc/bn254/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/multiexp.go b/ecc/bn254/multiexp.go index bca697954c..3650ae1e8b 100644 --- a/ecc/bn254/multiexp.go +++ b/ecc/bn254/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/multiexp_affine.go b/ecc/bn254/multiexp_affine.go index b761c3bf47..81078a1438 100644 --- a/ecc/bn254/multiexp_affine.go +++ b/ecc/bn254/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/multiexp_jacobian.go b/ecc/bn254/multiexp_jacobian.go index 2a9c92a8d3..53490b9cc0 100644 --- a/ecc/bn254/multiexp_jacobian.go +++ b/ecc/bn254/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/multiexp_test.go b/ecc/bn254/multiexp_test.go index a6ce9fe669..17989d3689 100644 --- a/ecc/bn254/multiexp_test.go +++ b/ecc/bn254/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/pairing_test.go b/ecc/bn254/pairing_test.go index d2fe42518c..050e4e50b2 100644 --- a/ecc/bn254/pairing_test.go +++ b/ecc/bn254/pairing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/twistededwards/curve.go b/ecc/bn254/twistededwards/curve.go index c39176de21..beeddab765 100644 --- a/ecc/bn254/twistededwards/curve.go +++ b/ecc/bn254/twistededwards/curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/twistededwards/doc.go b/ecc/bn254/twistededwards/doc.go index eced0ef56c..970cc24092 100644 --- a/ecc/bn254/twistededwards/doc.go +++ b/ecc/bn254/twistededwards/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/twistededwards/eddsa/doc.go b/ecc/bn254/twistededwards/eddsa/doc.go index 27ff44acab..ee1c7ba2a3 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 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. diff --git a/ecc/bn254/twistededwards/eddsa/eddsa.go b/ecc/bn254/twistededwards/eddsa/eddsa.go index dbe9d655f6..91b520e2ed 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 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. diff --git a/ecc/bn254/twistededwards/eddsa/eddsa_test.go b/ecc/bn254/twistededwards/eddsa/eddsa_test.go index 78a2efb882..223cb04c0c 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 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. diff --git a/ecc/bn254/twistededwards/eddsa/marshal.go b/ecc/bn254/twistededwards/eddsa/marshal.go index acf3c41737..89e0a84045 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 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. diff --git a/ecc/bn254/twistededwards/point.go b/ecc/bn254/twistededwards/point.go index 09303663c3..ff08418903 100644 --- a/ecc/bn254/twistededwards/point.go +++ b/ecc/bn254/twistededwards/point.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bn254/twistededwards/point_test.go b/ecc/bn254/twistededwards/point_test.go index d070082b9d..a55733270e 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 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. diff --git a/ecc/bw6-633/ecdsa/doc.go b/ecc/bw6-633/ecdsa/doc.go index 8be83117eb..156e20b9fd 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 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. diff --git a/ecc/bw6-633/ecdsa/ecdsa.go b/ecc/bw6-633/ecdsa/ecdsa.go index c629b66fac..e744f91d42 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 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. diff --git a/ecc/bw6-633/ecdsa/ecdsa_test.go b/ecc/bw6-633/ecdsa/ecdsa_test.go index e993f73c82..824e3f6dab 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 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. diff --git a/ecc/bw6-633/ecdsa/marshal.go b/ecc/bw6-633/ecdsa/marshal.go index 72d74c5cb1..c0ee0643e4 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 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. diff --git a/ecc/bw6-633/ecdsa/marshal_test.go b/ecc/bw6-633/ecdsa/marshal_test.go index 5fc8c21338..181d406379 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 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. diff --git a/ecc/bw6-633/fr/fft/doc.go b/ecc/bw6-633/fr/fft/doc.go index 3c35170e8d..2391a9f63b 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 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. diff --git a/ecc/bw6-633/fr/fft/domain.go b/ecc/bw6-633/fr/fft/domain.go index ecb87f941a..acc82017ad 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 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. diff --git a/ecc/bw6-633/fr/fft/domain_test.go b/ecc/bw6-633/fr/fft/domain_test.go index 14d23dd992..83186cb7c9 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 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. diff --git a/ecc/bw6-633/fr/fft/fft.go b/ecc/bw6-633/fr/fft/fft.go index 97a1a00d8c..dc0b9f01b3 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 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. diff --git a/ecc/bw6-633/fr/fft/fft_test.go b/ecc/bw6-633/fr/fft/fft_test.go index b4f8ecd4a7..e143646807 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 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. diff --git a/ecc/bw6-633/fr/fft/options.go b/ecc/bw6-633/fr/fft/options.go index 603b76f299..02a6000e58 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 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. diff --git a/ecc/bw6-633/fr/fri/doc.go b/ecc/bw6-633/fr/fri/doc.go index 1a4cc68f32..3333ad41f5 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 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. diff --git a/ecc/bw6-633/fr/fri/fri.go b/ecc/bw6-633/fr/fri/fri.go index 5da24b37eb..70e927600b 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 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. diff --git a/ecc/bw6-633/fr/fri/fri_test.go b/ecc/bw6-633/fr/fri/fri_test.go index 3eaa66fbf6..d0ff389db4 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 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. diff --git a/ecc/bw6-633/fr/gkr/gkr.go b/ecc/bw6-633/fr/gkr/gkr.go index 8ec1f3672c..0a91738841 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 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. diff --git a/ecc/bw6-633/fr/gkr/gkr_test.go b/ecc/bw6-633/fr/gkr/gkr_test.go index 3271cdc072..d16068094b 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 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. diff --git a/ecc/bw6-633/fr/iop/doc.go b/ecc/bw6-633/fr/iop/doc.go index cd87ef4d79..20f8b1a302 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 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. diff --git a/ecc/bw6-633/fr/iop/expressions.go b/ecc/bw6-633/fr/iop/expressions.go index 390c57c18a..6c601bcec7 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 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. diff --git a/ecc/bw6-633/fr/iop/expressions_test.go b/ecc/bw6-633/fr/iop/expressions_test.go index 269c95c278..bf0f3fc0e7 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 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. diff --git a/ecc/bw6-633/fr/iop/polynomial.go b/ecc/bw6-633/fr/iop/polynomial.go index 3c3a4d509c..e4d8f6eb8c 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 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. diff --git a/ecc/bw6-633/fr/iop/polynomial_test.go b/ecc/bw6-633/fr/iop/polynomial_test.go index 08c15ac6bf..72d8dade56 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 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. diff --git a/ecc/bw6-633/fr/iop/quotient.go b/ecc/bw6-633/fr/iop/quotient.go index dff99713c0..41a8ba0118 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 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. diff --git a/ecc/bw6-633/fr/iop/quotient_test.go b/ecc/bw6-633/fr/iop/quotient_test.go index b85eaa24e7..c1db943b4e 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 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. diff --git a/ecc/bw6-633/fr/iop/ratios.go b/ecc/bw6-633/fr/iop/ratios.go index bd718f08b1..1739f1d9ef 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 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. diff --git a/ecc/bw6-633/fr/iop/ratios_test.go b/ecc/bw6-633/fr/iop/ratios_test.go index bd19cc647f..6c9ed5862d 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 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. diff --git a/ecc/bw6-633/fr/iop/utils.go b/ecc/bw6-633/fr/iop/utils.go index 92ba3b28d8..faf1c2137d 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 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. diff --git a/ecc/bw6-633/fr/kzg/doc.go b/ecc/bw6-633/fr/kzg/doc.go index d8a77e8f64..d1045726f2 100644 --- a/ecc/bw6-633/fr/kzg/doc.go +++ b/ecc/bw6-633/fr/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-633/fr/kzg/kzg.go b/ecc/bw6-633/fr/kzg/kzg.go index ec5fd06da0..d6fe817bf3 100644 --- a/ecc/bw6-633/fr/kzg/kzg.go +++ b/ecc/bw6-633/fr/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-633/fr/kzg/kzg_test.go b/ecc/bw6-633/fr/kzg/kzg_test.go index b17c0523af..09e585343e 100644 --- a/ecc/bw6-633/fr/kzg/kzg_test.go +++ b/ecc/bw6-633/fr/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-633/fr/kzg/marshal.go b/ecc/bw6-633/fr/kzg/marshal.go index 4ef19b91a0..f8ad44c90c 100644 --- a/ecc/bw6-633/fr/kzg/marshal.go +++ b/ecc/bw6-633/fr/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-633/fr/mimc/doc.go b/ecc/bw6-633/fr/mimc/doc.go index 497bd40a97..d527ead9ef 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 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. diff --git a/ecc/bw6-633/fr/mimc/mimc.go b/ecc/bw6-633/fr/mimc/mimc.go index 9f0546f711..7e00a32d3c 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 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. diff --git a/ecc/bw6-633/fr/pedersen/pedersen.go b/ecc/bw6-633/fr/pedersen/pedersen.go index a680a17c66..bc3aa9e322 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 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. diff --git a/ecc/bw6-633/fr/pedersen/pedersen_test.go b/ecc/bw6-633/fr/pedersen/pedersen_test.go index f2b9bb6e47..4383305097 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 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. diff --git a/ecc/bw6-633/fr/permutation/doc.go b/ecc/bw6-633/fr/permutation/doc.go index bdf98e6ca9..7ef21ffb9e 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 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. diff --git a/ecc/bw6-633/fr/permutation/permutation.go b/ecc/bw6-633/fr/permutation/permutation.go index 5dcde62503..2ae604366c 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 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. diff --git a/ecc/bw6-633/fr/permutation/permutation_test.go b/ecc/bw6-633/fr/permutation/permutation_test.go index 80b4ddd5f0..879d64d1da 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 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. diff --git a/ecc/bw6-633/fr/plookup/doc.go b/ecc/bw6-633/fr/plookup/doc.go index ec4b912876..b3af019687 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 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. diff --git a/ecc/bw6-633/fr/plookup/plookup_test.go b/ecc/bw6-633/fr/plookup/plookup_test.go index a1672a2d46..ca21d8459d 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 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. diff --git a/ecc/bw6-633/fr/plookup/table.go b/ecc/bw6-633/fr/plookup/table.go index 737cf3d442..399956ebab 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 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. diff --git a/ecc/bw6-633/fr/plookup/vector.go b/ecc/bw6-633/fr/plookup/vector.go index 588f51bfc9..1491a83cd0 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 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. diff --git a/ecc/bw6-633/fr/polynomial/doc.go b/ecc/bw6-633/fr/polynomial/doc.go index 83479b058b..747da41f2c 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 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. diff --git a/ecc/bw6-633/fr/polynomial/multilin.go b/ecc/bw6-633/fr/polynomial/multilin.go index 0f23d4fadb..743331f10b 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 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. diff --git a/ecc/bw6-633/fr/polynomial/multilin_test.go b/ecc/bw6-633/fr/polynomial/multilin_test.go index ba7cf628b2..b141532ff0 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 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. diff --git a/ecc/bw6-633/fr/polynomial/polynomial.go b/ecc/bw6-633/fr/polynomial/polynomial.go index 700c12374d..1edc739be8 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 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. diff --git a/ecc/bw6-633/fr/polynomial/polynomial_test.go b/ecc/bw6-633/fr/polynomial/polynomial_test.go index f2316234d8..dd0e94f429 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 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. diff --git a/ecc/bw6-633/fr/polynomial/pool.go b/ecc/bw6-633/fr/polynomial/pool.go index 8b676e50ae..5fc5acd147 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 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. diff --git a/ecc/bw6-633/fr/sumcheck/sumcheck.go b/ecc/bw6-633/fr/sumcheck/sumcheck.go index 40be96534b..3e401b7713 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 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. diff --git a/ecc/bw6-633/fr/sumcheck/sumcheck_test.go b/ecc/bw6-633/fr/sumcheck/sumcheck_test.go index 1ae0784c79..5086d2d354 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 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. 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 bdf2b832f1..711fffb398 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 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. diff --git a/ecc/bw6-633/g1.go b/ecc/bw6-633/g1.go index 2458b74307..aad92593b5 100644 --- a/ecc/bw6-633/g1.go +++ b/ecc/bw6-633/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-633/g1_test.go b/ecc/bw6-633/g1_test.go index cbe043ae1a..7bdf11483b 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 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. diff --git a/ecc/bw6-633/g2.go b/ecc/bw6-633/g2.go index 6a44da4a03..d42d806655 100644 --- a/ecc/bw6-633/g2.go +++ b/ecc/bw6-633/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-633/g2_test.go b/ecc/bw6-633/g2_test.go index 2a04a341d4..5b5b9a59ad 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 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. diff --git a/ecc/bw6-633/hash_to_g1.go b/ecc/bw6-633/hash_to_g1.go index 2c6710c488..ede1bd9da6 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 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. diff --git a/ecc/bw6-633/hash_to_g1_test.go b/ecc/bw6-633/hash_to_g1_test.go index 986a4d7d01..72bb795e71 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 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. diff --git a/ecc/bw6-633/hash_to_g2.go b/ecc/bw6-633/hash_to_g2.go index 46a756e02d..a6244504cf 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 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. diff --git a/ecc/bw6-633/hash_to_g2_test.go b/ecc/bw6-633/hash_to_g2_test.go index 75daa99607..85db98ee0c 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 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. diff --git a/ecc/bw6-633/marshal.go b/ecc/bw6-633/marshal.go index 49f29735e4..67e4a8bb37 100644 --- a/ecc/bw6-633/marshal.go +++ b/ecc/bw6-633/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-633/marshal_test.go b/ecc/bw6-633/marshal_test.go index 5e6cab4764..8ae00faea4 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 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. diff --git a/ecc/bw6-633/multiexp.go b/ecc/bw6-633/multiexp.go index e5bdcbb41a..cbab47917f 100644 --- a/ecc/bw6-633/multiexp.go +++ b/ecc/bw6-633/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-633/multiexp_affine.go b/ecc/bw6-633/multiexp_affine.go index 7272cadee9..2c9eaa8ac1 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 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. diff --git a/ecc/bw6-633/multiexp_jacobian.go b/ecc/bw6-633/multiexp_jacobian.go index 96efd1f61e..a79e632607 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 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. diff --git a/ecc/bw6-633/multiexp_test.go b/ecc/bw6-633/multiexp_test.go index b36d3db65a..74f2ef86eb 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 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. diff --git a/ecc/bw6-633/pairing_test.go b/ecc/bw6-633/pairing_test.go index 0a78e5d002..d4809517f7 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 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. diff --git a/ecc/bw6-633/twistededwards/curve.go b/ecc/bw6-633/twistededwards/curve.go index cdb464b042..ec256ef527 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 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. diff --git a/ecc/bw6-633/twistededwards/doc.go b/ecc/bw6-633/twistededwards/doc.go index adc16c478c..9137c46a8c 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 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. diff --git a/ecc/bw6-633/twistededwards/eddsa/doc.go b/ecc/bw6-633/twistededwards/eddsa/doc.go index 4e8b44bcde..37913c3587 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 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. diff --git a/ecc/bw6-633/twistededwards/eddsa/eddsa.go b/ecc/bw6-633/twistededwards/eddsa/eddsa.go index 554aeaceee..20099f8378 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 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. diff --git a/ecc/bw6-633/twistededwards/eddsa/eddsa_test.go b/ecc/bw6-633/twistededwards/eddsa/eddsa_test.go index 0ed2470d44..a09242f16a 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 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. diff --git a/ecc/bw6-633/twistededwards/eddsa/marshal.go b/ecc/bw6-633/twistededwards/eddsa/marshal.go index acf3c41737..89e0a84045 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 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. diff --git a/ecc/bw6-633/twistededwards/point.go b/ecc/bw6-633/twistededwards/point.go index 45c401d155..69f33db812 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 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. diff --git a/ecc/bw6-633/twistededwards/point_test.go b/ecc/bw6-633/twistededwards/point_test.go index e9fcb4347c..d4b966ddc2 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 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. diff --git a/ecc/bw6-756/ecdsa/doc.go b/ecc/bw6-756/ecdsa/doc.go index 29c1b18ef2..b8c0f5fcfb 100644 --- a/ecc/bw6-756/ecdsa/doc.go +++ b/ecc/bw6-756/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/ecdsa/ecdsa.go b/ecc/bw6-756/ecdsa/ecdsa.go index 07b997a405..e3914a732b 100644 --- a/ecc/bw6-756/ecdsa/ecdsa.go +++ b/ecc/bw6-756/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/ecdsa/ecdsa_test.go b/ecc/bw6-756/ecdsa/ecdsa_test.go index 5af9fcbe3a..1f90d440f0 100644 --- a/ecc/bw6-756/ecdsa/ecdsa_test.go +++ b/ecc/bw6-756/ecdsa/ecdsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/ecdsa/marshal.go b/ecc/bw6-756/ecdsa/marshal.go index 72d74c5cb1..c0ee0643e4 100644 --- a/ecc/bw6-756/ecdsa/marshal.go +++ b/ecc/bw6-756/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/ecdsa/marshal_test.go b/ecc/bw6-756/ecdsa/marshal_test.go index 48fd0f03c7..5a73204ca0 100644 --- a/ecc/bw6-756/ecdsa/marshal_test.go +++ b/ecc/bw6-756/ecdsa/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/fft/doc.go b/ecc/bw6-756/fr/fft/doc.go index 3c35170e8d..2391a9f63b 100644 --- a/ecc/bw6-756/fr/fft/doc.go +++ b/ecc/bw6-756/fr/fft/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/fft/domain.go b/ecc/bw6-756/fr/fft/domain.go index 015c1465e2..1744bef437 100644 --- a/ecc/bw6-756/fr/fft/domain.go +++ b/ecc/bw6-756/fr/fft/domain.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/fft/domain_test.go b/ecc/bw6-756/fr/fft/domain_test.go index 14d23dd992..83186cb7c9 100644 --- a/ecc/bw6-756/fr/fft/domain_test.go +++ b/ecc/bw6-756/fr/fft/domain_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/fft/fft.go b/ecc/bw6-756/fr/fft/fft.go index 8ec51723a4..482afa3019 100644 --- a/ecc/bw6-756/fr/fft/fft.go +++ b/ecc/bw6-756/fr/fft/fft.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/fft/fft_test.go b/ecc/bw6-756/fr/fft/fft_test.go index 45eb27a9b2..bb2bca8dcb 100644 --- a/ecc/bw6-756/fr/fft/fft_test.go +++ b/ecc/bw6-756/fr/fft/fft_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/fft/options.go b/ecc/bw6-756/fr/fft/options.go index 603b76f299..02a6000e58 100644 --- a/ecc/bw6-756/fr/fft/options.go +++ b/ecc/bw6-756/fr/fft/options.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/fri/doc.go b/ecc/bw6-756/fr/fri/doc.go index 1a4cc68f32..3333ad41f5 100644 --- a/ecc/bw6-756/fr/fri/doc.go +++ b/ecc/bw6-756/fr/fri/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/fri/fri.go b/ecc/bw6-756/fr/fri/fri.go index a349ec8161..29d74e9622 100644 --- a/ecc/bw6-756/fr/fri/fri.go +++ b/ecc/bw6-756/fr/fri/fri.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/fri/fri_test.go b/ecc/bw6-756/fr/fri/fri_test.go index 3c1ba29393..a44cdc9864 100644 --- a/ecc/bw6-756/fr/fri/fri_test.go +++ b/ecc/bw6-756/fr/fri/fri_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/gkr/gkr.go b/ecc/bw6-756/fr/gkr/gkr.go index dacbfeffa5..2f40acff97 100644 --- a/ecc/bw6-756/fr/gkr/gkr.go +++ b/ecc/bw6-756/fr/gkr/gkr.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/gkr/gkr_test.go b/ecc/bw6-756/fr/gkr/gkr_test.go index b11a3e48d6..ae342286f7 100644 --- a/ecc/bw6-756/fr/gkr/gkr_test.go +++ b/ecc/bw6-756/fr/gkr/gkr_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/iop/doc.go b/ecc/bw6-756/fr/iop/doc.go index cd87ef4d79..20f8b1a302 100644 --- a/ecc/bw6-756/fr/iop/doc.go +++ b/ecc/bw6-756/fr/iop/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/iop/expressions.go b/ecc/bw6-756/fr/iop/expressions.go index 4041cf0839..37ee5685a7 100644 --- a/ecc/bw6-756/fr/iop/expressions.go +++ b/ecc/bw6-756/fr/iop/expressions.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/iop/expressions_test.go b/ecc/bw6-756/fr/iop/expressions_test.go index a303adf5a9..11808ed25d 100644 --- a/ecc/bw6-756/fr/iop/expressions_test.go +++ b/ecc/bw6-756/fr/iop/expressions_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/iop/polynomial.go b/ecc/bw6-756/fr/iop/polynomial.go index de4d0b86fa..74cdb89888 100644 --- a/ecc/bw6-756/fr/iop/polynomial.go +++ b/ecc/bw6-756/fr/iop/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/iop/polynomial_test.go b/ecc/bw6-756/fr/iop/polynomial_test.go index 137bcc963f..d7b42777bf 100644 --- a/ecc/bw6-756/fr/iop/polynomial_test.go +++ b/ecc/bw6-756/fr/iop/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/iop/quotient.go b/ecc/bw6-756/fr/iop/quotient.go index 711ede84f5..3fe178cdeb 100644 --- a/ecc/bw6-756/fr/iop/quotient.go +++ b/ecc/bw6-756/fr/iop/quotient.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/iop/quotient_test.go b/ecc/bw6-756/fr/iop/quotient_test.go index ac8e1d86a9..a7c3cff75f 100644 --- a/ecc/bw6-756/fr/iop/quotient_test.go +++ b/ecc/bw6-756/fr/iop/quotient_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/iop/ratios.go b/ecc/bw6-756/fr/iop/ratios.go index 98aa2bf91d..3255350ce2 100644 --- a/ecc/bw6-756/fr/iop/ratios.go +++ b/ecc/bw6-756/fr/iop/ratios.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/iop/ratios_test.go b/ecc/bw6-756/fr/iop/ratios_test.go index aceed099dc..4b27c5f6b5 100644 --- a/ecc/bw6-756/fr/iop/ratios_test.go +++ b/ecc/bw6-756/fr/iop/ratios_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/iop/utils.go b/ecc/bw6-756/fr/iop/utils.go index 953032e01f..068cc65b70 100644 --- a/ecc/bw6-756/fr/iop/utils.go +++ b/ecc/bw6-756/fr/iop/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/kzg/doc.go b/ecc/bw6-756/fr/kzg/doc.go index d8a77e8f64..d1045726f2 100644 --- a/ecc/bw6-756/fr/kzg/doc.go +++ b/ecc/bw6-756/fr/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/kzg/kzg.go b/ecc/bw6-756/fr/kzg/kzg.go index ccce3971e8..e33ac6fd24 100644 --- a/ecc/bw6-756/fr/kzg/kzg.go +++ b/ecc/bw6-756/fr/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/kzg/kzg_test.go b/ecc/bw6-756/fr/kzg/kzg_test.go index df248ff66b..c58c206fa1 100644 --- a/ecc/bw6-756/fr/kzg/kzg_test.go +++ b/ecc/bw6-756/fr/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/kzg/marshal.go b/ecc/bw6-756/fr/kzg/marshal.go index 2c91e15e28..1cb5ad69a2 100644 --- a/ecc/bw6-756/fr/kzg/marshal.go +++ b/ecc/bw6-756/fr/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/mimc/doc.go b/ecc/bw6-756/fr/mimc/doc.go index 497bd40a97..d527ead9ef 100644 --- a/ecc/bw6-756/fr/mimc/doc.go +++ b/ecc/bw6-756/fr/mimc/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/mimc/mimc.go b/ecc/bw6-756/fr/mimc/mimc.go index eeaea42cca..09adc1b68b 100644 --- a/ecc/bw6-756/fr/mimc/mimc.go +++ b/ecc/bw6-756/fr/mimc/mimc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/pedersen/pedersen.go b/ecc/bw6-756/fr/pedersen/pedersen.go index e6377e1366..4a75988730 100644 --- a/ecc/bw6-756/fr/pedersen/pedersen.go +++ b/ecc/bw6-756/fr/pedersen/pedersen.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/pedersen/pedersen_test.go b/ecc/bw6-756/fr/pedersen/pedersen_test.go index 62319db8ab..c28c23c825 100644 --- a/ecc/bw6-756/fr/pedersen/pedersen_test.go +++ b/ecc/bw6-756/fr/pedersen/pedersen_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/permutation/doc.go b/ecc/bw6-756/fr/permutation/doc.go index bdf98e6ca9..7ef21ffb9e 100644 --- a/ecc/bw6-756/fr/permutation/doc.go +++ b/ecc/bw6-756/fr/permutation/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/permutation/permutation.go b/ecc/bw6-756/fr/permutation/permutation.go index c30462fc94..5d6863ed14 100644 --- a/ecc/bw6-756/fr/permutation/permutation.go +++ b/ecc/bw6-756/fr/permutation/permutation.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/permutation/permutation_test.go b/ecc/bw6-756/fr/permutation/permutation_test.go index 9dbf17890c..a407ac0105 100644 --- a/ecc/bw6-756/fr/permutation/permutation_test.go +++ b/ecc/bw6-756/fr/permutation/permutation_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/plookup/doc.go b/ecc/bw6-756/fr/plookup/doc.go index ec4b912876..b3af019687 100644 --- a/ecc/bw6-756/fr/plookup/doc.go +++ b/ecc/bw6-756/fr/plookup/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/plookup/plookup_test.go b/ecc/bw6-756/fr/plookup/plookup_test.go index 8c4acdb07d..6beff93876 100644 --- a/ecc/bw6-756/fr/plookup/plookup_test.go +++ b/ecc/bw6-756/fr/plookup/plookup_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/plookup/table.go b/ecc/bw6-756/fr/plookup/table.go index 68abe9104c..e7c829470e 100644 --- a/ecc/bw6-756/fr/plookup/table.go +++ b/ecc/bw6-756/fr/plookup/table.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/plookup/vector.go b/ecc/bw6-756/fr/plookup/vector.go index 63834a44fb..4379b7234e 100644 --- a/ecc/bw6-756/fr/plookup/vector.go +++ b/ecc/bw6-756/fr/plookup/vector.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/polynomial/doc.go b/ecc/bw6-756/fr/polynomial/doc.go index 83479b058b..747da41f2c 100644 --- a/ecc/bw6-756/fr/polynomial/doc.go +++ b/ecc/bw6-756/fr/polynomial/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/polynomial/multilin.go b/ecc/bw6-756/fr/polynomial/multilin.go index 3361d7237e..7c85cb5d94 100644 --- a/ecc/bw6-756/fr/polynomial/multilin.go +++ b/ecc/bw6-756/fr/polynomial/multilin.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/polynomial/multilin_test.go b/ecc/bw6-756/fr/polynomial/multilin_test.go index 74e716ac18..145d7c8f0a 100644 --- a/ecc/bw6-756/fr/polynomial/multilin_test.go +++ b/ecc/bw6-756/fr/polynomial/multilin_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/polynomial/polynomial.go b/ecc/bw6-756/fr/polynomial/polynomial.go index a4f78112b9..18b4bb46eb 100644 --- a/ecc/bw6-756/fr/polynomial/polynomial.go +++ b/ecc/bw6-756/fr/polynomial/polynomial.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/polynomial/polynomial_test.go b/ecc/bw6-756/fr/polynomial/polynomial_test.go index 34e8749c72..3ae83afcc3 100644 --- a/ecc/bw6-756/fr/polynomial/polynomial_test.go +++ b/ecc/bw6-756/fr/polynomial/polynomial_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/polynomial/pool.go b/ecc/bw6-756/fr/polynomial/pool.go index b7281d6b42..5ab1019313 100644 --- a/ecc/bw6-756/fr/polynomial/pool.go +++ b/ecc/bw6-756/fr/polynomial/pool.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/sumcheck/sumcheck.go b/ecc/bw6-756/fr/sumcheck/sumcheck.go index c27e7da8a4..0cbce7fa79 100644 --- a/ecc/bw6-756/fr/sumcheck/sumcheck.go +++ b/ecc/bw6-756/fr/sumcheck/sumcheck.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/sumcheck/sumcheck_test.go b/ecc/bw6-756/fr/sumcheck/sumcheck_test.go index 99801b312d..8daf3dec4a 100644 --- a/ecc/bw6-756/fr/sumcheck/sumcheck_test.go +++ b/ecc/bw6-756/fr/sumcheck/sumcheck_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/fr/test_vector_utils/test_vector_utils.go b/ecc/bw6-756/fr/test_vector_utils/test_vector_utils.go index 1ff699ea56..afb8b4e2b3 100644 --- a/ecc/bw6-756/fr/test_vector_utils/test_vector_utils.go +++ b/ecc/bw6-756/fr/test_vector_utils/test_vector_utils.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/g1.go b/ecc/bw6-756/g1.go index eca93a4065..736c797d7a 100644 --- a/ecc/bw6-756/g1.go +++ b/ecc/bw6-756/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/g1_test.go b/ecc/bw6-756/g1_test.go index 5b71da8d27..b8e6964a8c 100644 --- a/ecc/bw6-756/g1_test.go +++ b/ecc/bw6-756/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/g2.go b/ecc/bw6-756/g2.go index f0ba94d23d..b20c5173f8 100644 --- a/ecc/bw6-756/g2.go +++ b/ecc/bw6-756/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/g2_test.go b/ecc/bw6-756/g2_test.go index 29a83a3c12..0c5699b793 100644 --- a/ecc/bw6-756/g2_test.go +++ b/ecc/bw6-756/g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/hash_to_g1.go b/ecc/bw6-756/hash_to_g1.go index c7b678b2f6..60516a93d6 100644 --- a/ecc/bw6-756/hash_to_g1.go +++ b/ecc/bw6-756/hash_to_g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/hash_to_g1_test.go b/ecc/bw6-756/hash_to_g1_test.go index ffa80a08f5..52fffa4a06 100644 --- a/ecc/bw6-756/hash_to_g1_test.go +++ b/ecc/bw6-756/hash_to_g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/hash_to_g2.go b/ecc/bw6-756/hash_to_g2.go index d314f0cfa9..6b172aa82c 100644 --- a/ecc/bw6-756/hash_to_g2.go +++ b/ecc/bw6-756/hash_to_g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/hash_to_g2_test.go b/ecc/bw6-756/hash_to_g2_test.go index f444e2a1da..0dca72afd4 100644 --- a/ecc/bw6-756/hash_to_g2_test.go +++ b/ecc/bw6-756/hash_to_g2_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/marshal.go b/ecc/bw6-756/marshal.go index b62d30e482..156914b019 100644 --- a/ecc/bw6-756/marshal.go +++ b/ecc/bw6-756/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/marshal_test.go b/ecc/bw6-756/marshal_test.go index fa06db2999..8f45b5c75e 100644 --- a/ecc/bw6-756/marshal_test.go +++ b/ecc/bw6-756/marshal_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/multiexp.go b/ecc/bw6-756/multiexp.go index c20a86f563..3e691db6c9 100644 --- a/ecc/bw6-756/multiexp.go +++ b/ecc/bw6-756/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/multiexp_affine.go b/ecc/bw6-756/multiexp_affine.go index ce9b48daed..4a5df9652f 100644 --- a/ecc/bw6-756/multiexp_affine.go +++ b/ecc/bw6-756/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/multiexp_jacobian.go b/ecc/bw6-756/multiexp_jacobian.go index 2f8d9904e1..9251324d15 100644 --- a/ecc/bw6-756/multiexp_jacobian.go +++ b/ecc/bw6-756/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/multiexp_test.go b/ecc/bw6-756/multiexp_test.go index a944459b77..d454ef78df 100644 --- a/ecc/bw6-756/multiexp_test.go +++ b/ecc/bw6-756/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/pairing_test.go b/ecc/bw6-756/pairing_test.go index 61b47f4fd4..0ea87f0de9 100644 --- a/ecc/bw6-756/pairing_test.go +++ b/ecc/bw6-756/pairing_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/twistededwards/curve.go b/ecc/bw6-756/twistededwards/curve.go index 9c95c4f21e..a18dbd35c9 100644 --- a/ecc/bw6-756/twistededwards/curve.go +++ b/ecc/bw6-756/twistededwards/curve.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/twistededwards/doc.go b/ecc/bw6-756/twistededwards/doc.go index 771de38875..f9f92b78d4 100644 --- a/ecc/bw6-756/twistededwards/doc.go +++ b/ecc/bw6-756/twistededwards/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/twistededwards/eddsa/doc.go b/ecc/bw6-756/twistededwards/eddsa/doc.go index 2e2d4c888a..70657706d8 100644 --- a/ecc/bw6-756/twistededwards/eddsa/doc.go +++ b/ecc/bw6-756/twistededwards/eddsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/twistededwards/eddsa/eddsa.go b/ecc/bw6-756/twistededwards/eddsa/eddsa.go index 13f4e45124..d639a95067 100644 --- a/ecc/bw6-756/twistededwards/eddsa/eddsa.go +++ b/ecc/bw6-756/twistededwards/eddsa/eddsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/twistededwards/eddsa/eddsa_test.go b/ecc/bw6-756/twistededwards/eddsa/eddsa_test.go index a0258d1218..ae71d7c01e 100644 --- a/ecc/bw6-756/twistededwards/eddsa/eddsa_test.go +++ b/ecc/bw6-756/twistededwards/eddsa/eddsa_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/twistededwards/eddsa/marshal.go b/ecc/bw6-756/twistededwards/eddsa/marshal.go index acf3c41737..89e0a84045 100644 --- a/ecc/bw6-756/twistededwards/eddsa/marshal.go +++ b/ecc/bw6-756/twistededwards/eddsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/twistededwards/point.go b/ecc/bw6-756/twistededwards/point.go index a0454e8b97..384db16efa 100644 --- a/ecc/bw6-756/twistededwards/point.go +++ b/ecc/bw6-756/twistededwards/point.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-756/twistededwards/point_test.go b/ecc/bw6-756/twistededwards/point_test.go index 9b28026a60..117bb6cf5e 100644 --- a/ecc/bw6-756/twistededwards/point_test.go +++ b/ecc/bw6-756/twistededwards/point_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-761/ecdsa/doc.go b/ecc/bw6-761/ecdsa/doc.go index ea1c783558..855e796eb2 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 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. diff --git a/ecc/bw6-761/ecdsa/ecdsa.go b/ecc/bw6-761/ecdsa/ecdsa.go index 033cd8f9d1..4665a1f174 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 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. diff --git a/ecc/bw6-761/ecdsa/ecdsa_test.go b/ecc/bw6-761/ecdsa/ecdsa_test.go index 5cf1276d6d..54f06e68f0 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 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. diff --git a/ecc/bw6-761/ecdsa/marshal.go b/ecc/bw6-761/ecdsa/marshal.go index 72d74c5cb1..c0ee0643e4 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 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. diff --git a/ecc/bw6-761/ecdsa/marshal_test.go b/ecc/bw6-761/ecdsa/marshal_test.go index 3c41062a2e..c627ffa3e4 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 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. diff --git a/ecc/bw6-761/fr/fft/doc.go b/ecc/bw6-761/fr/fft/doc.go index 3c35170e8d..2391a9f63b 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 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. diff --git a/ecc/bw6-761/fr/fft/domain.go b/ecc/bw6-761/fr/fft/domain.go index 6b2b96e46a..57aba819e7 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 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. diff --git a/ecc/bw6-761/fr/fft/domain_test.go b/ecc/bw6-761/fr/fft/domain_test.go index 14d23dd992..83186cb7c9 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 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. diff --git a/ecc/bw6-761/fr/fft/fft.go b/ecc/bw6-761/fr/fft/fft.go index 404eb0fd13..2e9dddd6eb 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 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. diff --git a/ecc/bw6-761/fr/fft/fft_test.go b/ecc/bw6-761/fr/fft/fft_test.go index a4166b63e9..4e8bc8953d 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 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. diff --git a/ecc/bw6-761/fr/fft/options.go b/ecc/bw6-761/fr/fft/options.go index 603b76f299..02a6000e58 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 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. diff --git a/ecc/bw6-761/fr/fri/doc.go b/ecc/bw6-761/fr/fri/doc.go index 1a4cc68f32..3333ad41f5 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 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. diff --git a/ecc/bw6-761/fr/fri/fri.go b/ecc/bw6-761/fr/fri/fri.go index 590ecde998..6c8cb0bce8 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 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. diff --git a/ecc/bw6-761/fr/fri/fri_test.go b/ecc/bw6-761/fr/fri/fri_test.go index feab95a158..838e21d2cb 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 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. diff --git a/ecc/bw6-761/fr/gkr/gkr.go b/ecc/bw6-761/fr/gkr/gkr.go index 931ee32499..df782c49e1 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 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. diff --git a/ecc/bw6-761/fr/gkr/gkr_test.go b/ecc/bw6-761/fr/gkr/gkr_test.go index 5477887c2c..b35ac78df8 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 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. diff --git a/ecc/bw6-761/fr/iop/doc.go b/ecc/bw6-761/fr/iop/doc.go index cd87ef4d79..20f8b1a302 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 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. diff --git a/ecc/bw6-761/fr/iop/expressions.go b/ecc/bw6-761/fr/iop/expressions.go index 1752c0fe3d..995393da02 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 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. diff --git a/ecc/bw6-761/fr/iop/expressions_test.go b/ecc/bw6-761/fr/iop/expressions_test.go index d8998b7279..5616c82d43 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 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. diff --git a/ecc/bw6-761/fr/iop/polynomial.go b/ecc/bw6-761/fr/iop/polynomial.go index c5066b18b0..a17cc9ab3c 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 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. diff --git a/ecc/bw6-761/fr/iop/polynomial_test.go b/ecc/bw6-761/fr/iop/polynomial_test.go index 6d253dd5de..15f3040fee 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 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. diff --git a/ecc/bw6-761/fr/iop/quotient.go b/ecc/bw6-761/fr/iop/quotient.go index 0a081b4fc2..1267bc4b60 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 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. diff --git a/ecc/bw6-761/fr/iop/quotient_test.go b/ecc/bw6-761/fr/iop/quotient_test.go index 3267e542e3..509394c37a 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 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. diff --git a/ecc/bw6-761/fr/iop/ratios.go b/ecc/bw6-761/fr/iop/ratios.go index 7d7bec6fd7..3a23bde13b 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 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. diff --git a/ecc/bw6-761/fr/iop/ratios_test.go b/ecc/bw6-761/fr/iop/ratios_test.go index b2ca066c49..b42149d4f3 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 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. diff --git a/ecc/bw6-761/fr/iop/utils.go b/ecc/bw6-761/fr/iop/utils.go index 35f25ae6c3..f5330ba035 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 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. diff --git a/ecc/bw6-761/fr/kzg/doc.go b/ecc/bw6-761/fr/kzg/doc.go index d8a77e8f64..d1045726f2 100644 --- a/ecc/bw6-761/fr/kzg/doc.go +++ b/ecc/bw6-761/fr/kzg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-761/fr/kzg/kzg.go b/ecc/bw6-761/fr/kzg/kzg.go index 9dfe56592c..24a74dd110 100644 --- a/ecc/bw6-761/fr/kzg/kzg.go +++ b/ecc/bw6-761/fr/kzg/kzg.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-761/fr/kzg/kzg_test.go b/ecc/bw6-761/fr/kzg/kzg_test.go index 281bc2a89e..bbdc52597b 100644 --- a/ecc/bw6-761/fr/kzg/kzg_test.go +++ b/ecc/bw6-761/fr/kzg/kzg_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-761/fr/kzg/marshal.go b/ecc/bw6-761/fr/kzg/marshal.go index 2215fc6c5a..b5a87b3bfa 100644 --- a/ecc/bw6-761/fr/kzg/marshal.go +++ b/ecc/bw6-761/fr/kzg/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-761/fr/mimc/doc.go b/ecc/bw6-761/fr/mimc/doc.go index 497bd40a97..d527ead9ef 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 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. diff --git a/ecc/bw6-761/fr/mimc/mimc.go b/ecc/bw6-761/fr/mimc/mimc.go index 26d27cc981..d628e77914 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 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. diff --git a/ecc/bw6-761/fr/pedersen/pedersen.go b/ecc/bw6-761/fr/pedersen/pedersen.go index f22b499701..a949a3c2cc 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 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. diff --git a/ecc/bw6-761/fr/pedersen/pedersen_test.go b/ecc/bw6-761/fr/pedersen/pedersen_test.go index 646cf0e9be..bb711c93b2 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 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. diff --git a/ecc/bw6-761/fr/permutation/doc.go b/ecc/bw6-761/fr/permutation/doc.go index bdf98e6ca9..7ef21ffb9e 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 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. diff --git a/ecc/bw6-761/fr/permutation/permutation.go b/ecc/bw6-761/fr/permutation/permutation.go index 31e8516560..a45441e1f3 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 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. diff --git a/ecc/bw6-761/fr/permutation/permutation_test.go b/ecc/bw6-761/fr/permutation/permutation_test.go index 4cdb905ce2..62d42dfa0c 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 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. diff --git a/ecc/bw6-761/fr/plookup/doc.go b/ecc/bw6-761/fr/plookup/doc.go index ec4b912876..b3af019687 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 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. diff --git a/ecc/bw6-761/fr/plookup/plookup_test.go b/ecc/bw6-761/fr/plookup/plookup_test.go index a9224f6a4a..1350ec7c0d 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 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. diff --git a/ecc/bw6-761/fr/plookup/table.go b/ecc/bw6-761/fr/plookup/table.go index 203e3eb3b6..c8d706be01 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 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. diff --git a/ecc/bw6-761/fr/plookup/vector.go b/ecc/bw6-761/fr/plookup/vector.go index 9b86308900..2bb1a26325 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 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. diff --git a/ecc/bw6-761/fr/polynomial/doc.go b/ecc/bw6-761/fr/polynomial/doc.go index 83479b058b..747da41f2c 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 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. diff --git a/ecc/bw6-761/fr/polynomial/multilin.go b/ecc/bw6-761/fr/polynomial/multilin.go index 89c27b9f74..916c96660b 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 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. diff --git a/ecc/bw6-761/fr/polynomial/multilin_test.go b/ecc/bw6-761/fr/polynomial/multilin_test.go index 6ff315ea5a..4c574976b6 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 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. diff --git a/ecc/bw6-761/fr/polynomial/polynomial.go b/ecc/bw6-761/fr/polynomial/polynomial.go index d5f029e276..c0ec2235b9 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 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. diff --git a/ecc/bw6-761/fr/polynomial/polynomial_test.go b/ecc/bw6-761/fr/polynomial/polynomial_test.go index cb0857b519..487bfe6309 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 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. diff --git a/ecc/bw6-761/fr/polynomial/pool.go b/ecc/bw6-761/fr/polynomial/pool.go index d6ca5b806c..f122d117e4 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 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. diff --git a/ecc/bw6-761/fr/sumcheck/sumcheck.go b/ecc/bw6-761/fr/sumcheck/sumcheck.go index 7c0aa092ef..1c6afa936f 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 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. diff --git a/ecc/bw6-761/fr/sumcheck/sumcheck_test.go b/ecc/bw6-761/fr/sumcheck/sumcheck_test.go index 17152970e6..f7502c70aa 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 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. 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 7405907e57..8503b51708 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 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. diff --git a/ecc/bw6-761/g1.go b/ecc/bw6-761/g1.go index 827dbf89f9..da59bd5226 100644 --- a/ecc/bw6-761/g1.go +++ b/ecc/bw6-761/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-761/g1_test.go b/ecc/bw6-761/g1_test.go index e128bb8d59..6f342aa510 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 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. diff --git a/ecc/bw6-761/g2.go b/ecc/bw6-761/g2.go index 7b68546312..00847857d4 100644 --- a/ecc/bw6-761/g2.go +++ b/ecc/bw6-761/g2.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-761/g2_test.go b/ecc/bw6-761/g2_test.go index 54a13948df..55f053a3d1 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 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. diff --git a/ecc/bw6-761/hash_to_g1.go b/ecc/bw6-761/hash_to_g1.go index 2dd3fd0d0a..19d7008a5a 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 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. diff --git a/ecc/bw6-761/hash_to_g1_test.go b/ecc/bw6-761/hash_to_g1_test.go index db33614c6e..3e111436d6 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 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. diff --git a/ecc/bw6-761/hash_to_g2.go b/ecc/bw6-761/hash_to_g2.go index 4b20807362..04deda08fb 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 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. diff --git a/ecc/bw6-761/hash_to_g2_test.go b/ecc/bw6-761/hash_to_g2_test.go index e669c88c52..14d7bb5af8 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 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. diff --git a/ecc/bw6-761/marshal.go b/ecc/bw6-761/marshal.go index 1c5cc799bf..423dadcf61 100644 --- a/ecc/bw6-761/marshal.go +++ b/ecc/bw6-761/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-761/marshal_test.go b/ecc/bw6-761/marshal_test.go index 99b6bcfa26..fae4f22120 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 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. diff --git a/ecc/bw6-761/multiexp.go b/ecc/bw6-761/multiexp.go index 71fff74f7e..47aa334cc0 100644 --- a/ecc/bw6-761/multiexp.go +++ b/ecc/bw6-761/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/bw6-761/multiexp_affine.go b/ecc/bw6-761/multiexp_affine.go index 5cbc271e32..1e67370777 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 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. diff --git a/ecc/bw6-761/multiexp_jacobian.go b/ecc/bw6-761/multiexp_jacobian.go index b300811d94..16d7e6c8d3 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 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. diff --git a/ecc/bw6-761/multiexp_test.go b/ecc/bw6-761/multiexp_test.go index 13e025fa28..66e6e17241 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 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. diff --git a/ecc/bw6-761/pairing_test.go b/ecc/bw6-761/pairing_test.go index d770806449..c1fb3ee884 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 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. diff --git a/ecc/bw6-761/twistededwards/curve.go b/ecc/bw6-761/twistededwards/curve.go index 5dcc43f2a5..3050d84b8f 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 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. diff --git a/ecc/bw6-761/twistededwards/doc.go b/ecc/bw6-761/twistededwards/doc.go index c615898fb3..bcfe56cd49 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 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. diff --git a/ecc/bw6-761/twistededwards/eddsa/doc.go b/ecc/bw6-761/twistededwards/eddsa/doc.go index fe9aab1d4b..20bd6b502f 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 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. diff --git a/ecc/bw6-761/twistededwards/eddsa/eddsa.go b/ecc/bw6-761/twistededwards/eddsa/eddsa.go index fb00ae2844..0211368c99 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 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. diff --git a/ecc/bw6-761/twistededwards/eddsa/eddsa_test.go b/ecc/bw6-761/twistededwards/eddsa/eddsa_test.go index a5654456a3..e240992129 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 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. diff --git a/ecc/bw6-761/twistededwards/eddsa/marshal.go b/ecc/bw6-761/twistededwards/eddsa/marshal.go index acf3c41737..89e0a84045 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 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. diff --git a/ecc/bw6-761/twistededwards/point.go b/ecc/bw6-761/twistededwards/point.go index 5a494f8289..b44a0c024a 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 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. diff --git a/ecc/bw6-761/twistededwards/point_test.go b/ecc/bw6-761/twistededwards/point_test.go index eae9406914..9e97f2a153 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 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. diff --git a/ecc/secp256k1/ecdsa/doc.go b/ecc/secp256k1/ecdsa/doc.go index ac59fef6fb..cca66227a6 100644 --- a/ecc/secp256k1/ecdsa/doc.go +++ b/ecc/secp256k1/ecdsa/doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/secp256k1/ecdsa/ecdsa.go b/ecc/secp256k1/ecdsa/ecdsa.go index 742add4b95..f1489bd655 100644 --- a/ecc/secp256k1/ecdsa/ecdsa.go +++ b/ecc/secp256k1/ecdsa/ecdsa.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/secp256k1/ecdsa/ecdsa_test.go b/ecc/secp256k1/ecdsa/ecdsa_test.go index 197b8e76da..b5745d505f 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 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. diff --git a/ecc/secp256k1/ecdsa/marshal.go b/ecc/secp256k1/ecdsa/marshal.go index 9eb91dc9e9..1c6184353d 100644 --- a/ecc/secp256k1/ecdsa/marshal.go +++ b/ecc/secp256k1/ecdsa/marshal.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/secp256k1/ecdsa/marshal_test.go b/ecc/secp256k1/ecdsa/marshal_test.go index b5a7f1af1d..a880e63010 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 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. diff --git a/ecc/secp256k1/g1.go b/ecc/secp256k1/g1.go index b5f98a0281..eb294f23ef 100644 --- a/ecc/secp256k1/g1.go +++ b/ecc/secp256k1/g1.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/secp256k1/g1_test.go b/ecc/secp256k1/g1_test.go index 2dae2547f9..252e46aefb 100644 --- a/ecc/secp256k1/g1_test.go +++ b/ecc/secp256k1/g1_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/secp256k1/hash_to_g1.go b/ecc/secp256k1/hash_to_g1.go index 21c2c13a13..41bec83c06 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 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. diff --git a/ecc/secp256k1/hash_to_g1_test.go b/ecc/secp256k1/hash_to_g1_test.go index fe00906fc5..8dcbc249d4 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 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. diff --git a/ecc/secp256k1/multiexp.go b/ecc/secp256k1/multiexp.go index 319f27b807..02febdfef6 100644 --- a/ecc/secp256k1/multiexp.go +++ b/ecc/secp256k1/multiexp.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/secp256k1/multiexp_affine.go b/ecc/secp256k1/multiexp_affine.go index a6c0abef82..a7a6c0c16a 100644 --- a/ecc/secp256k1/multiexp_affine.go +++ b/ecc/secp256k1/multiexp_affine.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/secp256k1/multiexp_jacobian.go b/ecc/secp256k1/multiexp_jacobian.go index eaa737d3bd..788e646617 100644 --- a/ecc/secp256k1/multiexp_jacobian.go +++ b/ecc/secp256k1/multiexp_jacobian.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/secp256k1/multiexp_test.go b/ecc/secp256k1/multiexp_test.go index 08996728a5..e0ad2cf8d1 100644 --- a/ecc/secp256k1/multiexp_test.go +++ b/ecc/secp256k1/multiexp_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 ConsenSys Software Inc. +// 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. diff --git a/ecc/stark-curve/ecdsa/doc.go b/ecc/stark-curve/ecdsa/doc.go index f704026f76..9adee15667 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 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. diff --git a/ecc/stark-curve/ecdsa/ecdsa.go b/ecc/stark-curve/ecdsa/ecdsa.go index 9746d29ad5..0523fa1e28 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 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. diff --git a/ecc/stark-curve/ecdsa/ecdsa_test.go b/ecc/stark-curve/ecdsa/ecdsa_test.go index 5884ab5f4a..eb6de4ba21 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 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. diff --git a/ecc/stark-curve/ecdsa/marshal.go b/ecc/stark-curve/ecdsa/marshal.go index 8cf682d311..932fd5c0e3 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 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. diff --git a/ecc/stark-curve/ecdsa/marshal_test.go b/ecc/stark-curve/ecdsa/marshal_test.go index da2130c6de..f20fb8167e 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 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. diff --git a/internal/generator/gkr/test_vectors/main.go b/internal/generator/gkr/test_vectors/main.go index 3822aa3de9..9e52464729 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 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. diff --git a/internal/generator/main.go b/internal/generator/main.go index 4fa807b1d4..e3617066f9 100644 --- a/internal/generator/main.go +++ b/internal/generator/main.go @@ -32,7 +32,7 @@ import ( ) const ( - copyrightHolder = "ConsenSys Software Inc." + copyrightHolder = "Consensys Software Inc." copyrightYear = 2020 baseDir = "../../" ) 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 800a1d692e..8ad6062277 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 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. 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 83479b058b..747da41f2c 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 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. 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 3ff25f94a3..5f4217ad2f 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 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. 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 dc99b9eef9..610e1c9c6e 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 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. 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 737f4f4042..15d4f871d6 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 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. 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 940a8a27c4..4f33c80175 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 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. 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 e30e37b4dc..0c816fe436 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 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. 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 e93d43b666..422bfda288 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 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.