From d449a4ae566836f42676abcbcbf6680e542cdd79 Mon Sep 17 00:00:00 2001 From: cryptoraph Date: Sat, 26 Jul 2025 19:08:45 +0200 Subject: [PATCH] add stylus verifier --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9dfc4c0..b352172 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,7 @@ For library tooling (e.g. input generators, TypeScript implementations), refer t - [RSA](https://github.com/zkpassport/noir_rsa) - RSA signature verification - [Schnorr](https://github.com/noir-lang/schnorr) - Schnorr signature verification - [WebAuthn/Passkeys](https://github.com/olehmisar/noir_webauthn) - Verification of WebAuthn/Passkeys signatures; verifies signatures produced by `credentials.get` +- [Stylus Verifier](https://github.com/wakeuplabs-io/noir-stylus-verifier) – Noir circuit for verifying ECDSA signatures generated by Arbitrum Stylus contracts using the `secp256r1` curve. #### Merkle Trees