Skip to content

Commit 298489b

Browse files
authored
BOLT 7: mention Tor hidden service. (lightning#316)
* BOLT 7: mention Tor hidden service. This is a common term to search for, rather than onion address (which is what Tor hidden services use). Reported-by: Alan Manuel K. Gloria <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
1 parent faee5ab commit 298489b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07-routing-gossip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ The following `address descriptor` types are defined:
225225
* `2`: ipv6. data = `[16:ipv6_addr][2:port]` (length 18)
226226
* `3`: tor v2 onion service. data = `[10:onion_addr][2:port]` (length 12)
227227
* Version 2 onion service addresses. Encodes an 80-bit truncated `SHA-1` hash
228-
of a 1024-bit `RSA` public key for the onion service.
228+
of a 1024-bit `RSA` public key for the onion service (a.k.a. Tor hidden service).
229229
* `4`: tor v3 onion service. data `[35:onion_addr][2:port]` (length 37)
230230
* Version 3 ([prop224](https://gitweb.torproject.org/torspec.git/tree/proposals/224-rend-spec-ng.txt))
231231
onion service addresses. Encodes: `[32:32_byte_ed25519_pubkey] || [2:checksum] || [1:version]`.

0 commit comments

Comments
 (0)