1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-05-04 16:41:51 +00:00

Merge pull request #1901 from crStiv/typo

BIP77: fix links to Client/Directory interactions
This commit is contained in:
Jon Atack
2025-07-21 13:11:08 -07:00
committed by GitHub

View File

@@ -314,7 +314,7 @@ PjV2MsgA Byte Representation (7168 bytes total)
The resulting HPKE payload is the body of a POST request to the The resulting HPKE payload is the body of a POST request to the
receiver's mailbox. This request is then [ receiver's mailbox. This request is then [
encapsulated](#client-directory-interactions) according to encapsulated](#clientdirectory-interactions) according to
Oblivious HTTP to the directory's OHTTP Gateway. OHTTP serializes the Oblivious HTTP to the directory's OHTTP Gateway. OHTTP serializes the
inner request as BHTTP, and provides another layer of HPKE encryption, inner request as BHTTP, and provides another layer of HPKE encryption,
between the client and directory. between the client and directory.
@@ -397,7 +397,7 @@ PjV2MsgB Byte Representation (7168 bytes total)
The receiver makes the resulting HPKE payload the body of a POST request to the The receiver makes the resulting HPKE payload the body of a POST request to the
sender's mailbox whose Short ID is derived from the sender's reply key. This request is then [ sender's mailbox whose Short ID is derived from the sender's reply key. This request is then [
encapsulated](#client-directory-interactions) according to encapsulated](#clientdirectory-interactions) according to
Oblivious HTTP to the directory's OHTTP Gateway. OHTTP serializes the Oblivious HTTP to the directory's OHTTP Gateway. OHTTP serializes the
inner request as BHTTP, and provides another layer of HPKE encryption, inner request as BHTTP, and provides another layer of HPKE encryption,
between the client and directory. between the client and directory.