gtank / ristretto255

Implements ristretto255, a fast prime-order group.
https://ristretto.group
BSD 3-Clause "New" or "Revised" License
98 stars 22 forks source link

Fix build tags #3

Closed gtank closed 5 years ago

gtank commented 5 years ago

Anything that relies on math/bits must not be built for Go versions that don't have that.

gtank commented 5 years ago

Covered in #13. When go1.12 lands, builds for !amd64 or noasm should see a nice speed improvement.

gtank commented 5 years ago

There's still bits.UintSize in the big.Int conversion routines. This will need go1.9.

FiloSottile commented 5 years ago

Go 1.9 is long gone.

gtank commented 5 years ago

My friend the Go core developer :) Debian before buster still defaults to 1.7: https://packages.debian.org/stretch/golang-go