In the latest `parity-crypto` release (upcoming 0.4), the aes GCM features were removed (done to remove the dependency on `ring`). This PR adds the bare minimum crypto needed for Whisper directly to the crate itself and as those were the only features needed from `parity-crypto`, removes the dependency on that crate altogether.  | 
			||
|---|---|---|
| .. | ||
| cli | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
Whisper
Implementation of Whisper based on the Whisper-v2 PoC.
Usage
Parity Whisper-v2 CLI.
	Copyright 2015-2019 Parity Technologies (UK) Ltd.
Usage:
	whisper [options]
	whisper [-h | --help]
Options:
	--whisper-pool-size SIZE       Specify Whisper pool size [default: 10].
	-p, --port PORT                Specify which P2P port to use [default: random].
	-a, --address ADDRESS          Specify which P2P address to use [default: 127.0.0.1].
	-s, --secret KEYFILE           Specify which file contains the key to generate the enode.
    -P, --rpc-port PORT            Specify which RPC port to use [default: 8545].
    -A, --rpc-address ADDRESS      Specify which RPC address to use [default: 127.0.0.1].
	-l, --log LEVEL                Specify the logging level. Must conform to the same format as RUST_LOG [default: Error].
	-h, --help                     Display this message and exit.
Parity Ethereum toolchain
This project is a part of the Parity Ethereum toolchain.