aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn256/cloudflare/constants.go
Commit message (Collapse)AuthorAgeFilesLines
* crypto/bn256/cloudflare: fix comments to describe the updated curve ↵Antoine Rondelet2019-05-281-1/+4
| | | | | | | | | | parameters (#19577) * Removed comment section referring to Cloudflare's bn curve parameters * Added comment to clarify the nature of the parameters * Changed value of xi to i+9
* core/vm, crypto/bn256: switch over to cloudflare library (#16203)Péter Szilágyi2018-03-051-0/+59
* 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