aboutsummaryrefslogtreecommitdiff
path: root/tor-spec.txt
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-01-19 14:23:56 +0000
committerDavid Goulet <dgoulet@torproject.org>2023-01-19 10:20:45 -0500
commit9ebadaa2afd27a3fe0774ee4a214e5990c024c50 (patch)
tree71b162a557b0ca4fd0eb0ddbc05e92b0b3737123 /tor-spec.txt
parent025d4698375d774f4b8f0685a2956738cd4ae4e8 (diff)
downloadtorspec-9ebadaa2afd27a3fe0774ee4a214e5990c024c50.tar.gz
torspec-9ebadaa2afd27a3fe0774ee4a214e5990c024c50.zip
tor-spec: Change PK/SK to 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 e407f3f..7db1cb2 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -94,8 +94,8 @@ see tor-design.pdf.
0.1. Notation and encoding
- PK -- a public key.
- SK -- a private key.
+ KP -- a public key.
+ KS -- a private key.
K -- a key for a symmetric cipher.
N -- a "nonce", a random value, usually deterministically chosen
from other inputs using hashing.