Registry / crypto / rs-internal-hasher

rs-internal-hasher

JSON →
library0.1.3rscratesunverified

Internal building block for the rs_shield cryptographic library, providing foundational hashing infrastructure.

# Cargo.toml [dependencies] rs_internal_hasher = "0.1.3"
INSTALL
IMPORT
SIG · RS-INTERNAL-HASHER
R
rs-internal-hasher
cryptorustv0.1.3
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.

Hasher
use rs_internal_hasher::Hasher;

Creates a new hasher instance for internal use.

use rs_internal_hasher::Hasher; fn main() { let hasher = Hasher::new(); println!("Hasher created"); }
Debug
Known issues
gotchaIntended for internal use within rs_shield; API may be unstable
fix
Use the rs_shield crate directly for stable cryptographic operations.
affects: >=0.1.0
Upgrade
Version history
0.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
rs-internal-hasher — cargo add rs-internal-hasher · libregistry