Trait ec_gpu::GpuEngine[][src]

pub trait GpuEngine {
    type Scalar: GpuField;
    type Fp: GpuField;
}
Expand description

Describes how to generate the elliptic curve operations for

  • Scalar
  • Fp
  • Fp2
  • G1
  • G2

Associated Types

Implementors