ControlCplusControlV / Scribe

Minimal Yul Transpilation to the Miden VM
GNU General Public License v3.0
51 stars 4 forks source link

Implement uint256 SHR/SHL #8

Closed ControlCplusControlV closed 2 years ago

ControlCplusControlV commented 2 years ago

Add bit shifting for uint256 values. Mostly involves carrying over the bytes that would normally fall off the edge, but once you have one you should have the other

Make sure to write a test in the tests create