[tor-commits] [torspec] branch main updated: fix typo in ADD_ONION V3Key definition (ed25519 -> x25519)

gitolite role git at cupani.torproject.org
Thu Apr 28 23:01:26 UTC 2022


This is an automated email from the git hooks/post-receive script.

nickm pushed a commit to branch main
in repository torspec.

The following commit(s) were added to refs/heads/main by this push:
     new 7be12aa  fix typo in ADD_ONION V3Key definition (ed25519 -> x25519)
7be12aa is described below

commit 7be12aacebc11200c477b2f697e2c1c24bc6bb89
Author: Richard Pospesel <richard at torproject.org>
AuthorDate: Tue Apr 26 16:18:50 2022 +0000

    fix typo in ADD_ONION V3Key definition (ed25519 -> x25519)
    
    resolves #116
---
 control-spec.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/control-spec.txt b/control-spec.txt
index af0368a..9295580 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -1805,7 +1805,7 @@ Table of Contents
     ClientBlob = Authorization data for the client, in an opaque format
                  specific to the authorization method (v2 only).
 
-    V3Key = The client's base32-encoded ed25519 public key, using only the key
+    V3Key = The client's base32-encoded x25519 public key, using only the key
             part of rend-spec-v3.txt section G.1.2 (v3 only).
 
   The server reply format is:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list