Better Generic Abstractions on the API
nalinbhardwaj opened this issue · 0 comments
nalinbhardwaj commented
Aside from the fixed types, the libraries uses F:PrimeField and G:Group when the ideal scenario to not have trait-madness is to just use G:Group and invoke G::Scalar when we need something that implements PrimeField.