so you've adopted the "keccak only" approach as the only supported hashing solution.
(by commenting out the extra rounds entirely)
Hmm, I would have hoped for you to fix the rounds based approach instead, for example
by mandating that rounds is equal to round_mask
What you've done now is to giving GPU miners a really large advantage over CPU miners.
A fixed rounds approach would have limited this advantage.
Christian