This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit 025d4698375d774f4b8f0685a2956738cd4ae4e8 Author: Ian Jackson ijackson@chiark.greenend.org.uk AuthorDate: Wed Jan 18 16:00:51 2023 +0000
Rename onion keys back to K*_onion_ntor
As per review comments --- rend-spec-v3.txt | 2 +- tor-spec.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rend-spec-v3.txt b/rend-spec-v3.txt index 5f0ead1..278c1fa 100644 --- a/rend-spec-v3.txt +++ b/rend-spec-v3.txt @@ -629,7 +629,7 @@ Table of contents:
Public/private keypairs defined elsewhere:
- Onion key -- Short-term encryption keypair (KS_onion_ed, KP_onion_ed). + Onion key -- Short-term encryption keypair (KS_onion_ntor, KP_onion_ntor).
(Node) identity key (KP_relayid).
diff --git a/tor-spec.txt b/tor-spec.txt index 8179a9d..e407f3f 100644 --- a/tor-spec.txt +++ b/tor-spec.txt @@ -252,7 +252,7 @@ see tor-design.pdf. longer advertised. Because of this, relays MUST retain old keys for a while after they're rotated. (See "onion key lifetime parameters" in dir-spec.txt.) - KP_onion_ed, KS_onion_ed. + KP_onion_ntor, KS_onion_ntor.
These are Ed25519 keys: