aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn256/bn256_slow.go
Commit message (Collapse)AuthorAgeFilesLines
* crypto/bn256: add missing license file, release wrapper in BSD-3Péter Szilágyi2018-08-201-15/+3
|
* crypto/bn256: full switchover to cloudflare's code (#16301)Péter Szilágyi2018-03-201-0/+35
* 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