diff --git a/node/Identity.cpp b/node/Identity.cpp index 8aecaf7b3..838353cee 100644 --- a/node/Identity.cpp +++ b/node/Identity.cpp @@ -15,7 +15,6 @@ #include "Identity.hpp" #include "SHA512.hpp" #include "Salsa20.hpp" -#include "AES.hpp" #include "Utils.hpp" #include "MIMC52.hpp" @@ -23,7 +22,7 @@ #include #include -#define ZT_V1_IDENTITY_MIMC52_VDF_ROUNDS_BASE 250000 +#define ZT_V1_IDENTITY_MIMC52_VDF_ROUNDS_BASE 400000 namespace ZeroTier {