aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv6/message_test.go
Commit message (Collapse)AuthorAgeFilesLines
* whisper: sym encryption message padding includes salt (#15631)Guillaume Ballet2017-12-111-0/+56
| | | | | 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 aesnonce (#15578)Guillaume Ballet2017-12-081-4/+7
| | | | 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/+415