We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0834f30 commit 8fa9e1cCopy full SHA for 8fa9e1c
g16ckt/src/gadgets/bn254/fq2.rs
@@ -304,6 +304,10 @@ impl Fq2 {
304
Fq2::from_components(c0, c1)
305
}
306
307
+ /// Montgomery multiplication by constant for circuit wires
308
+ /// # Arguments
309
+ /// * `a` - Fq2 Constant in standard form
310
+ /// * `b` - Fq in Montgomery form
311
#[component(offcircuit_args = "a")]
312
pub fn mul_constant_by_fq_montgomery<C: CircuitContext>(
313
circuit: &mut C,
0 commit comments