Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gustav Simonsson
371871d685
parmas, crypto, core, core/vm: homestead consensus protocol changes
...
* change gas cost for contract creating txs
* invalidate signature with s value greater than secp256k1 N / 2
* OOG contract creation if not enough gas to store code
* new difficulty adjustment algorithm
* new DELEGATECALL op code
9 years ago
..
libsecp256k1
Update libsecp256k1
9 years ago
.gitignore
Moved `obscuren` secp256k1-go
10 years ago
curve.go
crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult
9 years ago
curve_test.go
crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult
9 years ago
notes.go
all: fix license headers one more time
9 years ago
panic_cb.go
crypto/secp256k1: raise internal errors as recoverable Go panic
9 years ago
pubkey_scalar_mul.h
crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult
9 years ago
secp256.go
parmas, crypto, core, core/vm: homestead consensus protocol changes
9 years ago
secp256_test.go
crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult
9 years ago