aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv6/envelope.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper/whisperv6: implement pow/bloom exchange protocol (#15802)gluk2562018-01-121-3/+32
| | | This is the main feature of v6.
* whisper/whisperv6: remove Version from the envelope (#15621)Guillaume Ballet2017-12-081-25/+12
|
* whisper/whisperv6: remove aesnonce (#15578)Guillaume Ballet2017-12-081-28/+24
| | | | As per EIP-627, the salt for symmetric encryption is now part of the payload. This commit does that.
* whisper: rename EnvNonce to Nonce in the v6 Envelope (#15579)Guillaume Ballet2017-12-011-4/+4
|
* whisper/whisperv6: initial commit (clone of v5) (#15324)gluk2562017-11-041-0/+246