Files
zk-regex/test/circuits/test_regex_compiler_group_3.circom
2023-02-13 15:43:58 +08:00

11 lines
156 B
Plaintext

pragma circom 2.0.2;
include "../../build/compiled.circom";
component main {
public [
msg,
match_idx
]
} = Regex(1536, 44, 3);