From f753ef4ac6c3bfcb0ac7e9f0c47ab0240069f9f5 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 8 Aug 2004 18:59:17 +0000 Subject: [PATCH] Be slightly more specific about ASN1 svn:r2201 --- doc/tor-spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index 3b367a89f3..a435830cbd 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -173,9 +173,9 @@ TODO: (very soon) Onion skin [186 bytes] Public key hash [20 bytes] - The port and address field denote the IPV4 address and port of the - next onion router in the circuit; the public key hash is the SHA1 hash of - the ASN1 encoding of the next onion router's identity key. + The port and address field denote the IPV4 address and port of the next + onion router in the circuit; the public key hash is the SHA1 hash of the + PKCS#1 ASN1 encoding of the next onion router's identity (signing) key. [XXXX Before 0.0.8, EXTEND cells did not include the public key hash. Servers running 0.0.8 distinguish the old-style cells based on the -- 2.47.3