kilic / bls12-381

High-speed BLS12-381 implementation in Go
Apache License 2.0
124 stars 47 forks source link

Reciprocal for Gt? #9

Closed wbl closed 4 years ago

wbl commented 4 years ago

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 4 years ago

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

And please feel free for PRs