2.3.2 • Published 10 months ago

@zk-email/zk-regex-circom v2.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

zk-regex-circom

Circom circuits for regex verification in zk-regex. This package contains circom circuits and decomposed regex definitions for common regexes in ./circuits/common folder.

Note

Our email_domain_regex.circom circuit cannot capture an email address that contains "@" in the name part before the domain part, e.g., "alice@gmail.com@dummy.com", due to limitation of our circuit construction. For example, when "alice@gmail.com@dummy.com" is given, that circuit outputs not "dummy.com" but "gmail.com@dummy.com" as an exposed substring for the domain. However, an adversary cannot exploit this feature to expose a fake domain since the true domain at the end will also be revealed along with it.

2.3.2

10 months ago

2.3.1

11 months ago

2.3.0

12 months ago

2.2.0

12 months ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.3.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago