From 9860accef8289ec8e1ac850596842823edcf2c0f Mon Sep 17 00:00:00 2001 From: Yi Sun Date: Mon, 15 May 2023 20:36:35 +0200 Subject: [PATCH] Update README.md (#34) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1bdacb0..a8d3a98f 100644 --- a/README.md +++ b/README.md @@ -285,5 +285,7 @@ cargo test --release --no-default-features --features "halo2-axiom, mimalloc" -- * [halo2-base64](https://github.com/zkemail/halo2-base64) * [halo2-rsa](https://github.com/zkemail/halo2-rsa/tree/feat/new_bigint) * [halo2-fri-gadget](https://github.com/maxgillett/halo2-fri-gadget) -- FRI verifier in halo2. +* [eth-voice-recovery](https://github.com/SoraSuegami/voice_recovery_circuit) +* [zkevm tx-circuit](https://github.com/scroll-tech/zkevm-circuits/tree/develop/zkevm-circuits/src/tx_circuit) * [webauthn-halo2](https://github.com/zkwebauthn/webauthn-halo2) -- Proving and verifying WebAuthn with halo2. * [Fixed Point Arithmetic](https://github.com/DCMMC/halo2-scaffold/tree/main/src/gadget) -- Fixed point arithmetic library in halo2.