diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-20 15:31:32 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-20 15:31:32 -0400 |
| commit | bad043729f44d0c64986657a333da097eba2f9e7 (patch) | |
| tree | 2149769f24366ee2da58467b1ac2b82a47aa00bf /selftest.cpp | |
| parent | 3c5c3280ff9712ca25b243d8c84a4f849fe164d8 (diff) | |
| download | infinitytier-bad043729f44d0c64986657a333da097eba2f9e7.tar.gz infinitytier-bad043729f44d0c64986657a333da097eba2f9e7.zip | |
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.
Diffstat (limited to 'selftest.cpp')
| -rw-r--r-- | selftest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |
