openethereum/util/network-devp2p/src
Toralf Wittner e30839e85f Consolidate crypto functionality in `ethcore-crypto`. (#8432)
* Consolidate crypto functionality in `ethcore-crypto`.

- Move `ecdh`/`ecies` modules to `ethkey`.
- Refactor `ethcore-crypto` to use file per module.
- Replace `subtle` with `ethcore_crypto::is_equal`.
- Add `aes_gcm` module to `ethcore-crypto`.

* Rename `aes::{encrypt,decrypt,decrypt_cbc}` ...

... to `aes::{encrypt_128_ctr,decrypt_128_ctr,decrypt_128_cbc}`.
2018-05-05 11:02:33 +02:00
..
connection.rs Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
connection_filter.rs Abstract devp2p (#8048) 2018-03-05 11:56:35 +01:00
discovery.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
handshake.rs Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
host.rs More code refactoring to integrate Duration (#8322) 2018-04-14 21:35:58 +02:00
ip_utils.rs Tweaks and add a Dockerfile for Android (#8036) 2018-04-05 14:38:50 +02:00
lib.rs More code refactoring to integrate Duration (#8322) 2018-04-14 21:35:58 +02:00
node_table.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
service.rs Remove network stats (#8225) 2018-03-28 15:45:36 +09:00
session.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00