Skip to content

Commit

Permalink
Merge pull request #91 from itornaza/ion-1
Browse files Browse the repository at this point in the history
Fix minor typos
  • Loading branch information
Fi3 authored Jun 19, 2024
2 parents 1491d3c + 6ae97a5 commit 0f3655a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 04-Protocol-Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ encoding as defined in BIP 340.<sup>[3](#reference-3)</sup>.
2. When sharing keys during the handshake, whether in plain text or encrypted,
we use the 64 byte ElligatorSwift x-only encoding as defined in BIP324<sup>[7](#reference-7)</sup> under "ElligatorSwift encoding of curve X coordinates". This encoding uses 64-bytes instead of 32-bytes in order to produce a
pseudo-random bytesteam. This is useful because the protocol handshake starts with
each side sending ther public key in plain text. Additionally the use of X-only
each side sending their public key in plain text. Additionally the use of X-only
ElligatorSwift ECDH removes the need to grind or negate private keys.

3. The Authority public key is base58-check encoded as described in 4.7.
Expand Down
2 changes: 1 addition & 1 deletion 10-Discussion.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The proxy:
...


## 10.5. FAQ
## 10.5 FAQ


### 10.5.1 Why is the protocol binary?
Expand Down

0 comments on commit 0f3655a

Please sign in to comment.