aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn256/bn256_fuzz.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-2/+2
|
* 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/+138
* 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