File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,8 @@ SECP256K1_API secp256k1_bulletproofs_generators* secp256k1_bulletproofs_generato
46
46
* Args: ctx: pointer to a context object
47
47
* gen: pointer to the generator set to be serialized
48
48
* Out: data: pointer to buffer into which the generators will be serialized
49
- * In/Out: data_len: the length of the `data` buffer. Should be initially set to at
50
- * least 33 times the number of generators plus one(33 * (num_gens + 1));
51
- * will be ser to 33 times the number of generators plus one
52
- * on successful return
49
+ * In/Out: data_len: the length of the `data` buffer. Should be at least
50
+ * k = 33 * num_gens. Will be set to k on successful return
53
51
*
54
52
* TODO: For ease of review, this setting G = H0 is not included in this commit. We will
55
53
* add it in a separate commit.
You can’t perform that action at this time.
0 commit comments