openethereum/ethkey/src
Robert Habermeier 99075ad22a Initial Whisper implementation (#6009)
* whisper skeleton

* basic message store

* rallying and message logic

* pass host info to network protocol handlers

* choose who starts rally based on node key

* module reshuffling

* mining messages

* prune messages by low PoW until below size target

* associated error type for ethkey generators and `OsRng` generator

* beginnings of RPC

* generic message handler for whisper

* reshuffle code order

* standard payload encoding and decoding

* basic crypto

* minor restructuring of net code

* implement shh_post

* merge?

* implement filters

* rand trait for hash types

* filter RPCs for whisper

* symmetric encryption of payload

* pub-sub

* filter tests

* use only secure random IDs

* attach arbitrary protocols to network

* basic integration of whisper into Parity

* eagerly prune low PoW entries

* broadcast messages with salted topics

* node info RPC

* fix import

* fix leading zeros calculation

* address minor grumbles
2017-07-14 20:40:28 +02:00
..
brain.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
error.rs Secretstore DKG protocol draft + distributed encryption/decryption tests (#4725) 2017-03-13 12:54:56 +01:00
extended.rs Update dependencies and bigint api (#5685) 2017-05-24 12:31:33 +02:00
keccak.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
keypair.rs bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00
lib.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
math.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
prefix.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
random.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
secret.rs SecretStore: generating signatures (#5764) 2017-07-06 14:02:10 +02:00
signature.rs bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00