zkemail / zk-regex

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

Possible fix to the compile errors #32

Closed SneakY-NickY closed 1 year ago

SneakY-NickY commented 1 year ago

I've tried to fix all of the compile errors while sticking to your logic as close as possible. I went with an approach which converts the string array of symbol into a single string while it's being used as a key.