Skip to content

Commit b8c671c

Browse files
Improve documentation
Co-authored-by: Sebastian Falbesoner <[email protected]>
1 parent eb543cb commit b8c671c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/secp256k1_frost.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ SECP256K1_API int secp256k1_frost_share_parse(
195195
* Returns: 0 if the arguments are invalid, 1 otherwise
196196
* Args: ctx: pointer to a context object
197197
* Out: shares: pointer to the key shares
198-
* vss_commitment: pointer to the VSS commitment
198+
* vss_commitment: output array of the elements of the VSS commitment
199199
* In: seed32: 32-byte random seed as explained above. Must be
200200
* unique to this call to secp256k1_frost_shares_gen
201201
* and must be uniformly random.

0 commit comments

Comments
 (0)