Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: lovesh <[email protected]>
  • Loading branch information
lovesh committed Sep 7, 2023
1 parent 9657071 commit de8eb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbs_plus/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ impl<E: Pairing> SignatureParams23G1<E> {
affine_group_element_from_byte_slices!(label, b" : g2"),
{
let mut h: Vec<_> = n_projective_group_elements::<E::G1Affine, D>(
1+message_count,
1 + message_count,
&concat_slices!(label, b" : h_"),
)
.collect();
Expand Down

0 comments on commit de8eb14

Please sign in to comment.