mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 14:18:24 +00:00
Yet another revision of this algo... yeesh... and update to supernode IDs. I think I am gonna go with this one. Seems memory-hard enough to me. I am probably procrastinating by obsessing over it.
This commit is contained in:
@ -472,6 +472,8 @@ int main(int argc,char **argv)
|
||||
exit(0);
|
||||
*/
|
||||
|
||||
std::cout << "[info] sizeof(void *) == " << sizeof(void *) << std::endl;
|
||||
|
||||
srand((unsigned int)time(0));
|
||||
|
||||
r |= testCrypto();
|
||||
|
Reference in New Issue
Block a user