You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your contribution! This function is very useful to me.
But i met Segmentation fault, when I set block space as 8.
Below is the error message. Error: Command failed: circom --wasm --sym --r1cs --output /tmp/circom_-15849-4lBfKEKyj3rZ /home/user/tmp/sha256-var-circom/circuits/sha256VarSpace8_test.circom thread 'main' panicked at 'index out of bounds: the len is 55587651 but the index is 10037632455167976532', constraint_list/src/constraint_simplification.rs:80:24 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace Segmentation fault (core dumped)
Have you ever encountered a problem like this?
The text was updated successfully, but these errors were encountered:
Thanks for your contribution! This function is very useful to me.
But i met
Segmentation fault
, when I set block space as8
.Below is the error message.
Error: Command failed: circom --wasm --sym --r1cs --output /tmp/circom_-15849-4lBfKEKyj3rZ /home/user/tmp/sha256-var-circom/circuits/sha256VarSpace8_test.circom thread 'main' panicked at 'index out of bounds: the len is 55587651 but the index is 10037632455167976532', constraint_list/src/constraint_simplification.rs:80:24 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace Segmentation fault (core dumped)
Have you ever encountered a problem like this?
The text was updated successfully, but these errors were encountered: