Registry / crypto / sha1-smol

sha1-smol

JSON →
library1.0.1rscratesunverified

Minimal dependency-free implementation of SHA1 for Rust.

# Cargo.toml [dependencies] sha1_smol = "1.0.1"
INSTALL
IMPORT
SIG · SHA1-SMOL
S
sha1-smol
cryptorustv1.0.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.

Sha1
use sha1_smol::Sha1;

Computes SHA1 hash of a string.

use sha1_smol::Sha1; let mut sha1 = Sha1::new(); sha1.update(b"hello"); let hash = sha1.digest().to_string();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
sha1-smol — cargo add sha1-smol · libregistry