From 211fbdb09fe0a28bafd28b3e33b5bcb3d8dd862c Mon Sep 17 00:00:00 2001 From: MONK Date: Sun, 30 Mar 2025 18:25:58 +0200 Subject: [PATCH] link Update lib.rs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b5dcf6c..b8ea64e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ //! This is a rust library for building R1CS gadgets over prime fields, which are useful in SNARKs //! and other argument systems. //! -//! See the [readme](https://github.com/mir-protocol/r1cs) for more information and examples. +//! See the [readme](https://github.com/0xPolygonZero/r1cs) for more information and examples. #![cfg_attr(not(feature = "std"), no_std)]