Expand description
Implements binary addition gates.
Structsยง
- Binary
Adder - Performs binary addition between two nodes that represent binary values, given the vector of
carries as a witness. Works with bit-widths that are powers of 2 up to
2^30 = 1,073,741,824bits (this constraint is inherited fromShiftNode).