Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: lovesh <[email protected]>
  • Loading branch information
lovesh committed May 15, 2024
1 parent 32b58bd commit c985419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proof_system/tests/ps_signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ fn requesting_partially_blind_ps_sig() {
.copied()
.zip(blinding_m_pairs.as_ref().left()),
&public_key,
&h
&h,
)
.unwrap();
sig.verify(&msgs, &public_key, &sig_params).unwrap();
Expand Down

0 comments on commit c985419

Please sign in to comment.