Module rotate_bits

Module rotate_bits 

Source
Expand description

Implements bit shifting gates.

Structs§

RotateNode
A component that performs bit (wire rotation) using crate::layouter::nodes::identity_gate::IdentityGateNode (i.e., rewire).

Functions§

generate_rot_wirings 🔒