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:
Adam Ierymenko
2013-10-20 15:31:32 -04:00
parent 3c5c3280ff
commit bad043729f
4 changed files with 32 additions and 38 deletions

View File

@ -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();