Skip to content

Commit

Permalink
Update 19.md
Browse files Browse the repository at this point in the history
Co-authored-by: lollerfirst <43107113+lollerfirst@users.noreply.github.com>
  • Loading branch information
thesimplekid and lollerfirst authored Nov 14, 2024
1 parent 7b3cd18 commit 8144ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 19.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Here, `||` denotes string concatenation. The `B_` of each output is **a hex stri

#### Signature scheme

To mint a quote where a public key was provided, the minter needs to include signatures in the `PostMintBolt11Request`. We use `libsecp256k1`'s serialized 64-byte Schnorr signatures on the SHA256 hash of the message to sign as defined above.
To mint a quote where a public key was provided, the minter needs to include signatures in the `PostMintBolt11Request`. We use a [BIP340](https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki) signature on the SHA-256 hash of the message to sign as defined above.

# Minting tokens

Expand Down

0 comments on commit 8144ac8

Please sign in to comment.