Skip to content

Commit

Permalink
Merge pull request #68 from jrakibi/address-boss-students-feedback
Browse files Browse the repository at this point in the history
fix musig equation UI
  • Loading branch information
jrakibi authored Feb 4, 2025
2 parents 850a516 + 2c502d1 commit aedb871
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions decoding/musig.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,8 @@ Where:

The final aggregate signature is:

<code>
(R<span className="text-xs align-sub">agg</span>, s
<span className="text-xs align-sub">agg</span>)
</code>
**(R<span className="text-xs align-sub">agg</span>, s
<span className="text-xs align-sub">agg</span>)**

This pair can be verified using <code>P<span className="text-xs align-sub">agg</span></code> and the message `m`.

Expand Down
2 changes: 2 additions & 0 deletions decoding/network-propagation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ order: 308
icon: "FaClipboardList"
images: ["/bitcoin-topics/static/images/topics/thumbnails/musig-thumbnail.webp"]
---

(Coming Soon)
2 changes: 1 addition & 1 deletion decoding/technical-foundation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ children:
- compact-size
---

(coming soon)
(coming soon)

0 comments on commit aedb871

Please sign in to comment.