mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-22 23:16:55 +02:00
A little more delay margin
This commit is contained in:
parent
ca33eaf28d
commit
05e5d08959
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue