From 35e78a24f07b9760690b573e29ad8340fedd71c8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 23 Mar 2009 01:01:39 +0000 Subject: updated to new crypto label --- src/keyDerivation.h | 12 ++++++------ 1 file 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; -- cgit v1.2.3