[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] switch to aes
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
or.h
Log Message:
switch to aes
nick: is this all there is to it? :)
Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- or.h 5 Jul 2003 07:10:34 -0000 1.98
+++ or.h 8 Jul 2003 08:38:24 -0000 1.99
@@ -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