From 9e1275ebda400fa74f2a8fa6df3d7e26e95a8c0f Mon Sep 17 00:00:00 2001 From: Saul Garcia <73236150+saugardev@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:42:54 +0100 Subject: [PATCH] chore: update urls (#80) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 528ca00..b4b4161 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # zk-regex -A library to compile regex verification in circom. Explained on [our blog post](https://prove.email/blog/zkregex). You can use regex to specify how to parse an email in a ZK Email proof when defining a new patterm on [the ZK Email SDK registry](https://sdk.prove.email/). Noir coming soon. +A library to compile regex verification in circom. Explained on [our blog post](https://zk.email/blog/zkregex). You can use regex to specify how to parse an email in a ZK Email proof when defining a new patterm on [the ZK Email SDK registry](https://registry.zk.email/). Noir coming soon. @@ -27,7 +27,7 @@ While the manual way supports more kinds of regexes than the automatic way, the ### Theory -To understand the theory behind the regex circuit compiler, please checkout [our main explanation post](https://prove.email/blog/zkregex), or [this older blog post](https://katat.me/blog/ZK+Regex). To understand how it ties into the original zk email work, you can also read the brief [original zk-email blog post regex overview](https://blog.aayushg.com/posts/zkemail#regex-deterministic-finite-automata-in-zk). +To understand the theory behind the regex circuit compiler, please checkout [our main explanation post](https://zk.email/blog/zkregex), or [this older blog post](https://katat.me/blog/ZK+Regex). To understand how it ties into the original zk email work, you can also read the brief [original zk-email blog post regex overview](https://blog.aayushg.com/posts/zkemail#regex-deterministic-finite-automata-in-zk). The regular expressions supported by our compiler version 2.1.1 are **audited by zksecurity**, and have the following limitations: