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:
parent
2215865538
commit
f5254a1b8a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue