Skip to content

Commit

Permalink
Typo fix, add subscript i
Browse files Browse the repository at this point in the history
  • Loading branch information
kallerosenbaum authored Jan 15, 2022
1 parent eb5e71b commit 44001ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/musig/musig-spec.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The algorithm ''IsSecond(pk<sub>1..u</sub>, i)'' is defined as:
The algorithm ''KeyAggCoeff(pk<sub>1..u</sub>, i)'' is defined as:
* Let ''L = HashKeys(pk<sub>1..u</sub>)''.
* Return 1 if ''IsSecond(pk<sub>1..u</sub>, i)'', otherwise return ''int(hash<sub>KeyAgg coefficient</sub>(L || pk) mod n''.
* 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''.
== Applications ==

Expand Down

0 comments on commit 44001ad

Please sign in to comment.