-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate toAllocatedScalar
in public API instead of Variable
#565
Labels
area:architecture
Issues related to general architectural improvements to enhance performance and/or maintainabilty
area:constraint_system
Related to the Constraint Sysyem API or functionality
status:invalid
covers obsolete tasks, nonsensical issues, stuff that don't make sense (anymore)
team:Core
Low Level Core Development Team (Rust)
type:feature
implementing a new feature
Comments
CPerezz
added
area:constraint_system
Related to the Constraint Sysyem API or functionality
area:architecture
Issues related to general architectural improvements to enhance performance and/or maintainabilty
type:feature
implementing a new feature
team:Core
Low Level Core Development Team (Rust)
labels
Aug 30, 2021
CPerezz
added a commit
that referenced
this issue
Sep 3, 2021
vlopes11
added a commit
that referenced
this issue
Sep 30, 2021
The current`TurboComposer` API constaints a lot of legacy functions with inconsistent signatures. For the addition gate, we have `big_add`, `big_add_gate`, `add`, `add_gate` with different signatures that internally perform the same operation. This commit aims to create an uniform API for the composer. Resolves #565 , #583 , #584 , #587 , #588
vlopes11
added a commit
that referenced
this issue
Sep 30, 2021
The current`TurboComposer` API constaints a lot of legacy functions with inconsistent signatures. For the addition gate, we have `big_add`, `big_add_gate`, `add`, `add_gate` with different signatures that internally perform the same operation. This commit aims to create an uniform API for the composer. Resolves #565 , #583 , #584 , #587 , #588
vlopes11
added a commit
that referenced
this issue
Sep 30, 2021
The current`TurboComposer` API constaints a lot of legacy functions with inconsistent signatures. For the addition gate, we have `big_add`, `big_add_gate`, `add`, `add_gate` with different signatures that internally perform the same operation. This commit aims to create an uniform API for the composer. Resolves #565 , #583 , #584 , #587 , #588
vlopes11
added a commit
that referenced
this issue
Sep 30, 2021
The current`TurboComposer` API constaints a lot of legacy functions with inconsistent signatures. For the addition gate, we have `big_add`, `big_add_gate`, `add`, `add_gate` with different signatures that internally perform the same operation. This commit aims to create an uniform API for the composer. Resolves #565 , #583 , #584 , #587 , #588
vlopes11
added a commit
that referenced
this issue
Sep 30, 2021
The current`TurboComposer` API constaints a lot of legacy functions with inconsistent signatures. For the addition gate, we have `big_add`, `big_add_gate`, `add`, `add_gate` with different signatures that internally perform the same operation. This commit aims to create an uniform API for the composer. Resolves #565 , #583 , #584 , #587 , #588
vlopes11
added a commit
that referenced
this issue
Sep 30, 2021
The current`TurboComposer` API constaints a lot of legacy functions with inconsistent signatures. For the addition gate, we have `big_add`, `big_add_gate`, `add`, `add_gate` with different signatures that internally perform the same operation. This commit aims to create an uniform API for the composer. Resolves #565 , #583 , #584 , #587 , #588
vlopes11
added a commit
that referenced
this issue
Sep 30, 2021
The current`TurboComposer` API constaints a lot of legacy functions with inconsistent signatures. For the addition gate, we have `big_add`, `big_add_gate`, `add`, `add_gate` with different signatures that internally perform the same operation. This commit aims to create an uniform API for the composer. Resolves #565 , #583 , #584 , #587 , #588
vlopes11
added a commit
that referenced
this issue
Sep 30, 2021
The current`TurboComposer` API constaints a lot of legacy functions with inconsistent signatures. For the addition gate, we have `big_add`, `big_add_gate`, `add`, `add_gate` with different signatures that internally perform the same operation. This commit aims to create an uniform API for the composer. Resolves #565 , #583 , #584 , #587 , #588
vlopes11
added a commit
that referenced
this issue
Oct 1, 2021
The current`TurboComposer` API constaints a lot of legacy functions with inconsistent signatures. For the addition gate, we have `big_add`, `big_add_gate`, `add`, `add_gate` with different signatures that internally perform the same operation. This commit aims to create an uniform API for the composer. Resolves #565 , #583 , #584 , #587 , #588
ZER0
added
the
status:invalid
covers obsolete tasks, nonsensical issues, stuff that don't make sense (anymore)
label
Oct 6, 2021
Not applicable anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:architecture
Issues related to general architectural improvements to enhance performance and/or maintainabilty
area:constraint_system
Related to the Constraint Sysyem API or functionality
status:invalid
covers obsolete tasks, nonsensical issues, stuff that don't make sense (anymore)
team:Core
Low Level Core Development Team (Rust)
type:feature
implementing a new feature
No description provided.
The text was updated successfully, but these errors were encountered: