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

Add wasm bindings and in-memory functions for use on zkregex.com #61

Closed foolo closed 7 months ago

foolo commented 8 months ago

Currently zkregex.com uses its own js code for circuit generation, instead of the new rust code from https://github.com/zkemail/zk-regex/

To make use of the rust code on the website, wasm bindings need to be added in zk-regex, and a js+wasm package published. Also need to add new versions of the generator functions (raw and decomposed) to zk-regex, that don't rely on the file system for input/output.

foolo commented 7 months ago

solved by https://github.com/zkemail/zk-regex/pull/62