mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
More tweaks to address derivation, going to test on other boxen.
This commit is contained in:
parent
4f53d09c7e
commit
94bf3e9a0e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue