ebfull

Results 43 issues of ebfull

tests wanted
to bellman repo

The tests for `u64_into_boolean_vec_le` and `field_into_boolean_vec_le`/`field_into_allocated_bits_le` are terrible.

tests wanted
to bellman repo

These would test group hash invoked with various personalizations, using vectors obtained from Python/Sagemath.

tests wanted
to librustzcash repo

These would test pedersen_hash using vectors obtained from Python/Sagemath.

tests wanted
to librustzcash repo

This is done in `AllocatedNum` and `EdwardsPoint`.

tests wanted
to bellman repo
to librustzcash repo

This has little surface area but still needs to be tested, e.g., `add_bool_with_coeff`.

tests wanted
to bellman repo

These are used outside the circuit a lot, but it seems they would be very handy inside the circuit. Then, you could have a "compress" method defined only for prime...

code improvement
to librustzcash repo

`Spend` circuit can have "dummy" inputs that bypass the authentication path check, let's test that these constraints work correctly.

tests wanted
to librustzcash repo