diff --git a/src/lib.rs b/src/lib.rs index c6d55365e..18cc28823 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -97,7 +97,7 @@ pub trait CurveProjective: PartialEq + rand::Rand + 'static { - type Engine: Engine; + type Engine: Engine; type Scalar: PrimeField; type Base: SqrtField; type Affine: CurveAffine; @@ -166,7 +166,7 @@ pub trait CurveAffine: Copy + Eq + 'static { - type Engine: Engine; + type Engine: Engine; type Scalar: PrimeField; type Base: SqrtField; type Projective: CurveProjective;