//! Custom gate, chip, and circuit builder for use with RLC computations
/// Chip with functions using RLC
/// Circuit builder for RLC
/// Utility functions for concatenating variable length arrays
/// Types
/// Module for managing the virtual region corresponding to RLC columns
/// FirstPhase of challenge API
pub const FIRST_PHASE: usize = 0;
/// RLC is hard-coded to take place in SecondPhase
pub const RLC_PHASE: usize = 1;