X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=rc4.h;h=d2c6de7904a6d7fbb2814e4aee85949ffc3f5323;hb=15714678f57f0e8931a70d64dca43c31e693bb61;hp=c290b48c81d3ed892f07c4eb7a896bf1275d057c;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623;p=paraslash.git diff --git a/rc4.h b/rc4.h index c290b48c..d2c6de79 100644 --- a/rc4.h +++ b/rc4.h @@ -1 +1,4 @@ -#define RC4_KEY_LEN 16 +/** \file rc4.h common symbols of command.c and client_common.c */ + +/** Number of bytes of the session key. */ +#define SESSION_KEY_LEN 32