sha3 icon indicating copy to clipboard operation
sha3 copied to clipboard

pre-increment the loop counters in KeccakSponge.c

Open jsfunfun opened this issue 11 years ago • 0 comments

Great algo. Might be better to put the j++ loop increments as pre-increment ops, unless one is sure about a compilers optimizations. The ++j is generally thought to require fewer ops.

Cheers

jsfunfun avatar Feb 07 '13 14:02 jsfunfun