mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07: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:
parent
3c5c3280ff
commit
bad043729f
4 changed files with 32 additions and 38 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue