Skip to content

Commit 44001ad

Browse files
Typo fix, add subscript i
1 parent eb5e71b commit 44001ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/musig/musig-spec.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The algorithm ''IsSecond(pk<sub>1..u</sub>, i)'' is defined as:
8989
9090
The algorithm ''KeyAggCoeff(pk<sub>1..u</sub>, i)'' is defined as:
9191
* Let ''L = HashKeys(pk<sub>1..u</sub>)''.
92-
* Return 1 if ''IsSecond(pk<sub>1..u</sub>, i)'', otherwise return ''int(hash<sub>KeyAgg coefficient</sub>(L || pk) mod n''.
92+
* Return 1 if ''IsSecond(pk<sub>1..u</sub>, i)'', otherwise return ''int(hash<sub>KeyAgg coefficient</sub>(L || pk<sub>i</sub>) mod n''.
9393
9494
== Applications ==
9595

0 commit comments

Comments
 (0)