Skip to content

Commit

Permalink
Fix test
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 e77a7b8 commit 32b58bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proof_system/tests/ps_signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,7 @@ fn requesting_partially_blind_ps_sig() {
.copied()
.zip(blinding_m_pairs.as_ref().left()),
&public_key,
&h
)
.unwrap();
sig.verify(&msgs, &public_key, &sig_params).unwrap();
Expand Down

0 comments on commit 32b58bd

Please sign in to comment.