aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv2/envelope_test.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper: Support for v2 has long been discontinued, remove it. (#16153)Guillaume Ballet2018-02-221-158/+0
|
* 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-071-6/+6
|
* whisper: project restructured, version 5 introduced (#3022)gluk2562016-10-291-0/+158
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.