parity-common/parity-crypto
Andronik Ordian 888e98e51c
parity-crypto: bump version to 0.2
2018-09-13 12:17:52 +02:00
..
src Grab-bag of cosmetic changes in prep for publishing 2018-08-24 11:43:00 +02:00
Cargo.toml parity-crypto: bump version to 0.2 2018-09-13 12:17:52 +02:00
README.md Add ethcore-crypto and rename it to parity-crypto 2018-07-03 14:05:27 +02:00

README.md

parity-crypto

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.