A library to do regex verification in circom, adapted from the original zk-email. It additionally generates lookup tables for halo2-regex.
GNU General Public License v3.0
79
stars
27
forks
source link
Optimize Regex via determining optimal cutoff to combine equalities into range checks #22
Open
Divide-By-0 opened 1 year ago
Determine the cutoff (currently 16) at which equalities convert into range checks.
We have constraint blocks like this:
Order the accesses and make them range checks instead.