... | ... | @@ -41,7 +41,7 @@ pub enum Tag { |
|
|
```rust
|
|
|
pub struct BitwiseCircuitConfig<F: Field> {
|
|
|
q_enable: Selector,
|
|
|
/// The operation tag, one of AND, OR, XOR
|
|
|
/// The operation tag, one of AND, OR
|
|
|
pub tag: BinaryNumberConfig<crate::witness::copy::Tag, NUM_BITWISE_TAG>,
|
|
|
/// The byte value of operand 0
|
|
|
pub byte_0: Column<Advice>,
|
... | ... | |