plugeth/crypto
Noel Maersk 958c04e79a doc: crypto/secp256k1 GMP dependency package name.
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`.
2015-04-23 17:33:48 +03:00
..
ecies Add IsOnCurve check to EC unmarshalling in ECIES decryption 2015-04-07 23:50:04 +02:00
randentropy
secp256k1 doc: crypto/secp256k1 GMP dependency package name. 2015-04-23 17:33:48 +03:00
sha3
crypto_test.go
crypto.go crypto: update {Load,Save}ECDSA comments to mention hex encoding 2015-04-19 01:33:00 +02:00
curve.go
encrypt_decrypt_test.go
key_store_passphrase.go
key_store_plain.go
key_store_test.go
key.go import/export accounts 2015-03-26 19:00:18 +00:00
keypair.go
mnemonic_test.go
mnemonic_words.go
mnemonic.go