Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Fix build for proof-producer #145

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/algebra
Submodule algebra updated 26 files
+1 −1 include/nil/crypto3/algebra/curves/detail/alt_bn128/g1.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/alt_bn128/g2.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/babyjubjub/g1.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/bls12/g1.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/bls12/g2.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/curve25519/g1.hpp
+3 −3 include/nil/crypto3/algebra/curves/detail/edwards/element_g2.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/edwards/g1.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/edwards/g2.hpp
+2 −1 include/nil/crypto3/algebra/curves/detail/h2c/h2c_expand.hpp
+1 −2 include/nil/crypto3/algebra/curves/detail/h2c/h2c_iso_map.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/jubjub/g1.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/mnt4/g1.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/mnt4/g2.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/mnt6/g1.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/mnt6/g2.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/pallas/g1.hpp
+0 −1 include/nil/crypto3/algebra/curves/detail/scalar_mul.hpp
+1 −1 include/nil/crypto3/algebra/curves/detail/secp_k1/g1.hpp
+0 −1 include/nil/crypto3/algebra/multiexp/multiexp.hpp
+0 −3 include/nil/crypto3/algebra/multiexp/policies.hpp
+1 −2 include/nil/crypto3/algebra/random_element.hpp
+0 −2 test/fields.cpp
+0 −6 test/fields_static.cpp
+0 −1 test/hash_to_curve.cpp
+0 −4 test/pairing.cpp
Loading