openethereum/ethcrypto
Tomasz Drwięga 9108a3bb50 Bump ethabi & ethereum-types. (#8258)
* Bump ethabi & ethereum-types.

* Fix test.

* Fix hex encodings.
2018-04-02 12:12:52 +01:00
..
src optional dependency on secp256k1 for ethcrypto (#8109) 2018-03-19 06:39:46 +01:00
Cargo.toml Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
README.md optional dependency on secp256k1 for ethcrypto (#8109) 2018-03-19 06:39:46 +01:00

README.md

Ethcrypto

General cryptographic utilities for Ethereum.

By default, this library is compiled with the secp256k1 feature, which provides ECDH and ECIES capability on that curve. It can be compiled without to avoid a dependency on the libsecp256k1 library.