Skip to content

Commit

Permalink
Remove extra comment
Browse files Browse the repository at this point in the history
Signed-off-by: Kirk Baird <baird.k@outlook.com>
  • Loading branch information
kirk-baird committed Jan 9, 2020
1 parent 67cfdcf commit 7eaf18a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aggregates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ impl AggregateSignature {
I: Iterator<Item = (G2Point, Vec<G1Point>, Vec<Vec<u8>>, u64)>,
{
let mut final_agg_sig = GroupG2::new(); // Aggregates AggregateSignature
//let mut rhs_pairs: Vec<AtePair> = vec![]; // e(H(1,1), P(1,1)), e(H(1,2), P(1,2)), ..., e(H(n,m), P(n,m))

// Stores current value of pairings
let mut r = pair::initmp();
Expand Down

0 comments on commit 7eaf18a

Please sign in to comment.