filecoin-project / ec-gpu

OpenCL code generator for finite-field arithmetic over arbitrary prime fields
Other
91 stars 61 forks source link

fix: use newest version of ff, group and pairing #49

Closed vmx closed 1 year ago

vmx commented 1 year ago

Upgrade to ff v0.13, group v0.13 and pairing v0.23.

This commit is based on the work at https://github.com/leonardoalt/ec-gpu/pull/1

BREAKING CHANGE: Changes on the ff traits mean a breaking change.