aboutsummaryrefslogtreecommitdiff
path: root/proposals/248-removing-rsa-identities.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-16 10:20:46 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-16 10:20:46 -0400
commit7ba3a0cbc74b11d962d181ab06f688c0ce31fad7 (patch)
tree8d26d70e07f61cc0f59bc171500c9bd50ad6d09b /proposals/248-removing-rsa-identities.txt
parent85f00718f1b6da4089bede0fe1388abdec42b7ea (diff)
downloadtorspec-7ba3a0cbc74b11d962d181ab06f688c0ce31fad7.tar.gz
torspec-7ba3a0cbc74b11d962d181ab06f688c0ce31fad7.zip
Fixes from teor
Diffstat (limited to 'proposals/248-removing-rsa-identities.txt')
-rw-r--r--proposals/248-removing-rsa-identities.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/proposals/248-removing-rsa-identities.txt b/proposals/248-removing-rsa-identities.txt
index 56b7ffc..81bad3f 100644
--- a/proposals/248-removing-rsa-identities.txt
+++ b/proposals/248-removing-rsa-identities.txt
@@ -67,7 +67,7 @@ Status: Draft
relays by their Ed identity alone.
For backward compatibility, we should consider a default that refers
- to referring to Ed25519 relays by the first 160 bits of their key.
+ to Ed25519 relays by the first 160 bits of their key.
This would allow many controller-based tools to work transparently
with the new key types.
@@ -75,8 +75,8 @@ Status: Draft
This is the big one. We need a relatively comprehensive list of
tools we can break with the above changes. Anything that refers to
- relays by SHA1(RSA1024_id) will need to be able to remember and use
- an Ed25519 key instead.
+ relays by SHA1(RSA1024_id) will need to be able to receive, store,
+ and use an Ed25519 key instead.
5. Testing