openethereum/whisper
Toralf Wittner 2b05eb43a9 Add `util/mem` to zero out memory on drop. (#8356)
* Add `util/mem` to zero out memory on drop.

* Remove nonsense.

* Remove `Into` impls for `Memzero`.

* Update ethereum-types and remove H256Mut.
2018-04-11 13:57:12 +02:00
..
cli Whisper cli (#8201) 2018-04-09 16:35:45 +02:00
src Add `util/mem` to zero out memory on drop. (#8356) 2018-04-11 13:57:12 +02:00
Cargo.toml Add `util/mem` to zero out memory on drop. (#8356) 2018-04-11 13:57:12 +02:00
README.md Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00

README.md

Whisper

Implementation of Whisper based on the Whisper-v2 PoC.