More tweaks to address derivation, going to test on other boxen.

This commit is contained in:
Adam Ierymenko 2013-09-16 14:54:17 -04:00
parent 4f53d09c7e
commit 94bf3e9a0e

View file

@ -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)
{