From 01db7b2a955aac4db7a36a78f596dbb9c644fa5c Mon Sep 17 00:00:00 2001 From: manishbista28 Date: Wed, 17 Dec 2025 13:34:57 +0545 Subject: [PATCH] doc fix mul_by_constant_montgomery --- g16ckt/src/gadgets/bn254/fp254impl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g16ckt/src/gadgets/bn254/fp254impl.rs b/g16ckt/src/gadgets/bn254/fp254impl.rs index 39b2aa2..506332c 100644 --- a/g16ckt/src/gadgets/bn254/fp254impl.rs +++ b/g16ckt/src/gadgets/bn254/fp254impl.rs @@ -245,7 +245,7 @@ pub trait Fp254Impl { /// # Arguments /// * `circuit` - Circuit to add gates to /// * `a` - Wire in Montgomery form - /// * `b` - Constant in standard form + /// * `b` - Constant in Montgomery form /// /// # Returns /// Product in Montgomery form