Crates.io | parity-crypto |
lib.rs | parity-crypto |
version | 0.9.0 |
source | src |
created_at | 2018-08-24 07:23:31.435534 |
updated_at | 2021-07-02 12:30:48.185787 |
description | Crypto utils used by ethstore and network. |
homepage | |
repository | https://github.com/paritytech/parity-common |
max_upload_size | |
id | 81013 |
size | 93,968 |
General cryptographic utilities for Ethereum.
The 0.4 release removes the dependency on ring
and replaces it with pure rust alternatives. As a consequence of this, AES GCM support has been removed. subtle
is used for constant time equality testing and error handling is pared down to the bare minimum required.