Explorar o código

switch to aes

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


svn:r366
Roger Dingledine %!s(int64=22) %!d(string=hai) anos
pai
achega
f8d7cff6ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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