From 298489b42106dde5df02207ccb46fbf43ff77e8d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 14 Dec 2017 02:06:28 +0000 Subject: [PATCH] BOLT 7: mention Tor hidden service. (#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 Signed-off-by: Rusty Russell --- 07-routing-gossip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07-routing-gossip.md b/07-routing-gossip.md index 259a413..d7cc4ff 100644 --- a/07-routing-gossip.md +++ b/07-routing-gossip.md @@ -225,7 +225,7 @@ The following `address descriptor` types are defined: * `2`: ipv6. data = `[16:ipv6_addr][2:port]` (length 18) * `3`: tor v2 onion service. data = `[10:onion_addr][2:port]` (length 12) * Version 2 onion service addresses. Encodes an 80-bit truncated `SHA-1` hash - of a 1024-bit `RSA` public key for the onion service. + of a 1024-bit `RSA` public key for the onion service (a.k.a. Tor hidden service). * `4`: tor v3 onion service. data `[35:onion_addr][2:port]` (length 37) * Version 3 ([prop224](https://gitweb.torproject.org/torspec.git/tree/proposals/224-rend-spec-ng.txt)) onion service addresses. Encodes: `[32:32_byte_ed25519_pubkey] || [2:checksum] || [1:version]`.