Registry / crypto / parity-crypto

parity-crypto

JSON →
library0.9.0rscratesunverified

Crypto utilities used by ethstore and network components in Parity.

# Cargo.toml [dependencies] parity-crypto = "0.9.0"
INSTALL
IMPORT
SIG · PARITY-CRYPTO
P
parity-crypto
cryptorustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Public
use parity_crypto::publickey::Public;

Creates a default public key using Parity's crypto utilities.

use parity_crypto::publickey::Public; let public = Public::default(); println!("Default public key: {:?}", public);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Amazon
1
Resources
parity-crypto — cargo add parity-crypto · libregistry