plonky2/system_zero
Hamish Ivey-Law ed3f0d546f
System Zero bit rotate and shift operations (#535)
* Complete versions of rotate left and shift left.

* Implement rotate/shift right.

* cargo fmt

* Fix documentation.

* Reduce visibility of helper functions.

* Address Jaqui's PR comments.

* Disable fall-through check as the run test assumes no failure here.

* Try to fix doctest failure.
2022-05-04 15:54:47 +10:00
..