tromp / cuckoo

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

Assert and bitwise operators #85

Closed otoburb closed 5 years ago

otoburb commented 5 years ago

Assert expressions involving bitwise operators seem to require an additional set of parentheses so that the conditional can be evaluated in the intended manner (i.e. to ensure that NA is a power of 2).