You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have the Composer trait that encodes the functionalities for composing a circuit.
Since we only ever implement this trait onto the Builder, we an morph the trait and struct into a single Composer struct. This comes with the added benefit that we can hide some of the trait functionalities from the public API that are now exposed but marked as deprecated (e.g. uninitialized, append_witness_internal, append_custom_gate_internal).
The text was updated successfully, but these errors were encountered:
Summary
Currently we have the
Composer
trait that encodes the functionalities for composing a circuit.Since we only ever implement this trait onto the
Builder
, we an morph the trait and struct into a singleComposer
struct. This comes with the added benefit that we can hide some of the trait functionalities from the public API that are now exposed but marked as deprecated (e.g.uninitialized
,append_witness_internal
,append_custom_gate_internal
).The text was updated successfully, but these errors were encountered: