4145be863b
* Update error-chain to 0.12 to silence warnings * Bump quick_error crate to 1.2.2 to silence linter warnings |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
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.