zkemail / zk-email-verify

Verify any text in any sent or received email, cryptographically and via only trusting the sending mailserver.
https://prove.email
MIT License
347 stars 75 forks source link

Revert index range check on SelectRegexReveal #218

Open saleel opened 3 weeks ago

saleel commented 3 weeks ago

Description

Revert index range check on SelectRegexReveal as we go with the principle of no constraining inputs in our utils and leave this to consuming functions.

Type of Change

Please delete options that are not relevant.

Checklist:

saleel commented 1 day ago

I have reverted prettier file changes from this PR. We can do yarn lint on main once all the PRs are merged to avoid conflicts. Should be good to merge now @Divide-By-0