aboutsummaryrefslogtreecommitdiff
path: root/proposals/228-cross-certification-onionkeys.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-08-12 14:39:43 -0400
committerNick Mathewson <nickm@torproject.org>2015-08-12 14:48:14 -0400
commit5a79d67a45454ab5b7413478702acb93dfa867e2 (patch)
tree3e61f117a656208e2ab20121d629fa25168959cd /proposals/228-cross-certification-onionkeys.txt
parent8307e968817e4178941c7647ef4ce6df5bb0c76b (diff)
downloadtorspec-5a79d67a45454ab5b7413478702acb93dfa867e2.tar.gz
torspec-5a79d67a45454ab5b7413478702acb93dfa867e2.zip
Start writing/copying/adding a bunch of stuff about ed25519 keys
Diffstat (limited to 'proposals/228-cross-certification-onionkeys.txt')
-rw-r--r--proposals/228-cross-certification-onionkeys.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposals/228-cross-certification-onionkeys.txt b/proposals/228-cross-certification-onionkeys.txt
index b3b401c..09ec33b 100644
--- a/proposals/228-cross-certification-onionkeys.txt
+++ b/proposals/228-cross-certification-onionkeys.txt
@@ -132,7 +132,7 @@ A. Converting a curve25519 public key to an ed25519 public key
y = (u-1)/(u+1)
- and then we can apply the usual ed25519 point decomporession
+ and then we can apply the usual ed25519 point decompression
algorithm to find the x coordinate of the ed25519 point to check
signatures with.