We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb543cb commit b8c671cCopy full SHA for b8c671c
include/secp256k1_frost.h
@@ -195,7 +195,7 @@ SECP256K1_API int secp256k1_frost_share_parse(
195
* Returns: 0 if the arguments are invalid, 1 otherwise
196
* Args: ctx: pointer to a context object
197
* Out: shares: pointer to the key shares
198
- * vss_commitment: pointer to the VSS commitment
+ * vss_commitment: output array of the elements of the VSS commitment
199
* In: seed32: 32-byte random seed as explained above. Must be
200
* unique to this call to secp256k1_frost_shares_gen
201
* and must be uniformly random.
0 commit comments