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

adapt to go 1.17 #26

Closed shinyxhh closed 2 years ago

shinyxhh commented 2 years ago

image

shinyxhh commented 2 years ago

errors building in go 1.17

armfazh commented 2 years ago

the error shown in the image corresponds to the gurvy package.

For bn256, the issue was already solved in https://github.com/cloudflare/bn256/commit/9bd9f73a0273ed2f42707ed13b3e36d38baa2a49

shinyxhh commented 2 years ago

yes, i have replaced version of bn256, and i thought it didn't work. sorry for my mistake, and thank you for your reply. i am going to put up an issue for gurvy.