go-ethereum/crypto
Felix Lange c2df9d356a [release/1.3.4] crypto/secp256k1: remove dependency on libgmp
Turns out we actually don't need it, USE_NUM_NONE works
because we also set USE_FIELD_INV_BUILTIN.

Conflicts:
	Makefile
	crypto/secp256k1/secp256.go
2016-02-29 13:32:26 +01:00
..
ecies [release/1.3.4] crypto/ecies: make authenticated shared data work 2016-02-24 13:44:37 +01:00
randentropy all: fix license headers one more time 2015-07-23 18:35:11 +02:00
secp256k1 [release/1.3.4] crypto/secp256k1: remove dependency on libgmp 2016-02-29 13:32:26 +01:00
sha3 crypto/sha3: add full license headers 2015-07-24 12:32:58 +02:00
tests Change keystore to version 3 2015-06-24 06:03:23 +02:00
crypto.go [release/1.3.4] parmas, crypto, core, core/vm: homestead consensus protocol changes 2016-02-24 13:46:11 +01:00
crypto_test.go [release/1.3.4] parmas, crypto, core, core/vm: homestead consensus protocol changes 2016-02-24 13:46:11 +01:00
curve.go crypto: fix build with Go 1.5 2015-07-27 19:13:45 +02:00
encrypt_decrypt_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
key.go common, crypto: add ICAP functions 2015-10-13 17:44:14 +02:00
key_store_passphrase.go cmd/utils, crypto: add --lightkdf flag for lighter KDF 2015-10-28 18:46:39 +01:00
key_store_plain.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
key_store_test.go cmd/utils, crypto: add --lightkdf flag for lighter KDF 2015-10-28 18:46:39 +01:00