phoreproject / bls

Go implementation of the BLS12-381 pairing
Apache License 2.0
89 stars 31 forks source link

supporting both 32bit and 64bit platforms #18

Closed Nanyan closed 4 years ago

meyer9 commented 4 years ago

This looks good. I think the only downside to this is that it would only support Go 1.14, but I'm fine with only supporting the latest version.

Nanyan commented 4 years ago

So far as i know, it's working well with go 1.13, and my go version is go 1.13.4.

Is there any issue that I didn't realize until now?

meyer9 commented 4 years ago

Sorry, I think 1.12 or something didn't have it. I merged it