aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv6/message.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper: sym encryption message padding includes salt (#15631)Guillaume Ballet2017-12-111-0/+4
| | | | | Now that the AES salt has been moved to the payload, padding must be adjusted to hide it, lest an attacker guesses that the packet uses symmetric encryption.
* whisper/whisperv6: remove Version from the envelope (#15621)Guillaume Ballet2017-12-081-3/+2
|
* whisper/whisperv6: remove aesnonce (#15578)Guillaume Ballet2017-12-081-19/+27
| | | | As per EIP-627, the salt for symmetric encryption is now part of the payload. This commit does that.
* whisper/whisperv6: initial commit (clone of v5) (#15324)gluk2562017-11-041-0/+352