aboutsummaryrefslogtreecommitdiff
path: root/tor-spec.txt
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-01-19 14:24:17 +0000
committerDavid Goulet <dgoulet@torproject.org>2023-01-19 10:20:45 -0500
commitdc4b593ce594440de8838898daff71c68a7c68fd (patch)
treee90dc47312a8eee47c69c31e396e375a6fec53e4 /tor-spec.txt
parent9ebadaa2afd27a3fe0774ee4a214e5990c024c50 (diff)
downloadtorspec-dc4b593ce594440de8838898daff71c68a7c68fd.tar.gz
torspec-dc4b593ce594440de8838898daff71c68a7c68fd.zip
tor-spec: Clarifiy KP/KS in definition section
Diffstat (limited to 'tor-spec.txt')
-rw-r--r--tor-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor-spec.txt b/tor-spec.txt
index 7db1cb2..cd95d79 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -94,8 +94,8 @@ see tor-design.pdf.
0.1. Notation and encoding
- KP -- a public key.
- KS -- a private key.
+ KP -- a public key for an asymmetric cipher.
+ KS -- a private key for an asymmetric cipher.
K -- a key for a symmetric cipher.
N -- a "nonce", a random value, usually deterministically chosen
from other inputs using hashing.