Skip to content

Commit

Permalink
anemoi: added libff submodule from branch plonk-libsnark-print-vector…
Browse files Browse the repository at this point in the history
…-issue-59
  • Loading branch information
Vesselin Velichkov committed Oct 21, 2022
1 parent 60e46fd commit fc83681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/libff
Submodule libff updated 40 files
+1 −0 .gitignore
+1 −1 CMakeLists.txt
+2 −0 libff/algebra/curves/alt_bn128/alt_bn128_pp.cpp
+2 −0 libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp
+2 −0 libff/algebra/curves/bls12_377/bls12_377_pp.cpp
+2 −0 libff/algebra/curves/bls12_377/bls12_377_pp.hpp
+10 −0 libff/algebra/curves/bls12_381/README.md
+68 −0 libff/algebra/curves/bls12_381/bls12_381.sage
+464 −0 libff/algebra/curves/bls12_381/bls12_381_g1.cpp
+113 −0 libff/algebra/curves/bls12_381/bls12_381_g1.hpp
+486 −0 libff/algebra/curves/bls12_381/bls12_381_g2.cpp
+120 −0 libff/algebra/curves/bls12_381/bls12_381_g2.hpp
+628 −0 libff/algebra/curves/bls12_381/bls12_381_init.cpp
+63 −0 libff/algebra/curves/bls12_381/bls12_381_init.hpp
+532 −0 libff/algebra/curves/bls12_381/bls12_381_pairing.cpp
+117 −0 libff/algebra/curves/bls12_381/bls12_381_pairing.hpp
+52 −0 libff/algebra/curves/bls12_381/bls12_381_pp.cpp
+54 −0 libff/algebra/curves/bls12_381/bls12_381_pp.hpp
+2 −0 libff/algebra/curves/bn128/bn128_pp.cpp
+2 −0 libff/algebra/curves/bn128/bn128_pp.hpp
+2 −0 libff/algebra/curves/bw6_761/bw6_761_pp.cpp
+2 −0 libff/algebra/curves/bw6_761/bw6_761_pp.hpp
+17 −1 libff/algebra/curves/curve_serialization.tcc
+2 −0 libff/algebra/curves/curve_utils.tcc
+2 −0 libff/algebra/curves/edwards/edwards_pp.cpp
+2 −0 libff/algebra/curves/edwards/edwards_pp.hpp
+2 −0 libff/algebra/curves/mnt/mnt4/mnt4_pp.cpp
+2 −0 libff/algebra/curves/mnt/mnt4/mnt4_pp.hpp
+2 −0 libff/algebra/curves/mnt/mnt6/mnt6_pp.cpp
+2 −0 libff/algebra/curves/mnt/mnt6/mnt6_pp.hpp
+3 −1 libff/algebra/curves/public_params.hpp
+8 −1 libff/algebra/curves/tests/test_bilinearity.cpp
+47 −1 libff/algebra/curves/tests/test_groups.cpp
+3 −0 libff/algebra/fields/field_utils.hpp
+111 −14 libff/algebra/fields/field_utils.tcc
+34 −0 libff/algebra/fields/fp12_2over3over2.hpp
+35 −0 libff/algebra/fields/fp12_2over3over2.tcc
+31 −0 libff/algebra/fields/fp6_3over2.hpp
+19 −6 libff/algebra/fields/tests/test_fields.cpp
+36 −28 libff/algebra/scalar_multiplication/tests/test_multiexp.cpp

0 comments on commit fc83681

Please sign in to comment.