From 5b64f76c88b038495cdc8104f26f295a1cf6954d Mon Sep 17 00:00:00 2001 From: Yush G Date: Sat, 9 Mar 2024 16:40:06 -0800 Subject: [PATCH] Add link to PLUME to examples (#263) Add PLUME to examples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0dd0370e..b38eb324 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ cd halo2-lib - [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) -- Verify the voice recovery process. +- [PLUME ERC 7524 Signatures](https://github.com/plume-sig/zk-nullifier-sig/pull/83) - Verify deterministic PLUME signatures of Ethereum keys, for private voting nullifiers. - [zkEVM signature verification circuit](https://github.com/scroll-tech/zkevm-circuits/tree/develop/zkevm-circuits/src/sig_circuit.rs) - [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.