NilFoundation / zkLLVM

Zero-Knowledge Proof Systems Circuit Compiler
https://docs.nil.foundation/zkllvm
273 stars 44 forks source link

[bug] re-enable tests, that stopped working afte crypto3 update #618

Open AndreyMlashkin opened 3 days ago

AndreyMlashkin commented 3 days ago

Describe the bug The following tests were disabled after crypto3 update: uint_shift_left uint_bit_decomposition uint_bit_composition

To Reproduce call: nix develop .?submodules=1# -c cmake -G Ninja -B build -DCMAKE_CXX_STANDARD=17 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_ENABLE_TESTS=TRUE -DGENERATE_EVM_VERIFIER=TRUE -DZKLLVM_VERSION=0.1.18 nix develop -c ninja -C build uint_shift_left uint_bit_decomposition uint_bit_composition