kilic/bls12-381

Reciprocal for Gt?

wbl opened this issue · 1 comments

wbl commented

In trying to implement the YAHK scheme I realized that I need a reciprocal in Gt. While it's possible to implement for elements of order r through exponent, there probably are more efficient methods.

kilic commented

Inverse in GT is exposed with this. Does it work well for YAHK requirements?

And please feel free for PRs