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
Tomasz Drwięga
3ff72794e5
Create an account for chain=dev ( #5612 )
...
* implement From<&'static str> for Secret
* Dev account.
* Fix Secret semantics.
2017-05-19 17:06:36 +02:00
Tomasz Drwięga
bb1bbebfd6
Export account RPC ( #4967 )
...
* Export account RPC
* Removing GethDirectory and ParityDirectory
* Updating ethstore-cli help.
2017-03-23 13:23:03 +01:00
Tomasz Drwięga
21006da125
Get rid of unsafe code in ethkey, propagate incorrect Secret errors. ( #4119 )
...
* Implementing secret
* Fixing tests
2017-01-11 12:16:47 +01:00
Robert Habermeier
8125b5690c
Port try
macro to new ?
operator. ( #3962 )
...
* initial untry sweep
* restore try in ipc codegen, fix inference
* change a few missed try instances
2016-12-27 12:53:56 +01:00
Robert Habermeier
33748c2046
Sweep some more panics ( #2848 )
...
* purge unwraps from ethcrypto, ethstore
* sweep panics from util
2016-10-25 22:34:52 +02:00
Marek Kotewicz
6ba1e66d32
Import wallet fix ( #1820 )
...
* fixed importing presale wallet with encseed longer than 96 bytes
* fixed incorrect pkcs unpadding in decrypting presale wallet
2016-08-03 15:24:09 +02:00
debris
7136cd7057
improved import wallet test
2016-06-21 15:07:15 +02:00
debris
be03a6acbd
import-wallet option for ethstore executable
2016-06-21 15:04:36 +02:00
debris
a8a731ba11
PresaleWallet data structure
2016-06-21 13:30:32 +02:00
debris
c2ffa90478
importing presale wallet in progress
2016-06-21 13:11:32 +02:00