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 the function conditionally_select_power_of_two_vector uses method 5.1 from https://github.com/mir-protocol/r1cs-workshop/blob/master/workshop.pdf.
By implementing the SumOfConditions method and then combining it with the existing technique, we could achieve less constraints.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Currently the function
conditionally_select_power_of_two_vector
uses method 5.1 from https://github.com/mir-protocol/r1cs-workshop/blob/master/workshop.pdf.By implementing the SumOfConditions method and then combining it with the existing technique, we could achieve less constraints.
For Admin Use
The text was updated successfully, but these errors were encountered: