sapling-crypto
sapling-crypto copied to clipboard
Improve test_uint32_rotr to exercise the by = by % 32 line.
If the first line of rotr was changed to let by = by % 33, for example, then the existing test wouldn't catch the bug.
ACK