go-ethereum/internal/ethapi
Jeffrey Wilcke cdcf490127 core/vm: implemented bn256 mul and add pre compiled - EIP#197
core/vm, crypto/bn256: added bn256 curve and added precompile
core/vm: use crypto/bn256
crypto/bn256: exported P constant
core/vm, crypto/bn256: pairing pre-compile
core/vm: added pairing test
core, crypto, internal/ethapi, params: fixed tests
core/vm: fixed nil length input for pairing
2017-04-06 09:01:50 +02:00
..
api.go core, consensus: pluggable consensus engines (#3817) 2017-04-05 00:16:29 +02:00
backend.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
tracer.go core/vm: use uint64 instead of *big.Int in tracer (#3805) 2017-03-22 15:32:51 +01:00
tracer_test.go core/vm: implemented bn256 mul and add pre compiled - EIP#197 2017-04-06 09:01:50 +02:00