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
Using pedersen_commitment in compute_note_hiding_point(...) func results in prover test failing with Sumcheck verification failed.
To reproduce this error look for TODO(#7738) in the codebase and nuke the manually implemented function such that the one from macros gets used. Then the prover tests should fail again.
Look for pedersen_commitment in note_interface.rs file to see where the problematic func gets generated.
The text was updated successfully, but these errors were encountered:
Using pedersen_commitment in
compute_note_hiding_point(...)
func results in prover test failing withSumcheck verification failed
.To reproduce this error look for TODO(#7738) in the codebase and nuke the manually implemented function such that the one from macros gets used. Then the prover tests should fail again.
Look for
pedersen_commitment
innote_interface.rs
file to see where the problematic func gets generated.The text was updated successfully, but these errors were encountered: