Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistency with evm verifier fixed #14

Merged
merged 3 commits into from
Nov 15, 2023
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
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,3 @@
[submodule "libs/application"]
path = libs/application
url = ../../NilFoundation/application.git
[submodule "libs/blueprint"]
path = libs/blueprint
url = ../../NilFoundation/zkllvm-blueprint.git
[submodule "libs/transpiler"]
path = libs/transpiler
url = ../../NilFoundation/zkllvm-transpiler.git
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,3 @@ add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/libs/crypto3")
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/libs/module")
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/libs/plugin")
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/libs/application")

add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/libs/blueprint")
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/libs/transpiler")
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
3 changes: 0 additions & 3 deletions bin/proof-generator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ target_link_libraries(${CURRENT_PROJECT_NAME}
crypto3::random
crypto3::zk

crypto3::blueprint
crypto3::transpiler

marshalling::core
marshalling::crypto3_algebra
marshalling::crypto3_multiprecision
Expand Down
7 changes: 1 addition & 6 deletions bin/proof-generator/include/nil/proof-generator/prover.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@
#include <nil/marshalling/field_type.hpp>
#include <nil/marshalling/endianness.hpp>

#include <nil/blueprint/basic_non_native_policy.hpp>
#include <nil/blueprint/utils/satisfiability_check.hpp>

#include <nil/blueprint/transpiler/table_profiling.hpp>

#include <nil/proof-generator/detail/utils.hpp>


Expand Down Expand Up @@ -202,7 +197,7 @@ namespace nil {
table_description.rows_amount = assignment_table.rows_amount();
}

const std::size_t Lambda = 2;
const std::size_t Lambda = 9;
using Hash = nil::crypto3::hashes::keccak_1600<256>;
using circuit_params = nil::crypto3::zk::snark::placeholder_circuit_params<
BlueprintFieldType, ArithmetizationParams
Expand Down
1 change: 0 additions & 1 deletion libs/blueprint
Submodule blueprint deleted from 41cb11
1 change: 0 additions & 1 deletion libs/transpiler
Submodule transpiler deleted from a912c3