zcash / pasta_curves

Rust implementation for zcash/pasta
Other
81 stars 49 forks source link

Re-export group crate. #18

Closed porcuquine closed 3 years ago

porcuquine commented 3 years ago

This makes it possible to use traits from group without making group a dependency. The latter blows up with compilation errors, for whatever reason.

str4d commented 3 years ago

The latter / status quo only causes compilation errors if the version of group doesn't match. So if a re-export makes things easier (like we've done re-exporting ff from group), I'm fine with it.