Skip to content

Commit d43f08b

Browse files
committed
Update doc comment
1 parent 11dc12c commit d43f08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generators.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ pub struct BulletproofGens {
9191
pub gens_capacity: usize,
9292
/// Number of values or parties
9393
pub party_capacity: usize,
94-
/// Per-bit generators for the bit values
94+
/// Precomputed \\(\mathbf G\\) generators for each party.
9595
G_vec: Vec<Vec<RistrettoPoint>>,
96-
/// Per-bit generators for the bit blinding factors
96+
/// Precomputed \\(\mathbf H\\) generators for each party.
9797
H_vec: Vec<Vec<RistrettoPoint>>,
9898
}
9999

0 commit comments

Comments
 (0)