openethereum/secret_store/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
..
key_server_cluster Consolidate crypto functionality in ethcore-crypto. (#8432) 2018-05-05 11:02:33 +02:00
listener SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
types Consolidate crypto functionality in ethcore-crypto. (#8432) 2018-05-05 11:02:33 +02:00
acl_storage.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
helpers.rs Read registry_address from block with REQUEST_CONFIRMATIONS_REQUIRED (#8309) 2018-04-06 12:03:13 +02:00
key_server_set.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
key_server.rs Consolidate crypto functionality in ethcore-crypto. (#8432) 2018-05-05 11:02:33 +02:00
key_storage.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
lib.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
node_key_pair.rs Consolidate crypto functionality in ethcore-crypto. (#8432) 2018-05-05 11:02:33 +02:00
serialization.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
traits.rs SecretStore: merge two types of errors into single one + Error::is_non_fatal (#8357) 2018-05-01 15:02:14 +02:00
trusted_client.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00