Constant SHL

Source
pub const SHL: Constraint;
Expand description

§Shl

0x25

Logical shift left by number of bits.

§Stack Input

[lhs, rhs, num_bits]

§Stack Output

[lhs << rhs]

§Panics

  • Number of bits is negative.
  • Number of bits is greater than a Word.