Skip to content

Commit 6ae97a5

Browse files
committed
Fix minor typos
1 parent c1d108a commit 6ae97a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

04-Protocol-Security.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ encoding as defined in BIP 340.<sup>[3](#reference-3)</sup>.
4545
2. When sharing keys during the handshake, whether in plain text or encrypted,
4646
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
4747
pseudo-random bytesteam. This is useful because the protocol handshake starts with
48-
each side sending ther public key in plain text. Additionally the use of X-only
48+
each side sending their public key in plain text. Additionally the use of X-only
4949
ElligatorSwift ECDH removes the need to grind or negate private keys.
5050

5151
3. The Authority public key is base58-check encoded as described in 4.7.

10-Discussion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The proxy:
7070
...
7171

7272

73-
## 10.5. FAQ
73+
## 10.5 FAQ
7474

7575

7676
### 10.5.1 Why is the protocol binary?

0 commit comments

Comments
 (0)