crypto/bn256: full switchover to cloudflare's code (#16301)

* crypto/bn256: full switchover to cloudflare's code

* crypto/bn256: only use cloudflare for optimized architectures

* crypto/bn256: upstream fallback for non-optimized code

* .travis, build: drop support for Go 1.8 (need type aliases)

* crypto/bn256/cloudflare: enable curve mul lattice optimization
This commit is contained in:
Péter Szilágyi
2018-03-20 01:13:54 +09:00
committed by GitHub
parent 0965761a45
commit 1203c6a237
22 changed files with 783 additions and 174 deletions

View File

@ -1,5 +1,3 @@
// +build amd64,!appengine,!gccgo
package bn256
import (