cloudflare / bn256

Package bn256 implements a particular bilinear group.
https://godoc.org/github.com/cloudflare/bn256
BSD 3-Clause "New" or "Revised" License
125 stars 43 forks source link

Special square, pow u in final exponentiation #36

Open emmansun opened 1 year ago

emmansun commented 1 year ago

for details, pls refer #35

bwesterb commented 1 year ago

Thanks for this. For ease of review, could you add more explicitly to each function what it does; what it assumes; and why it works.

emmansun commented 1 year ago

Thanks for this. For ease of review, could you add more explicitly to each function what it does; what it assumes; and why it works.

Hi @armfazh @bwesterb , i had tried my best to add more comments for all new added functions.