Skip to content

Commit 8d04ac3

Browse files
committed
musig-spec: remove unnecessary and inconsistent input paragraph
1 parent eafcd04 commit 8d04ac3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/musig-spec.mediawiki

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,12 +305,6 @@ Input:
305305
* Run ''PartialSigVerifyInternal(psig, pubnonce<sub>i</sub>, pk<sub>i</sub>, session_ctx)''
306306
* Return success iff no failure occurred before reaching this point.
307307
308-
Input:
309-
* The partial signature ''psig'': a 32-byte array
310-
* The public nonce of the signer ''pubnonce'': a 66-byte array
311-
* The public key of the signer ''pk<sup>*</sup>'' (in ''pk<sub>1..u</sub>'' of the session_ctx''): a 32-byte array
312-
* The ''session_ctx'': a [[#session-context|Session Context]] data structure
313-
314308
'''''PartialSigVerifyInternal(psig, pubnonce, pk<sup>*</sup>, session_ctx)''''':
315309
* Let ''(Q, gacc<sub>v</sub>, _, b, R, e) = GetSessionValues(session_ctx)''; fail if that fails
316310
* Let ''s = int(psig)''; fail if ''s &ge; n''

0 commit comments

Comments
 (0)