This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit 9ebadaa2afd27a3fe0774ee4a214e5990c024c50 Author: Ian Jackson ijackson@chiark.greenend.org.uk AuthorDate: Thu Jan 19 14:23:56 2023 +0000
tor-spec: Change PK/SK to KP/KS in definition section --- tor-spec.txt | 4 ++-- 1 file 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.