tromp / cuckoo

a memory-bound graph-theoretic proof-of-work system
Other
822 stars 173 forks source link

Seems a typo in cuckoo/lean.hpp? #91

Closed xiongyw closed 5 years ago

xiongyw commented 5 years ago

in the comments at line 69:

CUCKOO_SIZE * sizeof(u64) == 2 * ONCE_BITS / 32

32 seems a typo of 8.

tromp commented 5 years ago

Thanks. Should be fixed now.