pairing: Remove Engine::Fq and Engine::Fqe

These are unused now that the Base associated types have been removed
from the group traits.
This commit is contained in:
Jack Grigg 2020-05-21 09:57:33 +12:00
parent 2215865538
commit f5254a1b8a
1 changed files with 0 additions and 2 deletions

View File

@ -330,8 +330,6 @@ impl Engine for DummyEngine {
type G1Affine = Fr;
type G2 = Fr;
type G2Affine = Fr;
type Fq = Fr;
type Fqe = Fr;
// TODO: This should be F_645131 or something. Doesn't matter for now.
type Fqk = Fr;