Skip to content

Commit c85947c

Browse files
authored
Update mod.rs
1 parent de1515e commit c85947c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/groups/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pub trait CurveVar<C: CurveGroup, ConstraintF: PrimeField>:
5353
+ for<'a> Mul<&'a EmulatedFpVar<C::ScalarField, ConstraintF>, Output = Self>
5454
+ MulAssign<EmulatedFpVar<C::ScalarField, ConstraintF>>
5555
{
56+
/// The base field of the coordinates.
5657
type BaseFieldVar: FieldVar<C::BaseField, ConstraintF>;
5758

5859
/// Returns the constant `F::zero()`. This is the identity

0 commit comments

Comments
 (0)