filecoin-project / bellperson

zk-SNARK library
Other
191 stars 120 forks source link

refactor: remove `Group` abstraction in domain #224

Closed dignifiedquire closed 3 years ago

dignifiedquire commented 3 years ago

This required us to use unsafe casting, even though we don't actually make use of the abstraction anywhere. With it gone, so is the unsafe casting.

Depends on #205