Przeglądaj źródła

switch to aes

nick: is this all there is to it? :)


svn:r366
Roger Dingledine 21 lat temu
rodzic
commit
f8d7cff6ea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/or/or.h

+ 1 - 1
src/or/or.h

@@ -125,7 +125,7 @@
 #define RELAY_STATE_RESOLVING
 
 /* default cipher function */
-#define DEFAULT_CIPHER CRYPTO_CIPHER_3DES
+#define DEFAULT_CIPHER CRYPTO_CIPHER_AES_CTR
 
 #define CELL_DIRECTION_IN 1
 #define CELL_DIRECTION_OUT 2