openethereum/secret_store/src/key_server_cluster
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
..
admin_sessions SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
client_sessions Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
io Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
jobs Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
net SecretStore: encrypt messages using private key from key store (#6146) 2017-08-09 11:09:40 +02:00
cluster.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
cluster_sessions.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
cluster_sessions_creator.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
connection_trigger.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
connection_trigger_with_migration.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
math.rs Add `util/mem` to zero out memory on drop. (#8356) 2018-04-11 13:57:12 +02:00
message.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
mod.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00