Registry / crypto / shaman

shaman

JSON →
library0.1.0rscratesunverified

A pure-Rust, cross-platform implementation of various common hashing algorithms.

# Cargo.toml [dependencies] shaman = "0.1.0"
INSTALL
IMPORT
SIG · SHAMAN
S
shaman
cryptorustv0.1.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.

Sha256
use shaman::Sha256;

Computes SHA-256 hash of a byte slice.

use shaman::Sha256; fn main() { let hash = Sha256::digest(b"hello"); println!("{:x}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
shaman — cargo add shaman · libregistry