filecoin-project / blstrs

Other
58 stars 37 forks source link

fix: also implement `GpuName` for `Fp6` and `Fp12` #47

Closed vmx closed 2 years ago

vmx commented 2 years ago

Implement GpuName for all ff::Fields in this crate. This way ec_gpu::GpuName can be added as trait bound to ff::Field.

vmx commented 2 years ago

@shawnrader @cryptonemo a review would be great.