aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv2
Commit message (Collapse)AuthorAgeFilesLines
* crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-182-7/+8
| | | | | | | | | | | * vendor: add github.com/btcsuite/btcd/btcec * crypto: add btcec fallback for sign/recover without cgo This commit adds a non-cgo fallback implementation of secp256k1 operations. * crypto, core/vm: remove wrappers for sha256, ripemd160
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-1/+1
| | | | | go get github.com/gordonklaus/ineffassign ineffassign .
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-075-20/+17
|
* all: gofmt -w -sFelix Lange2017-01-064-29/+29
|
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-201-36/+34
| | | | | This change couldn't be automated because HexNumber was used for numbers of all sizes.
* whisper: project restructured, version 5 introduced (#3022)gluk2562016-10-2915-0/+2903
whisper: project restructured, version 5 introduced This commits adds a draft version of the new shh v5 protocol. The new version is not on by default, --shh still selects version 2.