Type Alias halo2_base::ContextTag

source ·
pub type ContextTag = (&'static str, usize);
Expand description

Unique tag for a context across all virtual regions. In the form (type_id, context_id) where type_id should be a unique identifier for the virtual region this context belongs to, and context_id is a counter local to that virtual region.