openethereum/rpc/src/v1/impls
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
..
light Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
eth.rs Return error in case eth_call returns VM errors (#8448) 2018-04-21 11:41:09 +02:00
eth_filter.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
eth_pubsub.rs `duration_ns: u64 -> duration: Duration` (#8457) 2018-04-27 15:04:27 +02:00
mod.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
net.rs ethcore-sync (#8347) 2018-04-10 12:13:49 +02:00
parity.rs Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
parity_accounts.rs Fix wallet import (#7873) 2018-02-14 14:21:58 +01:00
parity_set.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
personal.rs More code refactoring to integrate Duration (#8322) 2018-04-14 21:35:58 +02:00
private.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
pubsub.rs Drop jsonrpc_core::Error 2017-11-14 12:17:48 +01:00
rpc.rs Drop jsonrpc_core::Error 2017-11-14 12:17:48 +01:00
secretstore.rs SecretStore: secretstore_generateDocumentKey RPC (#7864) 2018-03-01 10:00:44 +01:00
signer.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
signing.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
signing_unsafe.rs Removes redundant parentheses, whitelists them in generated code (#7721) 2018-01-31 09:48:37 +01:00
traces.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
web3.rs No hardcoded client name (#8368) 2018-04-11 14:41:06 +02:00