From 8ed96892c579a13067350ea109bce9f0908ef0c5 Mon Sep 17 00:00:00 2001 From: Gigabuidl Date: Mon, 24 Mar 2025 12:29:38 +0100 Subject: [PATCH] Update dead link --- src/fields/cubic_extension.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fields/cubic_extension.rs b/src/fields/cubic_extension.rs index 5bf92b13..572aa6ac 100644 --- a/src/fields/cubic_extension.rs +++ b/src/fields/cubic_extension.rs @@ -228,7 +228,7 @@ where // Devegili, OhEigeartaigh, Scott, Dahab // // This implementation adapted from - // https://github.com/ZencashOfficial/ginger-lib/blob/development/r1cs/gadgets/std/src/fields/fp3.rs + // https://github.com/HorizenOfficial/ginger-lib/blob/master/r1cs/gadgets/std/src/fields/fp3.rs let v0 = &self.c0 * &other.c0; let v1 = &self.c1 * &other.c1; let v2 = &self.c2 * &other.c2;