root@ubuntu-aleksaopacic-devserver:~/zkllvm-template# cmake -G "Unix Makefiles" -B ${ZKLLVM_BUILD:-build} -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang-zkllvm . CMake Warning (dev) in CMakeLists.txt: No project() command is present. The top-level CMakeLists.txt file must contain a literal, direct call to the project() command. Add a line of code such as project(ProjectName) near the top of the file, but after cmake_minimum_required(). CMake is pretending there is a "project(Project)" command on the first line. This warning is for project developers. Use -Wno-dev to suppress it. -- Found Boost: /usr/local/lib/cmake/Boost-1.76.0/BoostConfig.cmake (found version "1.76.0") found components: container random system unit_test_framework CMake Deprecation Warning at libs/crypto3/libs/containers/CMakeLists.txt:32 (cmake_policy): The OLD behavior for policy CMP0079 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- Found Boost: /usr/local/lib/cmake/Boost-1.76.0/BoostConfig.cmake (found version "1.76.0") -- Could NOT find TomMath (missing: TomMath_LIBRARY TomMath_INCLUDE_DIRS) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done -- Generating done -- Build files have been written to: /root/zkllvm-template/build root@ubuntu-aleksaopacic-devserver:~/zkllvm-template# make -C ${ZKLLVM_BUILD:-build} template make: Entering directory '/root/zkllvm-template/build' make[1]: Entering directory '/root/zkllvm-template/build' make[2]: Entering directory '/root/zkllvm-template/build' make[3]: Entering directory '/root/zkllvm-template/build' make[3]: Leaving directory '/root/zkllvm-template/build' make[3]: Entering directory '/root/zkllvm-template/build' make[3]: Leaving directory '/root/zkllvm-template/build' Built target template_no_stdlib_main.cpp_ll make[3]: Entering directory '/root/zkllvm-template/build' make[3]: Leaving directory '/root/zkllvm-template/build' Built target template_no_stdlib_compile_sources make[3]: Entering directory '/root/zkllvm-template/build' make[3]: Leaving directory '/root/zkllvm-template/build' make[3]: Entering directory '/root/zkllvm-template/build' make[3]: Leaving directory '/root/zkllvm-template/build' Built target template_no_stdlib make[3]: Entering directory '/root/zkllvm-template/build' make[3]: Leaving directory '/root/zkllvm-template/build' make[3]: Entering directory '/root/zkllvm-template/build' make[3]: Leaving directory '/root/zkllvm-template/build' Built target template make[2]: Leaving directory '/root/zkllvm-template/build' make[1]: Leaving directory '/root/zkllvm-template/build' make: Leaving directory '/root/zkllvm-template/build' root@ubuntu-aleksaopacic-devserver:~/zkllvm-template# assigner -b build/src/template.ll \ -i src/public-input.json \ -p src/private-input.json \ --circuit template.crct \ --assignment-table template.tbl \ -e pallas root@ubuntu-aleksaopacic-devserver:~/zkllvm-template# proof-generator-single-threaded \ --circuit="template.crct" \ --assignment-table="template.tbl" \ --proof="proof.bin" [2024-03-05 09:10:40.772306] [0x00007f6c5f8f1740] [info] Preprocessing public data [2024-03-05 09:10:40.795644] [0x00007f6c5f8f1740] [info] Preprocessing private data [2024-03-05 09:10:40.795697] [0x00007f6c5f8f1740] [info] Generating proof... [2024-03-05 09:10:40.897881] [0x00007f6c5f8f1740] [info] Proof generated [2024-03-05 09:10:40.897916] [0x00007f6c5f8f1740] [info] Verifying proof... [2024-03-05 09:10:40.953345] [0x00007f6c5f8f1740] [info] Proof is verified [2024-03-05 09:10:40.953376] [0x00007f6c5f8f1740] [info] Writing proof to "proof.bin" [2024-03-05 09:10:40.961821] [0x00007f6c5f8f1740] [info] Proof written [2024-03-05 09:10:40.961892] [0x00007f6c5f8f1740] [info] Writing preprocessed common data to file... [2024-03-05 09:10:40.962043] [0x00007f6c5f8f1740] [info] Preprocessed common data written