Registry / crypto / parity-hash

parity-hash

JSON →
library1.2.2rscratesunverified

A collection of fixed-size byte array representations for hashing.

# Cargo.toml [dependencies] parity-hash = "1.2.2"
INSTALL
IMPORT
SIG · PARITY-HASH
P
parity-hash
cryptorustv1.2.2
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.

H256
use parity_hash::H256;

Create a zero-initialized 256-bit hash.

use parity_hash::H256; fn main() { let hash = H256::zero(); println!("{}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
parity-hash — cargo add parity-hash · libregistry