瀏覽代碼

switch to aes

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


svn:r366
Roger Dingledine 22 年之前
父節點
當前提交
f8d7cff6ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  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