mirror of
https://github.com/zkemail/zk-regex.git
synced 2026-01-09 13:48:00 -05:00
11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
pragma circom 2.0.2;
|
|
|
|
include "../../build/compiled.circom";
|
|
|
|
component main {
|
|
public [
|
|
msg,
|
|
match_idx
|
|
]
|
|
} = Regex(1536, 44, 3);
|