Skip to content

Commit 604da5e

Browse files
akokoshnnkaskov
authored andcommitted
Enable lookup
1 parent a8f5fce commit 604da5e

File tree

7 files changed

+131
-100
lines changed

7 files changed

+131
-100
lines changed

bin/assigner/src/main.cpp

Lines changed: 122 additions & 91 deletions
Large diffs are not rendered by default.

bin/transpiler/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ int main(int argc, char *argv[]) {
253253
using BlueprintFieldType = typename curve_type::base_field_type;
254254
constexpr std::size_t WitnessColumns = 15;
255255
constexpr std::size_t PublicInputColumns = 1;
256-
constexpr std::size_t ConstantColumns = 5;
256+
constexpr std::size_t ConstantColumns = 30;
257257
constexpr std::size_t SelectorColumns = 35;
258258

259259
using ArithmetizationParams =

examples/cpp/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ add_example_with_proving(arithmetics_cpp_example SOURCES arithmetics.cpp INPUT a
7878
add_example_with_proving(integer_arithmetics_cpp_example SOURCES integer_arithmetics.cpp INPUT integer_arithmetics.inp)
7979
add_example_with_proving(poseidon_cpp_example SOURCES poseidon.cpp INPUT poseidon.inp)
8080
add_example_with_proving(merkle_tree_poseidon_cpp_example SOURCES merkle_tree_poseidon.cpp INPUT merkle_tree_poseidon.inp)
81-
add_example_with_proving(merkle_tree_sha2_256_cpp_example SOURCES merkle_tree_sha2_256.cpp INPUT merkle_tree_sha2_256.inp)
82-
add_example_with_proving(validate_merkle_path_sha2_256_cpp_example SOURCES validate_merkle_path_sha2_256.cpp INPUT validate_merkle_path_sha2_256.inp)
83-
add_example_with_proving(sha256_cpp_example SOURCES sha2_256.cpp INPUT sha2_256.inp)
81+
#add_example_with_proving(merkle_tree_sha2_256_cpp_example SOURCES merkle_tree_sha2_256.cpp INPUT merkle_tree_sha2_256.inp)
82+
add_example_without_proving(validate_merkle_path_sha2_256_cpp_example SOURCES validate_merkle_path_sha2_256.cpp INPUT validate_merkle_path_sha2_256.inp)
83+
add_example_without_proving(sha256_cpp_example SOURCES sha2_256.cpp INPUT sha2_256.inp)
8484
add_example_with_proving(balance_cpp_example SOURCES balance.cpp INPUT balance.inp)
8585
add_example_with_proving(memory_cpp_example SOURCES memory.cpp INPUT memory.inp)
8686
add_example_with_proving(polynomial_cpp_example SOURCES polynomial.cpp INPUT polynomial.inp COMPILER_OPTIONS -std=c++20)

examples/rust/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ add_rust_example(arithmetics_arkworks_rust_example EXAMPLE_NAME arithmetics_arkw
4141
add_rust_example(ed25519_curve_add_rust_example EXAMPLE_NAME ed25519_curve_add INPUT ed25519_curve_add.inp)
4242
add_rust_example(eddsa_signature_verification_rust_example EXAMPLE_NAME eddsa_signature_verification INPUT eddsa_signature_verification_rust.inp)
4343
add_rust_example(eddsa_signature_verification_builtins_rust_example EXAMPLE_NAME eddsa_signature_verification_builtins INPUT eddsa_signature_verification_rust.inp)
44-
add_rust_example(merkle_tree_sha2_256_rust_example EXAMPLE_NAME merkle_tree_sha2_256 INPUT merkle_tree_sha2_256_rust.inp)
45-
add_rust_example(sha2_256_rust_example EXAMPLE_NAME sha2_256 INPUT sha2_256_rust.inp)
44+
#add_rust_example(merkle_tree_sha2_256_rust_example EXAMPLE_NAME merkle_tree_sha2_256 INPUT merkle_tree_sha2_256_rust.inp)
45+
#add_rust_example(sha2_256_rust_example EXAMPLE_NAME sha2_256 INPUT sha2_256_rust.inp)
4646
add_rust_example(sha2_512_rust_example EXAMPLE_NAME sha2_512 INPUT sha2_512_rust.inp)

libs/blueprint

Submodule blueprint updated 47 files

libs/crypto3

Submodule crypto3 updated 1 file

0 commit comments

Comments
 (0)