Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple curve cycle trait for curve cycles #190

Merged
merged 13 commits into from
Feb 4, 2021
Prev Previous commit
Next Next commit
Remove comment
  • Loading branch information
drewstone committed Feb 4, 2021
commit 761104063d8ce5eef22ced8bb202b4d45645afb3
1 change: 0 additions & 1 deletion ec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ where
}

pub trait PairingFriendlyCycle: CurveCycle {
// add whatever extra bounds are necessary.
type Engine1: PairingEngine<
G1Affine = Self::E1,
G1Projective = <Self::E1 as AffineCurve>::Projective,
Expand Down