pub trait ChipBase { type F: Copy + Debug; }
Associated types shared by all chip traits.
Wire/value representation abstracting AssignedValue<Fr>.
AssignedValue<Fr>