openethereum/whisper
David 28c731881f
Rlp decode returns Result (#8527)
rlp::decode returns Result

Make a best effort to handle decoding errors gracefully throughout the code, using `expect` where the value is guaranteed to be valid (and in other places where it makes sense).
2018-05-08 11:22:12 +02:00
..
cli Whisper cli (#8201) 2018-04-09 16:35:45 +02:00
src Rlp decode returns Result (#8527) 2018-05-08 11:22:12 +02:00
Cargo.toml Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +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.