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
Weren't we planning on avoiding passing in a root all together? (noir-lang/acvm#66)
Yep you are correct; issue may have not been clear -- This is for all blackbox functions that we have implemented in Noir that should return booleans, but we've typed them as Field. So this would apply for signature verification functions too.
Problem
Functions like
merkle_check_membership
will return aField
whereas we ideally want it to return abool
Solution
as
.bool
for example and then enforce that they are in the compilerAlternatives considered
Additional context
The text was updated successfully, but these errors were encountered: