mirror of
https://github.com/status-im/whisper.git
synced 2025-01-20 15:49:06 +00:00
75cd6be0e4
The parameter `rand` is unused in `PrivateKey.Decrypt`. Decryption in the ECIES encryption scheme is deterministic, so randomness isn't needed.