mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
This adds a * core/vm, tests: optimized modexp + fuzzer * common/math: modexp optimizations * core/vm: special case base 1 in big modexp * core/vm: disable fastexp |
||
|---|---|---|
| .. | ||
| big.go | ||
| big_test.go | ||
| integer.go | ||
| integer_test.go | ||
| modexp.go | ||