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
Add support for a context value for the range proof. Then when calling it during show, pass the challenge from the DLEQ proof we create in show_groth16 (the challenge is in the struct ShowProof.show_groth16.pok_inputs.c). This may not be strictly necessary, but it seems prudent to bind the range proof to the rest of the show proof.
Add support for a context value for the range proof. Then when calling it during show, pass the challenge from the DLEQ proof we create in
show_groth16
(the challenge is in the structShowProof.show_groth16.pok_inputs.c
). This may not be strictly necessary, but it seems prudent to bind the range proof to the rest of the show proof.crescent-credentials/creds/src/rangeproof.rs
Line 419 in 8e901b0
crescent-credentials/creds/src/rangeproof.rs
Line 233 in 8e901b0
The text was updated successfully, but these errors were encountered: