Registry / crypto / rattler-digest

rattler-digest

JSON →
library1.3.1rscratesunverified

An simple crate used by rattler crates to compute different hashes from different sources.

# Cargo.toml [dependencies] rattler_digest = "1.3.1"
INSTALL
IMPORT
SIG · RATTLER-DIGEST
R
rattler-digest
cryptorustv1.3.1
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.

compute_hash
✓ use rattler_digest::compute_hash;

Compute a hash from a byte slice.

use rattler_digest::compute_hash; fn main() { let hash = compute_hash(b"data"); println!("{:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
rattler-digest — cargo add rattler-digest · libregistry