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
The total proving time of `num_children_internal=4` vs 3 is about the
same, but 4 leads to the `internal.0` verifier circuit's size being
larger than the leaf verifier, so for the sake of having smaller
circuits, we switch to `3` as the default.
This is configurable via CLI and SDK, so it's just a default for
convenience.
0 commit comments