ChipBase

Trait ChipBase 

Source
pub trait ChipBase {
    type F: Copy + Debug;
}
Expand description

Associated types shared by all chip traits.

Required Associated Types§

Source

type F: Copy + Debug

Wire/value representation abstracting AssignedValue<Fr>.

Implementors§