diff options
author | Christian Pointner <equinox@anytun.org> | 2009-03-23 00:59:28 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-03-23 00:59:28 +0000 |
commit | f09f8fba4876f062a02b6798bf023f5396bafd3c (patch) | |
tree | c5c55d30b407cc3ca5f062c620080ad20866141a /src | |
parent | added deprecated warning for anytun02-compat (diff) |
updated to new crypto label
Diffstat (limited to 'src')
-rw-r--r-- | src/key_derivation.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/key_derivation.h b/src/key_derivation.h index 94f5d09..cf97a82 100644 --- a/src/key_derivation.h +++ b/src/key_derivation.h @@ -48,12 +48,12 @@ #define LABEL_SALT 2 #define LABEL_NIL 3 -#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 enum key_derivation_type_enum { kd_unknown, kd_null, kd_aes_ctr }; typedef enum key_derivation_type_enum key_derivation_type_t; |