From 7be12aacebc11200c477b2f697e2c1c24bc6bb89 Mon Sep 17 00:00:00 2001 From: Richard Pospesel Date: Tue, 26 Apr 2022 16:18:50 +0000 Subject: 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: -- cgit v1.2.3-54-g00ecf