Browse Source

A little more delay margin

Adam Ierymenko 5 years ago
parent
commit
05e5d08959
1 changed files with 1 additions and 2 deletions
  1. 1 2
      node/Identity.cpp

+ 1 - 2
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 <cstdint>
 #include <algorithm>
 
-#define ZT_V1_IDENTITY_MIMC52_VDF_ROUNDS_BASE 250000
+#define ZT_V1_IDENTITY_MIMC52_VDF_ROUNDS_BASE 400000
 
 namespace ZeroTier {