parity-common/parity-crypto
Benjamin Wasty 810053329e Update parity-crypto to ring v0.14 (#99) 2019-01-25 17:21:00 +01:00
..
src Update parity-crypto to ring v0.14 (#99) 2019-01-25 17:21:00 +01:00
Cargo.toml Update parity-crypto to ring v0.14 (#99) 2019-01-25 17:21:00 +01: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.