Skip to content

Commit a5b5909

Browse files
committed
Merge #163: Typo, add subscript i
44001ad Typo fix, add subscript i (Kalle Rosenbaum) Pull request description: ACKs for top commit: real-or-random: ACK 44001ad Tree-SHA512: a0d472e8708a467c471be033113bff9f3c6ab5990751173c6150452efdb403f1af8d61314e8358fa817a9a20cbeefd1c33154231a4d1d68ca09ced64dbb8d2b2
2 parents eb5e71b + 44001ad commit a5b5909

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)