We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dc12c commit d43f08bCopy full SHA for d43f08b
src/generators.rs
@@ -91,9 +91,9 @@ pub struct BulletproofGens {
91
pub gens_capacity: usize,
92
/// Number of values or parties
93
pub party_capacity: usize,
94
- /// Per-bit generators for the bit values
+ /// Precomputed \\(\mathbf G\\) generators for each party.
95
G_vec: Vec<Vec<RistrettoPoint>>,
96
- /// Per-bit generators for the bit blinding factors
+ /// Precomputed \\(\mathbf H\\) generators for each party.
97
H_vec: Vec<Vec<RistrettoPoint>>,
98
}
99
0 commit comments