diff options
-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; |