aboutsummaryrefslogtreecommitdiffstats
path: root/common/math/big.go
Commit message (Expand)AuthorAgeFilesLines
* common: all golint warnings removed (#16852)kiel barry2018-06-141-1/+2
* common: improve documentation comments (#16701)kiel barry2018-05-291-3/+2
* core/vm, common/math: Add doc about Byte, fix formatMartin Holst Swende2017-06-091-4/+4
* common/math, core/vm: Un-expose bigEndianByteAt, use correct terms for endian...Martin Holst Swende2017-06-071-11/+11
* core/vm, common/math: Add fast getByte for bigints, improve opByteMartin Holst Swende2017-06-051-0/+28
* Hive-test fixes (#14419)Martin Holst Swende2017-05-041-0/+2
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-0/+3
* common/math: add HexOrDecimal64, HexOrDecimal256Felix Lange2017-03-231-0/+19
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-8/+25
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-0/+143