Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
claucece committed Sep 2, 2024
1 parent f619828 commit 003e498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acl/src/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ impl<A: ACLConfig> SigVerifProof<A> {
proof: &SigProof<A>,
tag_key: sw::Affine<A>,
sig_m: &SigSign<A>,
gens: &Vec<sw::Affine<A>>,
gens: &[sw::Affine<A>],
) -> bool {
// Equality proof of zeta = b_gamma
let rhs1 = (tag_key.mul(proof.pi1.a1)).into_affine();
Expand Down

0 comments on commit 003e498

Please sign in to comment.