Преглед на файлове

Changes file for 15055 branch.

Nick Mathewson преди 7 години
родител
ревизия
53656381df
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      changes/feature15055

+ 6 - 0
changes/feature15055

@@ -0,0 +1,6 @@
+  o Major features (protocol, Ed25519):
+    - Tor relays now use Ed25519 to prove their Ed25519 identities and
+      Ed25519 to one another, and to clients. This algorithm is faster
+      and more secure than the RSA-based handshake we've been doing until
+      now. Implements the second big part of proposal 220; Closes ticket
+      15055.