We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1515e commit c85947cCopy full SHA for c85947c
1 file changed
src/groups/mod.rs
@@ -53,6 +53,7 @@ pub trait CurveVar<C: CurveGroup, ConstraintF: PrimeField>:
53
+ for<'a> Mul<&'a EmulatedFpVar<C::ScalarField, ConstraintF>, Output = Self>
54
+ MulAssign<EmulatedFpVar<C::ScalarField, ConstraintF>>
55
{
56
+ /// The base field of the coordinates.
57
type BaseFieldVar: FieldVar<C::BaseField, ConstraintF>;
58
59
/// Returns the constant `F::zero()`. This is the identity
0 commit comments