Open
Description
Hi
We've been updating some of our tests to use a later version of the DockNetwork crypto proof_system, specifically this one, which we believe is from this commit.
Our range proof tests include a case in which the signed value is the maximum value in the required range. This test passed with earlier versions and now fails. A simple way to reproduce this is to change this line to:
.map(|_| Fr::from(max as u64))
so that all of the values are the maximum of the range specified for the test, and then run:
cargo test pok_of_bbs_plus_sig_and_bounded_message
which yields this failure:
---- pok_of_bbs_plus_sig_and_bounded_message stdout ----
...
Constraint trace requires enabling `ConstraintLayer`
thread 'pok_of_bbs_plus_sig_and_bounded_message' panicked at proof_system/tests/bound_check_legogroth16.rs:561:1:
called `Result::unwrap()` on an `Err` value: LegoGroth16Error(SynthesisError(Unsatisfiable))
Is this an intentional semantic change or a bug?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels