X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fecdh.h;h=03ff77ae9f2429f5eb1b7a06814faed902fe6075;hb=3870e0ede668d86cced7fca6491693c361bb737a;hp=3b5f33390cbd0ee8d89daf9dc9435dd39ffb3128;hpb=fb7b6e7a0c966a88a682f656ca1caeb9a0583c5b;p=meshlink diff --git a/src/ecdh.h b/src/ecdh.h index 3b5f3339..03ff77ae 100644 --- a/src/ecdh.h +++ b/src/ecdh.h @@ -20,8 +20,8 @@ #ifndef __TINC_ECDH_H__ #define __TINC_ECDH_H__ -#define ECDH_SIZE 67 -#define ECDH_SHARED_SIZE 66 +#define ECDH_SIZE 32 +#define ECDH_SHARED_SIZE 32 #ifndef __TINC_ECDH_INTERNAL__ typedef struct ecdh ecdh_t;