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
absorb both strings (cheap, with Poseidon on 62 chars at a time) into "challenge" $\alpha$
note: it's ok to hash unconstrained pieces of the strings here as well, since we don't need the hash to be unique, it just needs to act as a sponge which commits the prover to this string
found in the zk-email-verify repo:
How sound is this? Breaking it would mean finding a non-trivial root of$C(X) - C(s)$
with this, the cost of operations like
assertContains()
,concat()
is O(N) with a smallish constant, compared toThe text was updated successfully, but these errors were encountered: