aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/secp256k1/README.md
Commit message (Collapse)AuthorAgeFilesLines
* crypto/secp256k1: remove dependency on libgmpFelix Lange2015-12-041-25/+0
| | | | | Turns out we actually don't need it, USE_NUM_NONE works because we also set USE_FIELD_INV_BUILTIN.
* doc: crypto/secp256k1 GMP dependency package name.Noel Maersk2015-04-231-1/+4
| | | | | | | | | | | | | | Linux build documentation is mostly geared towards Ubuntu 14.04 (LTS). Appropriate package is called `libgmp-dev` there. Note that on pristine installations building `geth` with godep will fail because this header is missing. This is not documented in the top-level README, but is on the wiki: https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Ubuntu#building-geth-command-line-client That page recommends `libgmp3-dev`, which ATM provides same version as `libgmp-dev`.
* Moved `obscuren` secp256k1-goobscuren2015-01-221-0/+22