Modules§
Structs§
Enums§
- Boolean
- Circuit
Var - Our implementation of cvars (compare to OCaml) is incomplete, but sufficient
for now (for witness generation).
It’s also sometimes not used correctly (
CircuitVar<GroupAffine<F>>
should beGroupAffine<CircuitVar<F>>
instead)
Traits§
- Field
Witness - All the generics we need during witness generation
- From
FpFq - Trait helping converting generics into concrete types
- Into
Generic - Trait helping converting concrete types into generics
- ToBoolean