Fix idtool build, tweak address derivation again.
This commit is contained in:
parent
94bf3e9a0e
commit
77f8d75529
2 changed files with 6 additions and 10 deletions
|
@ -132,7 +132,7 @@ 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 33554432
|
||||
#define ZT_IDENTITY_DERIVEADDRESS_ROUNDS 64
|
||||
#define ZT_IDENTITY_DERIVEADDRESS_ROUNDS 50
|
||||
|
||||
Address Identity::deriveAddress(const void *keyBytes,unsigned int keyLen)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue