openethereum/ethkey/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
..
brain.rs Assorted improvements for ethstore and ethkey (#6961) 2017-12-01 11:40:07 +03:00
brain_prefix.rs Assorted improvements for ethstore and ethkey (#6961) 2017-12-01 11:40:07 +03:00
brain_recover.rs Assorted improvements for ethstore and ethkey (#6961) 2017-12-01 11:40:07 +03:00
crypto.rs Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
error.rs Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
extended.rs Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
keccak.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
keypair.rs bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00
lib.rs Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
math.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
prefix.rs Assorted improvements for ethstore and ethkey (#6961) 2017-12-01 11:40:07 +03:00
random.rs Assorted improvements for ethstore and ethkey (#6961) 2017-12-01 11:40:07 +03:00
secret.rs Add `util/mem` to zero out memory on drop. (#8356) 2018-04-11 13:57:12 +02:00
signature.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00