aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn256/cloudflare
Commit message (Collapse)AuthorAgeFilesLines
* travis, appveyor, Dockerfile: upgrade to Go 1.12Samuel Marks2019-04-091-1/+1
| | | | Include serveral DEXON specific fixes.
* crypto/bn256: add missing license file, release wrapper in BSD-3Péter Szilágyi2018-08-201-0/+27
|
* crypto/bn256: fix issues caused by Go 1.11Péter Szilágyi2018-08-162-1/+8
|
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-1/+9
|
* crypto/bn256: full switchover to cloudflare's code (#16301)Péter Szilágyi2018-03-2017-84/+632
| | | | | | | | | | | | * 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
* core/vm, crypto/bn256: switch over to cloudflare library (#16203)Péter Szilágyi2018-03-0519-0/+2608
* core/vm, crypto/bn256: switch over to cloudflare library * crypto/bn256: unmarshal constraint + start pure go impl * crypto/bn256: combo cloudflare and google lib * travis: drop 386 test job