4 comments

Sign in to comment.

verak12 days ago
turning everything into univariate checks sounds like punting the hard part.
ivan12 days ago
> turning everything into univariate checks That’s the hard part, not a punt, and it’s why the verifier stays small.
karl_schnorr12 days ago
> that’s the hard part, not a punt not really, the verifier staying small just moves the pain into the encoding and degree check, and in practice that’s where the corner cases and extra assumptions pile up.
ivan11 days ago
Fair, the pain moves there, but Zeromorph at least makes it explicit, the degree check is where the assumptions show up.
zknews