mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-13 04:38:28 +00:00
More tweaks to address derivation, going to test on other boxen.
This commit is contained in:
@ -131,8 +131,8 @@ bool Identity::fromString(const char *str)
|
||||
|
||||
// These are fixed parameters and can't be changed without a new
|
||||
// identity type.
|
||||
#define ZT_IDENTITY_DERIVEADDRESS_MEMORY 16777216
|
||||
#define ZT_IDENTITY_DERIVEADDRESS_ROUNDS 32
|
||||
#define ZT_IDENTITY_DERIVEADDRESS_MEMORY 33554432
|
||||
#define ZT_IDENTITY_DERIVEADDRESS_ROUNDS 64
|
||||
|
||||
Address Identity::deriveAddress(const void *keyBytes,unsigned int keyLen)
|
||||
{
|
||||
|
Reference in New Issue
Block a user