Skip to content

Commit 6ef71b3

Browse files
committed
BIP155: Small text improvements
1 parent 562f1d7 commit 6ef71b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bip-0155.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The reference implementation is available at (to be done)
152152

153153
==Appendix A: Tor v2 address encoding==
154154

155-
The new message introduces a separate network ID for <code>TORV2</code>.
155+
The new message introduces a separate network ID for <code>TORV2</code>.
156156

157157
Clients MUST send Tor hidden service addresses with this network ID, with the 80-bit hidden service ID in the address field. This is the same as the representation in the legacy <code>addr</code> message, minus the 6 byte prefix of the OnionCat wrapping.
158158

@@ -166,8 +166,8 @@ onion_address = base32(PUBKEY | CHECKSUM | VERSION) + ".onion"
166166
CHECKSUM = H(".onion checksum" | PUBKEY | VERSION)[:2]
167167

168168
where:
169-
- PUBKEY is the 32 bytes ed25519 master pubkey of the hidden service.
170-
- VERSION is an one byte version field (default value '\x03')
169+
- PUBKEY is the 32 bytes ed25519 master pubkey of the hidden service
170+
- VERSION is a one byte version field (default value '\x03')
171171
- ".onion checksum" is a constant string
172172
- CHECKSUM is truncated to two bytes before inserting it in onion_address
173173
- H() is the SHA3-256 cryptographic hash function

0 commit comments

Comments
 (0)