diff options
author | Christian Pointner <equinox@anytun.org> | 2009-03-23 01:01:39 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-03-23 01:01:39 +0000 |
commit | 35e78a24f07b9760690b573e29ad8340fedd71c8 (patch) | |
tree | c7042307fa00d4d698c5e37add0571652358a351 /src | |
parent | fixed build on windows (diff) |
updated to new crypto label
Diffstat (limited to 'src')
-rw-r--r-- | src/keyDerivation.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/keyDerivation.h b/src/keyDerivation.h index 748a9a9..901c9df 100644 --- a/src/keyDerivation.h +++ b/src/keyDerivation.h @@ -52,12 +52,12 @@ #define LABEL_AUTH 1 #define LABEL_SALT 2 -#define LABEL_LEFT_ENC 0xDEADBEEF -#define LABEL_RIGHT_ENC 0xDEAE0010 -#define LABEL_LEFT_SALT 0xDF10416F -#define LABEL_RIGHT_SALT 0xDF13FF90 -#define LABEL_LEFT_AUTH 0xE0000683 -#define LABEL_RIGHT_AUTH 0xE001B97C +#define LABEL_LEFT_ENC 0x356A192B +#define LABEL_RIGHT_ENC 0xDA4B9237 +#define LABEL_LEFT_SALT 0x77DE68DA +#define LABEL_RIGHT_SALT 0x1B645389 +#define LABEL_LEFT_AUTH 0xAC3478D6 +#define LABEL_RIGHT_AUTH 0xC1DFD96E typedef enum { KD_INBOUND, KD_OUTBOUND } kd_dir_t; |