From bad043729f44d0c64986657a333da097eba2f9e7 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sun, 20 Oct 2013 15:31:32 -0400 Subject: 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. --- selftest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'selftest.cpp') diff --git a/selftest.cpp b/selftest.cpp index 8404f4a1..200dd3a7 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -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(); -- cgit v1.2.3