Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whisper: sym encryption message padding includes salt (#15631) | Guillaume Ballet | 2017-12-11 | 1 | -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 Ballet | 2017-12-08 | 1 | -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) | gluk256 | 2017-11-04 | 1 | -0/+415 |